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