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