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

Revision 10849, 781 bytes checked in by ghudson, 27 years ago (diff)
Need to use single quotes around $(foo).
Line 
1#
2# $Id: Imakefile,v 1.7 1997-12-03 21:51:54 ghudson Exp $
3#
4
5do_subdirs_imakefile(ets include usp libds lib server client mclient edsc dsgrep)
6
7foreach_subdirs_flags(all,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES='-I../include -DUSPRPC -DZEPHYR $$(CADDS)' LDDEFS="-L../lib -L$(ATHTOOLROOT)$(ATHLIBDIR)")
8foreach_subdirs_flags(clean,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS))
9foreach_subdirs_flags(depend,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES='-I../include -DUSPRPC -DZEPHYR $$(CADDS)')
10foreach_subdirs_flags(install,include usp 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.