]> git.donarmstrong.com Git - lilypond.git/blob - make/Makefile.in
release: 0.1.49
[lilypond.git] / make / Makefile.in
1 # Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7 # Automatically generated from ./make/Makefile.am.wild by bin/autowild
8 # Do not edit
9 # project  LilyPond -- the musical typesetter
10 # title    zucht
11 # file     make/Makefile.am.dist
12 #
13 # Copyright (c) 1997 by    
14 #       Jan Nieuwenhuizen <jan@digicash.com>
15 #       Han-Wen Nienhuys <hanwen@stack.nl>
16 #               ...your sort order here, or how to comment-out a comment
17
18
19 SHELL = /bin/sh
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = ..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = true
58 PRE_INSTALL = true
59 POST_INSTALL = true
60 NORMAL_UNINSTALL = true
61 PRE_UNINSTALL = true
62 POST_UNINSTALL = true
63 AUTOHEADER = @AUTOHEADER@
64 BISON = @BISON@
65 CC = @CC@
66 COMPILEINFO = @COMPILEINFO@
67 CPPFLAGS = @CPPFLAGS@
68 CXX = @CXX@
69 CXXFLAGS = @CXXFLAGS@
70 DEFINES = @DEFINES@
71 DIR_DATADIR = @DIR_DATADIR@
72 EXTRA_LIBES = @EXTRA_LIBES@
73 FIND = @FIND@
74 FLEX = @FLEX@
75 ICFLAGS = @ICFLAGS@
76 ILDFLAGS = @ILDFLAGS@
77 LEX = @LEX@
78 LN = @LN@
79 MAKE = @MAKE@
80 MAKEINFO = @MAKEINFO@
81 MFDIR = @MFDIR@
82 PACKAGE = @PACKAGE@
83 PERL = @PERL@
84 POD2HTML = @POD2HTML@
85 POD2MAN = @POD2MAN@
86 PYTHON = @PYTHON@
87 RANLIB = @RANLIB@
88 TAR = @TAR@
89 TEXDIR = @TEXDIR@
90 TEXPREFIX = @TEXPREFIX@
91 VERSION = @VERSION@
92 YACC = @YACC@
93 ZIP = @ZIP@
94
95 IN_FILES = Configure_variables.make.in Makefile.in Toplevel.make.in lelievijver.lsm.in lilypond.lsm.in lilypond.spec.in
96 MAKE_FILES = Files.make Include.make Initial.make Rules.make Targets.make Template.make User.make Variables.make Version.make
97 EXTRA_DIST = Makefile.am.wild $(IN_FILES) $(MAKE_FILES) lilypond.spec lilypond.lsm lelievijver.lsm
98
99 rpmdocs = $(addprefix Documentation/, $(notdir $(shell ls ../Documentation/$(outdir)/*.txt)))\
100         BUGS TODO NEWS DEDICATION ANNOUNCE README
101 rpmmudocs = $(addprefix Documentation/, $(notdir $(shell ls ../Documentation/*.doc)))
102 rpmdvis = $(rpmmudocs:.doc=.dvi)
103 rpmexamples = $(addprefix input/, $(notdir $(shell ls ../input/*.{ly,tex})))
104
105 date = $(shell date '+%d%b%y'|tr a-z A-Z)
106
107 SED_VERSION= sed 's!@TOPLEVEL_VERSION@!${TOPLEVEL_VERSION}!g'
108 SED_DATE=sed 's!@DATE@!${date}!g'
109 SED_EXAMPLES = sed 's!@EXAMPLE_LYS@!${rpmexamples} ${rpmmudocs}!g'
110 SED_DOCS=sed 's!@TEXT_DOCS@!${rpmdocs}!g'
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../lib/config.hh
113 CONFIG_CLEAN_FILES = 
114 DIST_COMMON =  Makefile.am Makefile.in
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 GZIP = --best
120 default: all
121
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
124         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps make/Makefile
125
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127         cd $(top_builddir) \
128           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130 tags: TAGS
131 TAGS:
132
133
134 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
135
136 subdir = make
137
138 distdir: $(DISTFILES)
139         @for file in $(DISTFILES); do \
140           d=$(srcdir); \
141           test -f $(distdir)/$$file \
142           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
143           || cp -p $$d/$$file $(distdir)/$$file; \
144         done
145 info:
146 dvi:
147 check: all
148         $(MAKE)
149 installcheck:
150 install-exec: 
151         @$(NORMAL_INSTALL)
152
153 install-data: 
154         @$(NORMAL_INSTALL)
155
156 install: install-exec install-data all
157         @:
158
159 uninstall: 
160
161 all: Makefile
162
163 install-strip:
164         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
165 installdirs:
166
167
168 mostlyclean-generic:
169         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
170
171 clean-generic:
172         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
173
174 distclean-generic:
175         rm -f Makefile $(DISTCLEANFILES)
176         rm -f config.cache config.log stamp-h stamp-h[0-9]*
177         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
178
179 maintainer-clean-generic:
180         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
181         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
182 mostlyclean:  mostlyclean-generic
183
184 clean:  clean-generic mostlyclean
185
186 distclean:  distclean-generic clean
187         rm -f config.status
188
189 maintainer-clean:  maintainer-clean-generic distclean
190         @echo "This command is intended for maintainers to use;"
191         @echo "it deletes files that may require special tools to rebuild."
192
193 .PHONY: default tags distdir info dvi installcheck install-exec \
194 install-data install uninstall all installdirs mostlyclean-generic \
195 distclean-generic clean-generic maintainer-clean-generic clean \
196 mostlyclean distclean maintainer-clean
197
198
199 spec: $(outdir)/lilypond.spec
200
201 lilypond.spec: lilypond.spec.in ../VERSION
202         cat $< | $(SED_VERSION) | $(SED_DOCS) | $(SED_EXAMPLES) > $@
203
204 %.lsm: %.lsm.in ../VERSION
205         cat $< | $(SED_VERSION) | $(SED_DATE) > $@
206
207 # Tell versions [3.59,3.63) of GNU make to not export all variables.
208 # Otherwise a system limit (for SysV at least) may be exceeded.
209 .NOEXPORT: