source: trunk/athena/bin/discuss/Makefile.in @ 12439

Revision 12439, 498 bytes checked in by kcr, 26 years ago (diff)
Autoconfiscation and cleanup.
Line 
1#
2# $Id: Makefile.in,v 1.1 1999-02-02 20:39:39 kcr Exp $
3#
4
5SHELL=/bin/sh
6VPATH=@srcdir@
7INSTALL=@INSTALL@
8srcdir=@srcdir@
9top_srcdir=@top_srcdir@
10prefix=@prefix@
11mandir=@mandir@
12
13SUBDIRS=ets include usp libds server client mclient edsc dsgrep
14
15all clean depend install::
16        for i in ${SUBDIRS}; \
17                do echo making $@ in $$i; \
18                (cd $$i; ${MAKE} $@) || exit 1; \
19        done
20
21install::
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.