chiark / gitweb /
Import upstream sources.
[cparse] / tests / Makefile.in
CommitLineData
3cd4b0f8
MW
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16#
17# This file is part of DisOrder.
18# Copyright (C) 2004 Richard Kettlewell
19#
20# This program is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 2 of the License, or
23# (at your option) any later version.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28# General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program; if not, write to the Free Software
32# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
33# USA
34#
35
36SHELL = @SHELL@
37
38srcdir = @srcdir@
39top_srcdir = @top_srcdir@
40VPATH = @srcdir@
41prefix = @prefix@
42exec_prefix = @exec_prefix@
43
44bindir = @bindir@
45sbindir = @sbindir@
46libexecdir = @libexecdir@
47datadir = @datadir@
48sysconfdir = @sysconfdir@
49sharedstatedir = @sharedstatedir@
50localstatedir = @localstatedir@
51libdir = @libdir@
52infodir = @infodir@
53mandir = @mandir@
54includedir = @includedir@
55oldincludedir = /usr/include
56pkgdatadir = $(datadir)/@PACKAGE@
57pkglibdir = $(libdir)/@PACKAGE@
58pkgincludedir = $(includedir)/@PACKAGE@
59top_builddir = ..
60
61ACLOCAL = @ACLOCAL@
62AUTOCONF = @AUTOCONF@
63AUTOMAKE = @AUTOMAKE@
64AUTOHEADER = @AUTOHEADER@
65
66INSTALL = @INSTALL@
67INSTALL_PROGRAM = @INSTALL_PROGRAM@
68INSTALL_DATA = @INSTALL_DATA@
69INSTALL_SCRIPT = @INSTALL_SCRIPT@
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = @program_transform_name@
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78host_alias = @host_alias@
79host_triplet = @host@
80AMTAR = @AMTAR@
81AS = @AS@
82AWK = @AWK@
83CC = @CC@
84DEPDIR = @DEPDIR@
85DLLTOOL = @DLLTOOL@
86ECHO = @ECHO@
87EXEEXT = @EXEEXT@
88INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89LEX = @LEX@
90LIBGC = @LIBGC@
91LIBTOOL = @LIBTOOL@
92LN_S = @LN_S@
93OBJDUMP = @OBJDUMP@
94OBJEXT = @OBJEXT@
95PACKAGE = @PACKAGE@
96RANLIB = @RANLIB@
97STRIP = @STRIP@
98VERSION = @VERSION@
99YACC = @YACC@
100am__include = @am__include@
101am__quote = @am__quote@
102install_sh = @install_sh@
103
104EXTRA_DIST = designated-initializers.c fail-array-subscripting-1.c \
105fail-array-subscripting-2.c fail-array-subscripting-3.c \
106fail-arrow-operator-1.c fail-arrow-operator-2.c \
107fail-arrow-operator-3.c fail-arrow-operator-4.c fail-dot-operator-1.c \
108fail-dot-operator-2.c fail-dot-operator-3.c fail-dot-operator-4.c \
109fail-function-call-1.c fail-function-call-2.c fail-hex-escape.c \
110fail-leaky-old-style-declarations.c \
111fail-no-declaration-list-on-new-functions.c fail-octal-escape.c \
112fail-ucn-limits-1.c fail-ucn-limits-2.c ucn-8bit.c
113
114subdir = tests
115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116CONFIG_HEADER = $(top_builddir)/config.h
117CONFIG_CLEAN_FILES =
118DIST_SOURCES =
119DIST_COMMON = Makefile.am Makefile.in
120all: all-am
121
122.SUFFIXES:
123
124mostlyclean-libtool:
125 -rm -f *.lo
126
127clean-libtool:
128 -rm -rf .libs _libs
129
130distclean-libtool:
131 -rm -f libtool
132$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133 cd $(top_srcdir) && \
134 $(AUTOMAKE) --gnu tests/Makefile
135Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
136 cd $(top_builddir) && \
137 CONFIG_HEADERS= CONFIG_LINKS= \
138 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
139uninstall-info-am:
140tags: TAGS
141TAGS:
142
143
144DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145
146top_distdir = ..
147distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
148
149distdir: $(DISTFILES)
150 @for file in $(DISTFILES); do \
151 if test -f $$file; then d=.; else d=$(srcdir); fi; \
152 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
153 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
154 $(mkinstalldirs) "$(distdir)/$$dir"; \
155 fi; \
156 if test -d $$d/$$file; then \
157 cp -pR $$d/$$file $(distdir) \
158 || exit 1; \
159 else \
160 test -f $(distdir)/$$file \
161 || cp -p $$d/$$file $(distdir)/$$file \
162 || exit 1; \
163 fi; \
164 done
165check-am: all-am
166check: check-am
167all-am: Makefile
168
169installdirs:
170
171install: install-am
172install-exec: install-exec-am
173install-data: install-data-am
174uninstall: uninstall-am
175
176install-am: all-am
177 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
179installcheck: installcheck-am
180install-strip:
181 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
182 `test -z '$(STRIP)' || \
183 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184mostlyclean-generic:
185
186clean-generic:
187
188distclean-generic:
189 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
190
191maintainer-clean-generic:
192 @echo "This command is intended for maintainers to use"
193 @echo "it deletes files that may require special tools to rebuild."
194clean: clean-am
195
196clean-am: clean-generic clean-libtool mostlyclean-am
197
198distclean: distclean-am
199
200distclean-am: clean-am distclean-generic distclean-libtool
201
202dvi: dvi-am
203
204dvi-am:
205
206info: info-am
207
208info-am:
209
210install-data-am:
211
212install-exec-am:
213
214install-info: install-info-am
215
216install-man:
217
218installcheck-am:
219
220maintainer-clean: maintainer-clean-am
221
222maintainer-clean-am: distclean-am maintainer-clean-generic
223
224mostlyclean: mostlyclean-am
225
226mostlyclean-am: mostlyclean-generic mostlyclean-libtool
227
228uninstall-am: uninstall-info-am
229
230.PHONY: all all-am check check-am clean clean-generic clean-libtool \
231 distclean distclean-generic distclean-libtool distdir dvi \
232 dvi-am info info-am install install-am install-data \
233 install-data-am install-exec install-exec-am install-info \
234 install-info-am install-man install-strip installcheck \
235 installcheck-am installdirs maintainer-clean \
236 maintainer-clean-generic mostlyclean mostlyclean-generic \
237 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
238
239# Tell versions [3.59,3.63) of GNU make to not export all variables.
240# Otherwise a system limit (for SysV at least) may be exceeded.
241.NOEXPORT: