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