source: trunk/athena/bin/discuss/Imakefile @ 6091

Revision 6091, 776 bytes checked in by epeisach, 32 years ago (diff)
Need -LATHLIBDIR passed down for SERVER subdir to compile
Line 
1#
2# $Id: Imakefile,v 1.3 1992-05-03 13:33:45 epeisach Exp $
3#
4
5do_subdirs_imakefile(ets include utils libds lib server client mclient edsc dsgrep)
6
7foreach_subdirs_flags(all,ets utils include libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES="-I../include -DUSPRPC -DZEPHYR $(CADDS)" LDDEFS="-L../lib -L$(ATHLIBDIR)")
8foreach_subdirs_flags(clean,ets include utils libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS))
9foreach_subdirs_flags(depend,ets include utils libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES="-I../include -DUSPRPC -DZEPHYR $(CADDS)")
10foreach_subdirs_flags(install,include utils libds server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS))
11
12install_man(discuss.1,discuss.1)
Note: See TracBrowser for help on using the repository browser.