]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.43
authorfred <fred>
Sun, 24 Mar 2002 19:35:25 +0000 (19:35 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:35:25 +0000 (19:35 +0000)
flower/test/Makefile
init/Makefile
mi2mu/include/Makefile
tex/Makefile

index 14bf4b99165454173723d271b88feb4e110074a1..5b6affe77e53229f51f66438ec7c9f6de7771925 100644 (file)
@@ -19,12 +19,13 @@ NAME =stringtest
 # include ./$(depth)/$(NAME)/.version
 MODULE_NAME = flower
 include ./$(depth)/flower/.version
-build = ./$(depth)/flower/test/$(outdir)/.build
+
 #
 
 # generic variables:
 #
-include ./$(depth)/make/Variables.make 
+include ./$(depth)/make/Variables.make
+include ./$(depth)/make/Files.make 
 #
 
 # descent order into subdirectories:
@@ -40,29 +41,12 @@ VERSION_DEPENDENCY = #
 # module compile settings: (not generally needed!
 #
 EXTRA_CFLAGS = -DSTRING_TEST
-EXTRA_CXXFLAGS =
-EXTRA_LDFLAGS =
-#
-
-# list of c++ header files:
-# 
-# HHFILES = $(shell ls *.hh $(ERROR_LOG))
-#
-
-# list of c++ source files:
-#
-CCFILES = $(shell ls *.cc $(ERROR_LOG))
 #
 
-# list of other source files:
-#
-EXTRA_SOURCE_FILES = $(shell ls *.y *.l $(ERROR_LOG))
-#
 
 # list of distribution files:
 #
-DISTFILES = Makefile $(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES)
-#
+EXTRA_DISTFILES = result 
 
 # list of custom libraries:
 #
@@ -82,9 +66,11 @@ MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh?
 #default: $(MAINTARGET)
 BUILDSTRINGTEST=$(MAINTARGET)
 EXECSTRINGTEST=$(EXECUTABLE)
+
 default:  $(BUILDSTRINGTEST) do-stringtest
 do-stringtest:
-       $(EXECSTRINGTEST)    # should cmp with a 'standard result'
+       $(EXECSTRINGTEST) > $(outdir)/result    # should cmp with a 'standard result'
+       cmp $(outdir)/result result
 
 dummy:
 
@@ -96,7 +82,7 @@ include ./$(depth)/make/Rules.make
 
 # list of depend files:
 #
-DEPFILES = $(shell ls $(depdir)/*.dep $(ERROR_LOG))
+DEPFILES = $(wildcard $(depdir)/*.dep )
 #
 
 # auto dependencies:
index 04fb51197d67f5c71b2c5656e30cfdc028ed7e75..c8fee3cd506866aee7334af8d18ceb858059e6e9 100644 (file)
@@ -1,5 +1,6 @@
 # init/Makefile
 
+
 # subdir level:
 #
 depth = ..
@@ -9,12 +10,12 @@ build = ./$(depth)/lily/$(outdir)/.build
 
 # generic stuff/Makefile
 #
-include ./$(depth)/make/Stuff.make
+include ./$(depth)/make/Include.make
 #
 
 # list of distribution files:
 # 
-INIFILES = $(shell ls *.ini)
+INIFILES = $(wildcard *.ini)
 DISTFILES = Makefile $(INIFILES)
 #
 
index 6860a29536f8e5ef4201924f05ec2efa1a4475c8..1cfdc7b22a0927b31e049cf55952ea778d4c15d3 100644 (file)
@@ -8,12 +8,6 @@ depth = ../..
 # identify module:
 #
 MODULE_NAME = lilypond
-MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
-MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
-PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
-# use to send patches, always empty for released version:
-MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/mi2mu/$(outdir)/.build
 #
 
 # generic stuff/Makefile
index 35004f0f6d98b947941675d8ab3b5646a3c642e4..adcbcdd157fb553c6ab59b97ce98ead6034c7ac5 100644 (file)
@@ -4,17 +4,13 @@
 #
 depth = ..
 #
-
-build = ./$(depth)/lily/$(outdir)/.build
-
-# generic stuff/Makefile
 #
-include ./$(depth)/make/Stuff.make
+include ./$(depth)/make/Include.make
 #
 
 # list of distribution files:
 # 
-TEXFILES = $(shell ls *.tex)
+TEXFILES = $(wildcard *.tex)
 DISTFILES = Makefile $(TEXFILES)
 #
 
@@ -24,4 +20,4 @@ localinstall:
 
 localuninstall:
        for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done
-       -rmdir $(TEXPREFIX)/lilypond/
\ No newline at end of file
+       -rmdir $(TEXPREFIX)/lilypond/