]> git.donarmstrong.com Git - lilypond.git/blob - input/Makefile.in
release: 0.1.49
[lilypond.git] / input / 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 # Automatically generated from ./input/Makefile.am.wild by bin/autowild
8 # Do not edit
9 # input/Makefile.am.wild
10
11
12 SHELL = /bin/sh
13
14 srcdir = @srcdir@
15 top_srcdir = @top_srcdir@
16 VPATH = @srcdir@
17 prefix = @prefix@
18 exec_prefix = @exec_prefix@
19
20 bindir = @bindir@
21 sbindir = @sbindir@
22 libexecdir = @libexecdir@
23 datadir = @datadir@
24 sysconfdir = @sysconfdir@
25 sharedstatedir = @sharedstatedir@
26 localstatedir = @localstatedir@
27 libdir = @libdir@
28 infodir = @infodir@
29 mandir = @mandir@
30 includedir = @includedir@
31 oldincludedir = /usr/include
32
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36
37 top_builddir = ..
38
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
43
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 transform = @program_transform_name@
49
50 NORMAL_INSTALL = true
51 PRE_INSTALL = true
52 POST_INSTALL = true
53 NORMAL_UNINSTALL = true
54 PRE_UNINSTALL = true
55 POST_UNINSTALL = true
56 AUTOHEADER = @AUTOHEADER@
57 BISON = @BISON@
58 CC = @CC@
59 COMPILEINFO = @COMPILEINFO@
60 CPPFLAGS = @CPPFLAGS@
61 CXX = @CXX@
62 CXXFLAGS = @CXXFLAGS@
63 DEFINES = @DEFINES@
64 DIR_DATADIR = @DIR_DATADIR@
65 EXTRA_LIBES = @EXTRA_LIBES@
66 FIND = @FIND@
67 FLEX = @FLEX@
68 ICFLAGS = @ICFLAGS@
69 ILDFLAGS = @ILDFLAGS@
70 LEX = @LEX@
71 LN = @LN@
72 MAKE = @MAKE@
73 MAKEINFO = @MAKEINFO@
74 MFDIR = @MFDIR@
75 PACKAGE = @PACKAGE@
76 PERL = @PERL@
77 POD2HTML = @POD2HTML@
78 POD2MAN = @POD2MAN@
79 PYTHON = @PYTHON@
80 RANLIB = @RANLIB@
81 TAR = @TAR@
82 TEXDIR = @TEXDIR@
83 TEXPREFIX = @TEXPREFIX@
84 VERSION = @VERSION@
85 YACC = @YACC@
86 ZIP = @ZIP@
87
88 LYFILES = 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 twinkle-pop.ly twinkle.ly
89 TEXFILES = dummy.tex
90 M4FILES = dummy.m4
91 EXTRA_DIST = Makefile.am.wild TODO $(LYFILES) $(TEXFILES) $(M4FILES)
92
93 OUTFILES = $(M4FILES:%.m4=%)
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = ../lib/config.hh
96 CONFIG_CLEAN_FILES = 
97 DIST_COMMON =  Makefile.am Makefile.in TODO
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 GZIP = --best
103 default: all
104
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps input/Makefile
108
109 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110         cd $(top_builddir) \
111           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113 tags: TAGS
114 TAGS:
115
116
117 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119 subdir = input
120
121 distdir: $(DISTFILES)
122         @for file in $(DISTFILES); do \
123           d=$(srcdir); \
124           test -f $(distdir)/$$file \
125           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
126           || cp -p $$d/$$file $(distdir)/$$file; \
127         done
128 info:
129 dvi:
130 check: all
131         $(MAKE)
132 installcheck:
133 install-exec: 
134         @$(NORMAL_INSTALL)
135
136 install-data: 
137         @$(NORMAL_INSTALL)
138
139 install: install-exec install-data all
140         @:
141
142 uninstall: 
143
144 all: Makefile
145
146 install-strip:
147         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
148 installdirs:
149
150
151 mostlyclean-generic:
152         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
153
154 clean-generic:
155         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
156
157 distclean-generic:
158         rm -f Makefile $(DISTCLEANFILES)
159         rm -f config.cache config.log stamp-h stamp-h[0-9]*
160         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
161
162 maintainer-clean-generic:
163         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
164         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
165 mostlyclean:  mostlyclean-generic
166
167 clean:  clean-generic mostlyclean
168
169 distclean:  distclean-generic clean
170         rm -f config.status
171
172 maintainer-clean:  maintainer-clean-generic distclean
173         @echo "This command is intended for maintainers to use;"
174         @echo "it deletes files that may require special tools to rebuild."
175
176 .PHONY: default tags distdir info dvi installcheck install-exec \
177 install-data install uninstall all installdirs mostlyclean-generic \
178 distclean-generic clean-generic maintainer-clean-generic clean \
179 mostlyclean distclean maintainer-clean
180
181
182 default: all $(OUTFILES)
183
184 # Tell versions [3.59,3.63) of GNU make to not export all variables.
185 # Otherwise a system limit (for SysV at least) may be exceeded.
186 .NOEXPORT: