Revision 12439,
498 bytes
checked in by kcr, 26 years ago
(diff) |
Autoconfiscation and cleanup.
|
Rev | Line | |
---|
[12439] | 1 | # |
---|
| 2 | # $Id: Makefile.in,v 1.1 1999-02-02 20:39:39 kcr Exp $ |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | SHELL=/bin/sh |
---|
| 6 | VPATH=@srcdir@ |
---|
| 7 | INSTALL=@INSTALL@ |
---|
| 8 | srcdir=@srcdir@ |
---|
| 9 | top_srcdir=@top_srcdir@ |
---|
| 10 | prefix=@prefix@ |
---|
| 11 | mandir=@mandir@ |
---|
| 12 | |
---|
| 13 | SUBDIRS=ets include usp libds server client mclient edsc dsgrep |
---|
| 14 | |
---|
| 15 | all clean depend install:: |
---|
| 16 | for i in ${SUBDIRS}; \ |
---|
| 17 | do echo making $@ in $$i; \ |
---|
| 18 | (cd $$i; ${MAKE} $@) || exit 1; \ |
---|
| 19 | done |
---|
| 20 | |
---|
| 21 | install:: |
---|
| 22 | ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1 |
---|
| 23 | ${INSTALL} -m 444 ${srcdir}/discuss.1 ${DESTDIR}${mandir}/man1 |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.