]> git.donarmstrong.com Git - lilypond.git/blob - make/Initial.make
release: 0.0.39-1
[lilypond.git] / make / Initial.make
1 #
2 # project  LilyPond -- the musical typesetter
3 # title    initial makefile for lilypond
4 # file     make/Initial.make
5 #
6 # Copyright (c) 1997 by    
7 #       Jan Nieuwenhuizen <jan@digicash.com>
8 #       Han-Wen Nienhuys <hanwen@stack.nl>
9 #
10
11 # subdir level:
12 #
13 depth = ..
14 #
15
16 # ugh
17 NAME = dummy 
18 MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION)
19 MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION)
20 PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
21 # use to send patches, always empty for released version:
22 MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
23 build = ./$(depth)/lily/.build
24 #
25
26 # generic variables:
27 #
28 include ./$(depth)/make/Variables.make 
29 #
30
31
32 # ugh
33 # initdefault: $(CCDIR)/parser.cc $(CCDIR)/lexer.cc hdr/version.hh alldeps
34 initdefault: check-flower-version $(lily-version) dummydep
35 #       $(MAKE) -C ./$(depth)/lily $(outdir)/parser.cc
36
37 # ugh!
38 dummydep: 
39         touch ./$(depth)/flower/lib/$(depdir)/dummy.dep
40         touch ./$(depth)/lib/$(depdir)/dummy.dep
41         touch ./$(depth)/lily/$(depdir)/dummy.dep
42         touch ./$(depth)/m2m/$(depdir)/dummy.dep
43
44 #$(DEPDIR)/%.dep:  $(CCDIR)/%.cc
45 #       $(DODEP) $(CXX) -E  $(CXXFLAGS) $^ > /dev/null
46
47 # generic targets and rules:
48 #
49 include ./$(depth)/make/Targets.make
50 include ./$(depth)/make/Rules.make
51 #
52