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

index f8f095502d3f98a49de5b5ee5102875b1fef1264..95a848b4767b863d9c0259b223db30fd6d2f7be1 100644 (file)
@@ -224,9 +224,7 @@ fi
 AC_CHECK_HEADER(FlexLexer.h, true,
        AC_MSG_WARN(can't find flex header. Please install Flex headers correctly))
 AC_CONFIG_SUBDIRS(flower)
-AC_OUTPUT(make/out/Configure_variables.make:make/Configure_variables.make.in
-    Makefile:make/Toplevel.make.in
-    )
+AC_OUTPUT(make/out/Configure_variables.make:make/Configure_variables.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