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).
RevLine 
[5397]1#
[10849]2# $Id: Imakefile,v 1.7 1997-12-03 21:51:54 ghudson Exp $
[5397]3#
4
[8813]5do_subdirs_imakefile(ets include usp libds lib server client mclient edsc dsgrep)
[5397]6
[10849]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)")
[8813]8foreach_subdirs_flags(clean,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS))
[10849]9foreach_subdirs_flags(depend,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES='-I../include -DUSPRPC -DZEPHYR $$(CADDS)')
[8813]10foreach_subdirs_flags(install,include usp libds server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS))
[5398]11
12install_man(discuss.1,discuss.1)
Note: See TracBrowser for help on using the repository browser.