lilypond-1.1.21
[lilypond.git] / input / Makefile.in
bloba8f0150cdbbda2ff34cad9afb53ab8058f941ee8
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 # input/Makefile.am.wild
17 SHELL = /bin/sh
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
42 top_builddir = ..
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
63 AGE = @AGE@
64 AUTOGENERATE = @AUTOGENERATE@
65 BISON = @BISON@
66 CC = @CC@
67 COMPILEINFO = @COMPILEINFO@
68 CPPFLAGS = @CPPFLAGS@
69 CURRENT = @CURRENT@
70 CXX = @CXX@
71 CXXFLAGS = @CXXFLAGS@
72 DIR_DATADIR = @DIR_DATADIR@
73 EXTRA_LIBES = @EXTRA_LIBES@
74 FIND = @FIND@
75 FLEX = @FLEX@
76 ICFLAGS = @ICFLAGS@
77 ILDFLAGS = @ILDFLAGS@
78 LD = @LD@
79 LDFLAGS = @LDFLAGS@
80 LEX = @LEX@
81 LIBTOOL = @LIBTOOL@
82 LN = @LN@
83 LN_S = @LN_S@
84 MAKE = @MAKE@
85 MAKEINFO = @MAKEINFO@
86 MFDIR = @MFDIR@
87 NM = @NM@
88 PACKAGE = @PACKAGE@
89 PERL = @PERL@
90 POD2HTML = @POD2HTML@
91 POD2MAN = @POD2MAN@
92 PYTHON = @PYTHON@
93 RANLIB = @RANLIB@
94 REVISION = @REVISION@
95 TAR = @TAR@
96 TEXDIR = @TEXDIR@
97 TEXPREFIX = @TEXPREFIX@
98 VERSION = @VERSION@
99 YACC = @YACC@
100 ZIP = @ZIP@
101 absolute_builddir = @absolute_builddir@
103 LYFILES = abbrev.ly beam-bug.ly beams.ly cadenza.ly collisions.ly coriolan-alto.ly denneboom.ly font-body.ly font.ly font11.ly font13.ly font16.ly font20.ly font26.ly gourlay.ly keys.ly kortjakje.ly multi.ly pedal.ly praeludium-fuga-E.ly rhythm.ly scales.ly scripts.ly sleur.ly slurs.ly spacing.ly stem.ly test-lyrics.ly tril.ly twinkle-pop.ly twinkle.ly
104 TEXFILES = dummy.tex
105 M4FILES = dummy.m4
106 EXTRA_DIST = Makefile.am.wild TODO $(LYFILES) $(TEXFILES) $(M4FILES)
108 OUTFILES = $(M4FILES:%.m4=%)
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../flower/config.hh
111 CONFIG_CLEAN_FILES =
112 DIST_COMMON = Makefile.am Makefile.in TODO
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117 GZIP = --best
118 default: all
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps input/Makefile
124 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
125 cd $(top_builddir) \
126 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128 tags: TAGS
129 TAGS:
132 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
134 subdir = input
136 distdir: $(DISTFILES)
137 @for file in $(DISTFILES); do \
138 d=$(srcdir); \
139 test -f $(distdir)/$$file \
140 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
141 || cp -p $$d/$$file $(distdir)/$$file; \
142 done
143 info:
144 dvi:
145 check: all
146 $(MAKE)
147 installcheck:
148 install-exec:
149 @$(NORMAL_INSTALL)
151 install-data:
152 @$(NORMAL_INSTALL)
154 install: install-exec install-data all
157 uninstall:
159 all: Makefile
161 install-strip:
162 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
163 installdirs:
166 mostlyclean-generic:
167 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
169 clean-generic:
170 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
172 distclean-generic:
173 -rm -f Makefile $(DISTCLEANFILES)
174 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
175 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
177 maintainer-clean-generic:
178 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
179 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
180 mostlyclean: mostlyclean-generic
182 clean: clean-generic mostlyclean
184 distclean: distclean-generic clean
185 -rm -f config.status
186 -rm -f libtool
188 maintainer-clean: maintainer-clean-generic distclean
189 @echo "This command is intended for maintainers to use;"
190 @echo "it deletes files that may require special tools to rebuild."
192 .PHONY: default tags distdir info dvi installcheck install-exec \
193 install-data install uninstall all installdirs mostlyclean-generic \
194 distclean-generic clean-generic maintainer-clean-generic clean \
195 mostlyclean distclean maintainer-clean
198 default: all $(OUTFILES)
200 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
201 $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
203 # Tell versions [3.59,3.63) of GNU make to not export all variables.
204 # Otherwise a system limit (for SysV at least) may be exceeded.
205 .NOEXPORT: