]> git.donarmstrong.com Git - lilypond.git/blobdiff - Makefile
release: 0.0.35
[lilypond.git] / Makefile
index 3e4a16e51101447a28b094db5a7961b8ecdcc291..c990a7246c1356fc06293bb228f6c8deaa094539 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,18 +17,18 @@ $(m2m):     $(m2mobs)
 .PHONY: clean docxx
 
 clean:
-       rm -f $(allexe) $(DOCDIR)/* core $(allobs) $(ALLDEPS)
+       rm -f $(allexe) $(DOCDIR)/* core $(allobs) 
        for SUBDIR in $(SUBDIRS); \
        do \
                $(MAKE) SUBDIR=$$SUBDIR -C $$SUBDIR clean;\
        done
 
 distclean: clean
-       rm -f  version.hh $(gencc) .GENERATE *~ $(ALLDEPS)
+       rm -f  version.hh $(gencc) .GENERATE *~ $(ALLDEPS) 
 
 all: $(exe) $(m2m) doc
 
-# value of $(OSTYPE) on windhoos; "make $OSTYPE" if u use bash :-)
+# value of $(OSTYPE) on windhoos; "make $OSTYPE" if you use bash :-)
 win32: 
        $(MAKE) -C . CXX=g++ 
 
@@ -39,13 +39,13 @@ doc:
 docxx: $(progdocs)     
        doc++ -kp -d $(DOCDIR) $^
 
+
+include $(DEPDIR)/*.dep
+
 $(OBJECTDIR)/%.o: $(CCDIR)/%.cc
        $(DODEP)\
        $(CXX) -c $(CXXFLAGS) $(OUTPUT_OPTION) 
 
-
-include $(DEPDIR)/*.dep
-
 $(OBJECTDIR)/version.o: $(obs) $(HEADERDIR)/version.hh
 
 include Generate.make