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