]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.56
authorfred <fred>
Sun, 24 Mar 2002 19:41:41 +0000 (19:41 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:41:41 +0000 (19:41 +0000)
make/Targets.make

index bd04277f73ab6623d5a9bde878ca1eafb377efed..8037be5e85d7c2c7b2622c368a42ecbb4f24f9f5 100644 (file)
@@ -63,9 +63,14 @@ $(SHAREDLIBRARY):  $(build) $(OFILES) $(MODULE_LIBDEPS)
 #
 lib: $(LIBRARY)
 #
-
+TOCLEAN= $(allobs) $(alldeps)
 clean: localclean
-       rm -f $(allobs) $(alldeps)
+ifdef allobs
+       rm -f $(allobs)
+endif
+ifdef alldeps
+       rm -f $(alldeps)
+endif
 ifdef SUBDIRS
        set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done
 endif