lilypond-1.1.39
[lilypond.git] / make / Makefile.in
blob43102d5709d34cc19af35f422171c05c42ad4890
1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
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.
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.
13 # Generated automatically by wild-perl 0.1
14 # project LilyPond -- the musical typesetter
15 # title zucht
16 # file make/Makefile.am.dist
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
24 SHELL = /bin/sh
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
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
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
49 top_builddir = ..
51 ACLOCAL = @ACLOCAL@
52 AUTOCONF = @AUTOCONF@
53 AUTOMAKE = @AUTOMAKE@
54 AUTOHEADER = @AUTOHEADER@
56 INSTALL = @INSTALL@
57 INSTALL_PROGRAM = @INSTALL_PROGRAM@
58 INSTALL_DATA = @INSTALL_DATA@
59 INSTALL_SCRIPT = @INSTALL_SCRIPT@
60 transform = @program_transform_name@
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@
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
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})))
120 date = $(shell date '+%d%b%y'|tr a-z A-Z)
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
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134 GZIP = --best
135 default: all
137 .SUFFIXES:
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps make/Makefile
141 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
142 cd $(top_builddir) \
143 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145 tags: TAGS
146 TAGS:
149 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
151 subdir = make
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)
168 install-data:
169 @$(NORMAL_INSTALL)
171 install: install-exec install-data all
174 uninstall:
176 all: Makefile
178 install-strip:
179 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
180 installdirs:
183 mostlyclean-generic:
184 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
186 clean-generic:
187 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
194 maintainer-clean-generic:
195 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
196 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
197 mostlyclean: mostlyclean-generic
199 clean: clean-generic mostlyclean
201 distclean: distclean-generic clean
202 -rm -f config.status
203 -rm -f libtool
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."
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
215 spec: $(outdir)/lilypond.spec
217 lilypond.spec: lilypond.spec.in ../VERSION
218 cat $< | $(SED_VERSION) | $(SED_DOCS) | $(SED_EXAMPLES) > $@
220 %.lsm: %.lsm.in ../VERSION
221 cat $< | $(SED_VERSION) | $(SED_DATE) > $@
223 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
224 $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
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: