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 | |
---|
5 | do_subdirs_imakefile(ets include usp libds lib server client mclient edsc dsgrep) |
---|
6 | |
---|
7 | foreach_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)") |
---|
8 | foreach_subdirs_flags(clean,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS)) |
---|
9 | foreach_subdirs_flags(depend,ets include usp libds lib server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS) DEFINES='-I../include -DUSPRPC -DZEPHYR $$(CADDS)') |
---|
10 | foreach_subdirs_flags(install,include usp libds server client mclient edsc dsgrep,FLAGS="$(FLAGS)" $(FLAGS)) |
---|
11 | |
---|
12 | install_man(discuss.1,discuss.1) |
---|
Note: See
TracBrowser
for help on using the repository browser.