source:
trunk/third/motif/Makefile.athena
@
12418
Revision 12418, 279 bytes checked in by ghudson, 26 years ago (diff) |
---|
Line | |
---|---|
1 | # $Id: Makefile.athena,v 1.1 1999-01-30 03:32:34 ghudson Exp $ |
2 | |
3 | SHELL=/bin/sh |
4 | |
5 | prepare: |
6 | rm -f Makefile |
7 | imake -Iconfig -DTOPDIR=`pwd` -DUseInstalled |
8 | ${MAKE} Makefiles |
9 | |
10 | clean: |
11 | ${MAKE} clean |
12 | |
13 | all: |
14 | ${MAKE} includes depend all |
15 | |
16 | check: |
17 | |
18 | install: |
19 | ${MAKE} install DESTDIR="$$SRVD" |
Note: See TracBrowser
for help on using the repository browser.