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
Take tracing API changes into account.
[loba.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 59afd305661ef32ebad623058992b63083ef433e..7ec6c5ded684d55e2da6cad41d148014d5f28ffb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
LDFLAGS += -L $(SIMGRID_INSTALL_DIR)/lib
LDFLAGS += -Wl,-rpath,$(SIMGRID_INSTALL_DIR)/lib
LINK.o = $(CXX) $(CXXFLAGS) $(LDFLAGS) $(TARGET_ARCH)
-LDLIBS := -lsimgrid
+LDLIBS := -lsimgrid
-lrt
MAKEDEPEND.FLAGS = $(CPPFLAGS) -MM -MG -MF $@ $<
MAKEDEPEND.C = $(CC) $(CFLAGS) $(MAKEDEPEND.FLAGS)