]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Toplevel.make.in
release: 0.0.64
[lilypond.git] / make / Toplevel.make.in
index 346b2898ced55356299ece8958c2a92da4dd2ee0..b4949cdb0f41a00429ec666992f5595b259656fa 100644 (file)
@@ -1,13 +1,5 @@
 # -*-Makefile-*-
 ########################################################
-#
-# WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!
-#      
-#      DO NOT EDIT!    
-#
-#
-# @configure_input@
-########################################################
 # project  LilyPond -- the musical typesetter
 # title           top level makefile for LilyPond  
 # file    Makefile 
@@ -67,12 +59,11 @@ localdistclean:
 
 
 localclean:
-       rm -f $(allexe) core config.cache config.log config.status 
+       rm -f core config.cache config.log config.status 
        rm -f $(outdir)/*.{class,html,gif}
 
-localinstall: all
-       $(INSTALL) -d $(bindir)
-       $(INSTALL) -m 755 $(allexe) $(bindir)
+Makefile: make/Toplevel.make.in
+       echo '# WARNING WARNING WARNING WARNING' > $@
+       echo '# do not edit! this is generated from make/Toplevel.make.in' >> $@
+       cat $< >> $@
 
-localuninstall:
-       for i in $(allexe); do rm -f $(bindir)/`basename $$i`; done