]> git.donarmstrong.com Git - lilypond.git/blob - test/Makefile.in
release: 0.1.49
[lilypond.git] / test / 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/test/Makefile.am.wild by bin/autowild
8 # Do not edit
9 #
10 # project  LilyPond -- the musical typesetter
11 # title    makefile for flowertest
12 # file     flower/test/Makefile.am.wild
13 #
14 # Copyright (c) 1997 by
15 #       Jan Nieuwenhuizen <jan@digicash.com>
16 #       Han-Wen Nienhuys <hanwen@stack.nl>
17 #
18
19 # bin_PROGRAMS = test
20
21 # TEST = test
22
23 # can't link to libflower: has not been created yet...
24 # test_SOURCES = main.cc mat-test.cc pqtest.cc rattest.cc stringtest.cc
25
26
27 SHELL = /bin/sh
28
29 srcdir = @srcdir@
30 top_srcdir = @top_srcdir@
31 VPATH = @srcdir@
32 prefix = @prefix@
33 exec_prefix = @exec_prefix@
34
35 bindir = @bindir@
36 sbindir = @sbindir@
37 libexecdir = @libexecdir@
38 datadir = @datadir@
39 sysconfdir = @sysconfdir@
40 sharedstatedir = @sharedstatedir@
41 localstatedir = @localstatedir@
42 libdir = @libdir@
43 infodir = @infodir@
44 mandir = @mandir@
45 includedir = @includedir@
46 oldincludedir = /usr/include
47
48 pkgdatadir = $(datadir)/@PACKAGE@
49 pkglibdir = $(libdir)/@PACKAGE@
50 pkgincludedir = $(includedir)/@PACKAGE@
51
52 top_builddir = ..
53
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
59 INSTALL = @INSTALL@
60 INSTALL_PROGRAM = @INSTALL_PROGRAM@
61 INSTALL_DATA = @INSTALL_DATA@
62 INSTALL_SCRIPT = @INSTALL_SCRIPT@
63 transform = @program_transform_name@
64
65 NORMAL_INSTALL = true
66 PRE_INSTALL = true
67 POST_INSTALL = true
68 NORMAL_UNINSTALL = true
69 PRE_UNINSTALL = true
70 POST_UNINSTALL = true
71 CC = @CC@
72 CXX = @CXX@
73 LIB_SUFFIX = @LIB_SUFFIX@
74 MAKEINFO = @MAKEINFO@
75 MODULE_CXXFLAGS = @MODULE_CXXFLAGS@
76 MODULE_LDFLAGS = @MODULE_LDFLAGS@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 VERSION = @VERSION@
80
81 EXTRA_SOURCES = main.cc mat-test.cc pqtest.cc rattest.cc stringtest.cc
82
83 EXTRA_DIST = result Makefile.am.wild $(EXTRA_SOURCES)
84
85 noinst_HEADERS = flower-test.hh
86
87 INCLUDES = -I../include
88 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
89 CONFIG_HEADER = ../config.hh
90 CONFIG_CLEAN_FILES = 
91 HEADERS =  $(noinst_HEADERS)
92
93 DIST_COMMON =  Makefile.am Makefile.in
94
95
96 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
98 TAR = tar
99 GZIP = --best
100 default: all
101
102 .SUFFIXES:
103 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
104         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
105
106 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
107         cd $(top_builddir) \
108           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109
110
111 tags: TAGS
112
113 ID: $(HEADERS) $(SOURCES)
114         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
115
116 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
117         tags=; \
118         here=`pwd`; \
119         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
120           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -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 = test
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
186 maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
187                 distclean
188         @echo "This command is intended for maintainers to use;"
189         @echo "it deletes files that may require special tools to rebuild."
190
191 .PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
192 maintainer-clean-tags distdir info dvi installcheck install-exec \
193 install-data install uninstall all installdirs mostlyclean-generic \
194 distclean-generic clean-generic maintainer-clean-generic clean \
195 mostlyclean distclean maintainer-clean
196
197
198 # Tell versions [3.59,3.63) of GNU make to not export all variables.
199 # Otherwise a system limit (for SysV at least) may be exceeded.
200 .NOEXPORT: