]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/include/Makefile.in
release: 0.1.49
[lilypond.git] / mi2mu / include / 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 ./mi2mu/include/Makefile.am.wild by bin/autowild
8 # Do not edit
9 # lib/include/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 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
89
90 EXTRA_DIST = Makefile.am.wild
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = ../../lib/config.hh
93 CONFIG_CLEAN_FILES = 
94 HEADERS =  $(noinst_HEADERS)
95
96 DIST_COMMON =  Makefile.am Makefile.in
97
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101 GZIP = --best
102 default: all
103
104 .SUFFIXES:
105 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
106         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mi2mu/include/Makefile
107
108 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
109         cd $(top_builddir) \
110           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111
112
113 tags: TAGS
114
115 ID: $(HEADERS) $(SOURCES)
116         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
117
118 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
119         tags=; \
120         here=`pwd`; \
121         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
122           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
123
124 mostlyclean-tags:
125
126 clean-tags:
127
128 distclean-tags:
129         rm -f TAGS ID
130
131 maintainer-clean-tags:
132
133 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
134
135 subdir = mi2mu/include
136
137 distdir: $(DISTFILES)
138         @for file in $(DISTFILES); do \
139           d=$(srcdir); \
140           test -f $(distdir)/$$file \
141           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
142           || cp -p $$d/$$file $(distdir)/$$file; \
143         done
144 info:
145 dvi:
146 check: all
147         $(MAKE)
148 installcheck:
149 install-exec: 
150         @$(NORMAL_INSTALL)
151
152 install-data: 
153         @$(NORMAL_INSTALL)
154
155 install: install-exec install-data all
156         @:
157
158 uninstall: 
159
160 all: Makefile $(HEADERS)
161
162 install-strip:
163         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
164 installdirs:
165
166
167 mostlyclean-generic:
168         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
169
170 clean-generic:
171         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
172
173 distclean-generic:
174         rm -f Makefile $(DISTCLEANFILES)
175         rm -f config.cache config.log stamp-h stamp-h[0-9]*
176         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
177
178 maintainer-clean-generic:
179         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
180         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
181 mostlyclean:  mostlyclean-tags mostlyclean-generic
182
183 clean:  clean-tags clean-generic mostlyclean
184
185 distclean:  distclean-tags distclean-generic clean
186         rm -f config.status
187
188 maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
189                 distclean
190         @echo "This command is intended for maintainers to use;"
191         @echo "it deletes files that may require special tools to rebuild."
192
193 .PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
194 maintainer-clean-tags distdir info dvi installcheck install-exec \
195 install-data install uninstall all installdirs mostlyclean-generic \
196 distclean-generic clean-generic maintainer-clean-generic clean \
197 mostlyclean distclean maintainer-clean
198
199
200 # Tell versions [3.59,3.63) of GNU make to not export all variables.
201 # Otherwise a system limit (for SysV at least) may be exceeded.
202 .NOEXPORT: