]> git.donarmstrong.com Git - lilypond.git/blob - include/Makefile.in
partial: 0.1.50.jcn
[lilypond.git] / 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-deps include/Makefile
86
87 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
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         @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)
130
131 install-data: 
132         @$(NORMAL_INSTALL)
133
134 install: install-exec install-data all
135         @:
136
137 uninstall: 
138
139 all: Makefile $(HEADERS)
140
141 install-strip:
142         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
143 installdirs:
144
145
146 mostlyclean-generic:
147         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
148
149 clean-generic:
150         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
151
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)
156
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
161
162 clean:  clean-tags clean-generic mostlyclean
163
164 distclean:  distclean-tags distclean-generic clean
165         rm -f config.status
166
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."
171
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
177
178
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: