Revision 13229,
312 bytes
checked in by danw, 25 years ago
(diff) |
pass MAKE definition into make so things work. (Otherwise it gets
lost in the Build script and the subdirs are build with the vendor
make)
|
Line | |
---|
1 | # $Id: Makefile.athena,v 1.6 1999-06-16 16:28:46 danw Exp $ |
---|
2 | |
---|
3 | SHELL=/bin/sh |
---|
4 | BUILD=`pwd`/BuildTools/bin/Build |
---|
5 | |
---|
6 | prepare: |
---|
7 | rm -rf */obj.* |
---|
8 | |
---|
9 | clean: |
---|
10 | ${MAKE} BUILD=$(BUILD) clean |
---|
11 | |
---|
12 | all: |
---|
13 | ${MAKE} BUILD=$(BUILD) CC=$$COMPILER MAKE=$(MAKE) all |
---|
14 | |
---|
15 | check: |
---|
16 | |
---|
17 | install: |
---|
18 | ${MAKE} BUILD=$(BUILD) CC=$$COMPILER DESTDIR=$$SRVD install |
---|
Note: See
TracBrowser
for help on using the repository browser.