projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf9426
)
Removed the generation of TAGS, which may fail on most of the systems.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 26 Aug 2012 11:41:49 +0000
(13:41 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 26 Aug 2012 11:41:49 +0000
(13:41 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e390a7d
..
5f9d124
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-43,9
+43,6
@@
CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(VERBOSE_FLAG)
all: mtp mtp_example
-TAGS: *.cc *.h
- etags --members -l c++ *.cc *.h
-
random-graph: \
random-graph.o
$(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
@@
-68,6
+65,6
@@
Makefile.depend: *.h *.cc Makefile
$(CC) $(CXXFLAGS) -M *.cc > Makefile.depend
clean:
- \rm -f mtp mtp_example *.o Makefile.depend
TAGS
+ \rm -f mtp mtp_example *.o Makefile.depend
-include Makefile.depend