lilypond-1.3.139
[lilypond.git] / make / Initial.make
blob32522907ebc0db4387a8f778dec65ff23b829063
2 # project LilyPond -- the musical typesetter
3 # title initial makefile for lilypond
4 # file make/Initial.make
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
11 # subdir level:
13 depth = ..
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)
25 # generic variables:
27 include ./$(depth)/make/Variables.make
31 # ugh
32 # initdefault: $(CCDIR)/parser.cc $(CCDIR)/lexer.cc hdr/version.hh alldeps
33 initdefault: dummydep
34 # $(MAKE) -C ./$(depth)/lily $(outdir)/parser.cc
36 # generic targets and rules:
38 include ./$(depth)/make/Targets.make
39 include ./$(depth)/make/Rules.make