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