lilypond-1.1.50
[lilypond.git] / include / Makefile.in
blobeb0e19bb9513779b98cc32d1704364748e785c71
1 # Makefile.in generated automatically by automake 1.2 from Makefile.am
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.
7 # Automatically generated from ./flower/include/Makefile.am.wild by bin/autowild
8 # Do not edit
9 # flower/lib/include/Makefile.am.wild
12 SHELL = /bin/sh
14 srcdir = @srcdir@
15 top_srcdir = @top_srcdir@
16 VPATH = @srcdir@
17 prefix = @prefix@
18 exec_prefix = @exec_prefix@
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
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
37 top_builddir = ..
39 ACLOCAL = @ACLOCAL@
40 AUTOCONF = @AUTOCONF@
41 AUTOMAKE = @AUTOMAKE@
42 AUTOHEADER = @AUTOHEADER@
44 INSTALL = @INSTALL@
45 INSTALL_PROGRAM = @INSTALL_PROGRAM@
46 INSTALL_DATA = @INSTALL_DATA@
47 INSTALL_SCRIPT = @INSTALL_SCRIPT@
48 transform = @program_transform_name@
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@
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
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)
74 DIST_COMMON = Makefile.am Makefile.in
77 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
79 TAR = tar
80 GZIP = --best
81 default: all
83 .SUFFIXES:
84 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
87 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
88 cd $(top_builddir) \
89 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
92 tags: TAGS
94 ID: $(HEADERS) $(SOURCES)
95 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
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)
103 mostlyclean-tags:
105 clean-tags:
107 distclean-tags:
108 rm -f TAGS ID
110 maintainer-clean-tags:
112 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
114 subdir = include
116 distdir: $(DISTFILES)
117 @for file in $(DISTFILES); do \
118 d=$(srcdir); \
119 test -f $(distdir)/$$file \
120 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
121 || cp -p $$d/$$file $(distdir)/$$file; \
122 done
123 info:
124 dvi:
125 check: all
126 $(MAKE)
127 installcheck:
128 install-exec:
129 @$(NORMAL_INSTALL)
131 install-data:
132 @$(NORMAL_INSTALL)
134 install: install-exec install-data all
137 uninstall:
139 all: Makefile $(HEADERS)
141 install-strip:
142 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
143 installdirs:
146 mostlyclean-generic:
147 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
149 clean-generic:
150 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
152 distclean-generic:
153 rm -f Makefile $(DISTCLEANFILES)
154 rm -f config.cache config.log stamp-h stamp-h[0-9]*
155 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
157 maintainer-clean-generic:
158 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
159 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
160 mostlyclean: mostlyclean-tags mostlyclean-generic
162 clean: clean-tags clean-generic mostlyclean
164 distclean: distclean-tags distclean-generic clean
165 rm -f config.status
167 maintainer-clean: maintainer-clean-tags maintainer-clean-generic \
168 distclean
169 @echo "This command is intended for maintainers to use;"
170 @echo "it deletes files that may require special tools to rebuild."
172 .PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
173 maintainer-clean-tags distdir info dvi installcheck install-exec \
174 install-data install uninstall all installdirs mostlyclean-generic \
175 distclean-generic clean-generic maintainer-clean-generic clean \
176 mostlyclean distclean maintainer-clean
179 # Tell versions [3.59,3.63) of GNU make to not export all variables.
180 # Otherwise a system limit (for SysV at least) may be exceeded.
181 .NOEXPORT: