]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:30:24 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:24 +0000 (19:30 +0000)
Makefile
deps/Makefile

index 75f56e1ccd07d141c854b868cb6463bdf9ca77ea..e55ebd0dc997b205de3e656c6a7192a78f15459c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,14 @@ include Variables.make
 
 
 $(exe): $(obs)
+       strip --strip-debug $(STABLEOBS)
        $(CXX) -o $@ $^ $(LOADLIBES)
 
+
+.PHONY: clean
+
 clean:
-       rm -f $(exe) $(DOCDIR)/* core $(obs)
+       rm -f $(exe) $(DOCDIR)/* core $(obs) $(ALLDEPS)
        for SUBDIR in $(SUBDIRS); \
        do \
                $(MAKE) SUBDIR=$$SUBDIR -C $$SUBDIR clean;\
index 790d7b06f2e2c091d918b99384013a4b85cfbbac..4a3104af2ff9f9f7fb8fab2ab23edc269d84234e 100644 (file)
@@ -7,4 +7,4 @@ dist:
        ln $(DISTFILES) $(DDIR)/$(SUBDIR)
 
 clean:
-       rm -f *.dep
+       true