STYLE: consistent handling of compile/link flags for fileMonitor and setSet

This commit is contained in:
Mark Olesen
2010-06-08 14:35:11 +02:00
parent aaf1674de2
commit 1a17581567
5 changed files with 28 additions and 41 deletions

View File

@ -1,9 +1,7 @@
/* NB: trailing zero after define improves robustness */
EXE_INC = \
-DREADLINE=$(READLINE)0 \
-I$(LIB_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/meshTools/lnInclude \
$(COMP_FLAGS)
EXE_LIBS = \
-lmeshTools \
$(READLINELINK)
$(LINK_FLAGS)