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