A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improved description for valgrind suppression.
[loba.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f2d206cb76a4d126d819685e72da4fe378181a45..2ab9e7bee0393c381fbc4a02d3e0842ea03d6608 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,9
+12,10
@@
CPPFLAGS += -I $(SIMGRID_INSTALL_DIR)/include
CPPFLAGS += $(CHECK_FLAGS)
CFLAGS += -std=c99
CPPFLAGS += $(CHECK_FLAGS)
CFLAGS += -std=c99
-
CFLAGS += -fgnu89-inline
# workaround simgrid bug
+
#CFLAGS += -fgnu89-inline
# workaround simgrid bug
CFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS)
CFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS)
+#CXXFLAGS += -std=c++0x
CXXFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS)
LDFLAGS += -L $(SIMGRID_INSTALL_DIR)/lib
CXXFLAGS += $(OPTIM_FLAGS) $(DEBUG_FLAGS)
LDFLAGS += -L $(SIMGRID_INSTALL_DIR)/lib
@@
-52,7
+53,7
@@
TARGETS := loba simple_async
$(shell $(SETLOCALVERSION))
$(shell $(SETLOCALVERSION))
-.PHONY: all
depend
clean
+.PHONY: all
clean real
clean
all: $(TARGETS)
all: $(TARGETS)
@@
-71,7
+72,11
@@
realclean: clean
version.o: $(patsubst %.cpp,%.o,$(filter-out version.cpp, $(SRC.loba)))
version.o: $(patsubst %.cpp,%.o,$(filter-out version.cpp, $(SRC.loba)))
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(MAKECMDGOALS),realclean)
-include $(DEP)
-include $(DEP)
+endif
+endif
.SECONDEXPANSION:
$(TARGETS): $$(patsubst %.cpp,%.o,$$(SRC.$$@))
.SECONDEXPANSION:
$(TARGETS): $$(patsubst %.cpp,%.o,$$(SRC.$$@))