chiark / gitweb /
Import upstream sources.
[cparse] / tests / Makefile.in
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
36 SHELL = @SHELL@
37
38 srcdir = @srcdir@
39 top_srcdir = @top_srcdir@
40 VPATH = @srcdir@
41 prefix = @prefix@
42 exec_prefix = @exec_prefix@
43
44 bindir = @bindir@
45 sbindir = @sbindir@
46 libexecdir = @libexecdir@
47 datadir = @datadir@
48 sysconfdir = @sysconfdir@
49 sharedstatedir = @sharedstatedir@
50 localstatedir = @localstatedir@
51 libdir = @libdir@
52 infodir = @infodir@
53 mandir = @mandir@
54 includedir = @includedir@
55 oldincludedir = /usr/include
56 pkgdatadir = $(datadir)/@PACKAGE@
57 pkglibdir = $(libdir)/@PACKAGE@
58 pkgincludedir = $(includedir)/@PACKAGE@
59 top_builddir = ..
60
61 ACLOCAL = @ACLOCAL@
62 AUTOCONF = @AUTOCONF@
63 AUTOMAKE = @AUTOMAKE@
64 AUTOHEADER = @AUTOHEADER@
65
66 INSTALL = @INSTALL@
67 INSTALL_PROGRAM = @INSTALL_PROGRAM@
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_SCRIPT = @INSTALL_SCRIPT@
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = @program_transform_name@
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 host_alias = @host_alias@
79 host_triplet = @host@
80 AMTAR = @AMTAR@
81 AS = @AS@
82 AWK = @AWK@
83 CC = @CC@
84 DEPDIR = @DEPDIR@
85 DLLTOOL = @DLLTOOL@
86 ECHO = @ECHO@
87 EXEEXT = @EXEEXT@
88 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89 LEX = @LEX@
90 LIBGC = @LIBGC@
91 LIBTOOL = @LIBTOOL@
92 LN_S = @LN_S@
93 OBJDUMP = @OBJDUMP@
94 OBJEXT = @OBJEXT@
95 PACKAGE = @PACKAGE@
96 RANLIB = @RANLIB@
97 STRIP = @STRIP@
98 VERSION = @VERSION@
99 YACC = @YACC@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
103
104 EXTRA_DIST = designated-initializers.c fail-array-subscripting-1.c      \
105 fail-array-subscripting-2.c fail-array-subscripting-3.c                 \
106 fail-arrow-operator-1.c fail-arrow-operator-2.c                         \
107 fail-arrow-operator-3.c fail-arrow-operator-4.c fail-dot-operator-1.c   \
108 fail-dot-operator-2.c fail-dot-operator-3.c fail-dot-operator-4.c       \
109 fail-function-call-1.c fail-function-call-2.c fail-hex-escape.c         \
110 fail-leaky-old-style-declarations.c                                     \
111 fail-no-declaration-list-on-new-functions.c fail-octal-escape.c         \
112 fail-ucn-limits-1.c fail-ucn-limits-2.c ucn-8bit.c
113
114 subdir = tests
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = $(top_builddir)/config.h
117 CONFIG_CLEAN_FILES =
118 DIST_SOURCES =
119 DIST_COMMON = Makefile.am Makefile.in
120 all: all-am
121
122 .SUFFIXES:
123
124 mostlyclean-libtool:
125         -rm -f *.lo
126
127 clean-libtool:
128         -rm -rf .libs _libs
129
130 distclean-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
135 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
136         cd $(top_builddir) && \
137           CONFIG_HEADERS= CONFIG_LINKS= \
138           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
139 uninstall-info-am:
140 tags: TAGS
141 TAGS:
142
143
144 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145
146 top_distdir = ..
147 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
148
149 distdir: $(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
165 check-am: all-am
166 check: check-am
167 all-am: Makefile
168
169 installdirs:
170
171 install: install-am
172 install-exec: install-exec-am
173 install-data: install-data-am
174 uninstall: uninstall-am
175
176 install-am: all-am
177         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
179 installcheck: installcheck-am
180 install-strip:
181         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
182           `test -z '$(STRIP)' || \
183             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184 mostlyclean-generic:
185
186 clean-generic:
187
188 distclean-generic:
189         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
190
191 maintainer-clean-generic:
192         @echo "This command is intended for maintainers to use"
193         @echo "it deletes files that may require special tools to rebuild."
194 clean: clean-am
195
196 clean-am: clean-generic clean-libtool mostlyclean-am
197
198 distclean: distclean-am
199
200 distclean-am: clean-am distclean-generic distclean-libtool
201
202 dvi: dvi-am
203
204 dvi-am:
205
206 info: info-am
207
208 info-am:
209
210 install-data-am:
211
212 install-exec-am:
213
214 install-info: install-info-am
215
216 install-man:
217
218 installcheck-am:
219
220 maintainer-clean: maintainer-clean-am
221
222 maintainer-clean-am: distclean-am maintainer-clean-generic
223
224 mostlyclean: mostlyclean-am
225
226 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
227
228 uninstall-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: