]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/include/Makefile.in
release: 0.1.50
[lilypond.git] / mi2mu / include / 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# lib/include/Makefile.am.wild
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AUTOHEADER = @AUTOHEADER@
63 BISON = @BISON@
64 CC = @CC@
65 COMPILEINFO = @COMPILEINFO@
66 CPPFLAGS = @CPPFLAGS@
67 CXX = @CXX@
68 CXXFLAGS = @CXXFLAGS@
69 DEFINES = @DEFINES@
70 DIR_DATADIR = @DIR_DATADIR@
71 EXTRA_LIBES = @EXTRA_LIBES@
72 FIND = @FIND@
73 FLEX = @FLEX@
74 ICFLAGS = @ICFLAGS@
75 ILDFLAGS = @ILDFLAGS@
76 LD = @LD@
77 LEX = @LEX@
78 LIBTOOL = @LIBTOOL@
79 LN = @LN@
80 LN_S = @LN_S@
81 MAKE = @MAKE@
82 MAKEINFO = @MAKEINFO@
83 MFDIR = @MFDIR@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 PERL = @PERL@
87 POD2HTML = @POD2HTML@
88 POD2MAN = @POD2MAN@
89 PYTHON = @PYTHON@
90 RANLIB = @RANLIB@
91 TAR = @TAR@
92 TEXDIR = @TEXDIR@
93 TEXPREFIX = @TEXPREFIX@
94 VERSION = @VERSION@
95 YACC = @YACC@
96 ZIP = @ZIP@
97
98 noinst_HEADERS = mi2mu-global.hh mi2mu-proto.hh midi-parser.hh midi-score-parser.hh midi-track-parser.hh mudela-column.hh mudela-item.hh mudela-score.hh mudela-staff.hh mudela-stream.hh mudela-voice.hh dummy.icc dummy.tcc
99
100 EXTRA_DIST = Makefile.am.wild
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../../lib/config.hh
103 CONFIG_CLEAN_FILES = 
104 HEADERS =  $(noinst_HEADERS)
105
106 DIST_COMMON =  Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 GZIP = --best
112 default: all
113
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
116         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mi2mu/include/Makefile
117
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 tags: TAGS
124
125 ID: $(HEADERS) $(SOURCES) $(LISP)
126         here=`pwd` && cd $(srcdir) \
127           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
128
129 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
130         tags=; \
131         here=`pwd`; \
132         list='$(SOURCES) $(HEADERS)'; \
133         unique=`for i in $$list; do echo $$i; done | \
134           awk '    { files[$$0] = 1; } \
135                END { for (i in files) print i; }'`; \
136         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
137           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
138
139 mostlyclean-tags:
140
141 clean-tags:
142
143 distclean-tags:
144         -rm -f TAGS ID
145
146 maintainer-clean-tags:
147
148 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
149
150 subdir = mi2mu/include
151
152 distdir: $(DISTFILES)
153         @for file in $(DISTFILES); do \
154           d=$(srcdir); \
155           test -f $(distdir)/$$file \
156           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
157           || cp -p $$d/$$file $(distdir)/$$file; \
158         done
159 info:
160 dvi:
161 check: all
162         $(MAKE)
163 installcheck:
164 install-exec: 
165         @$(NORMAL_INSTALL)
166
167 install-data: 
168         @$(NORMAL_INSTALL)
169
170 install: install-exec install-data all
171         @:
172
173 uninstall: 
174
175 all: Makefile $(HEADERS)
176
177 install-strip:
178         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
179 installdirs:
180
181
182 mostlyclean-generic:
183         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
184
185 clean-generic:
186         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
187
188 distclean-generic:
189         -rm -f Makefile $(DISTCLEANFILES)
190         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
191         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
192
193 maintainer-clean-generic:
194         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
195         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
196 mostlyclean:  mostlyclean-tags mostlyclean-generic
197
198 clean:  clean-tags clean-generic mostlyclean
199
200 distclean:  distclean-tags distclean-generic clean
201         -rm -f config.status
202         -rm -f libtool
203
204 maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
205                 distclean
206         @echo "This command is intended for maintainers to use;"
207         @echo "it deletes files that may require special tools to rebuild."
208
209 .PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
210 maintainer-clean-tags distdir info dvi installcheck install-exec \
211 install-data install uninstall all installdirs mostlyclean-generic \
212 distclean-generic clean-generic maintainer-clean-generic clean \
213 mostlyclean distclean maintainer-clean
214
215
216 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
217         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
218
219 # Tell versions [3.59,3.63) of GNU make to not export all variables.
220 # Otherwise a system limit (for SysV at least) may be exceeded.
221 .NOEXPORT: