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