source:
trunk/third/xmh/Makefile.athena
@
9861
Revision 9861, 295 bytes checked in by ghudson, 28 years ago (diff) |
---|
Line | |
---|---|
1 | # $Id: Makefile.athena,v 1.2 1997-04-11 20:03:53 ghudson Exp $ |
2 | |
3 | SHELL=/bin/sh |
4 | |
5 | prepare: |
6 | imake "-I$$XCONFIGDIR" -DUseInstalled "-DCONFIGDIR=$$XCONFIGDIR" |
7 | ${MAKE} Makefiles |
8 | |
9 | clean: |
10 | ${MAKE} clean |
11 | |
12 | all: |
13 | ${MAKE} includes depend all |
14 | |
15 | check: |
16 | |
17 | install: |
18 | ${MAKE} install install.man DESTDIR="$$SRVD" |
Note: See TracBrowser
for help on using the repository browser.