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