]> andersk Git - splint.git/blob - Makefile.in
Took tests2.2a out of Makefile temporalily.
[splint.git] / 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 BISON = @BISON@
63 CAT = @CAT@
64 CC = @CC@
65 CP = @CP@
66 CPP = @CPP@
67 CXX = @CXX@
68 DEPDIR = @DEPDIR@
69 DIFF = @DIFF@
70 EXEEXT = @EXEEXT@
71 GREP = @GREP@
72 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73 LCLOBJ = @LCLOBJ@
74 LEX = @LEX@
75 LN_S = @LN_S@
76 MV = @MV@
77 OBJEXT = @OBJEXT@
78 PACKAGE = @PACKAGE@
79 RM = @RM@
80 VERSION = @VERSION@
81 am__include = @am__include@
82 am__quote = @am__quote@
83 install_sh = @install_sh@
84
85 AUTOMAKE_OPTIONS = 1.5 foreign
86
87 SUBDIRS = src lib imports test
88 subdir = .
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
91 CONFIG_HEADER = config.h
92 CONFIG_CLEAN_FILES = test/Makefile
93 DIST_SOURCES =
94
95 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
96         uninstall-info-recursive all-recursive install-data-recursive \
97         install-exec-recursive installdirs-recursive install-recursive \
98         uninstall-recursive check-recursive installcheck-recursive
99 DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
100         aclocal.m4 config.hin config/config.guess config/config.sub \
101         config/depcomp config/install-sh config/missing \
102         config/mkinstalldirs configure configure.ac
103 DIST_SUBDIRS = $(SUBDIRS)
104 all: config.h
105         $(MAKE) $(AM_MAKEFLAGS) all-recursive
106
107 .SUFFIXES:
108 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
109         cd $(top_srcdir) && \
110           $(AUTOMAKE) --foreign  Makefile
111 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
112         cd $(top_builddir) && \
113           CONFIG_HEADERS= CONFIG_LINKS= \
114           CONFIG_FILES=$@ $(SHELL) ./config.status
115
116 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
117         $(SHELL) ./config.status --recheck
118 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119         cd $(srcdir) && $(AUTOCONF)
120
121 $(ACLOCAL_M4):  configure.ac acinclude.m4
122         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
123 config.h: stamp-h
124         @if test ! -f $@; then \
125                 rm -f stamp-h; \
126                 $(MAKE) stamp-h; \
127         else :; fi
128 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
129         @rm -f stamp-h stamp-hT
130         @echo timestamp > stamp-hT 2> /dev/null
131         cd $(top_builddir) \
132           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
133              $(SHELL) ./config.status
134         @mv stamp-hT stamp-h
135 $(srcdir)/config.hin:  $(srcdir)/./stamp-h.in
136         @if test ! -f $@; then \
137                 rm -f $(srcdir)/./stamp-h.in; \
138                 $(MAKE) $(srcdir)/./stamp-h.in; \
139         else :; fi
140 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
141         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
142         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
143         cd $(top_srcdir) && $(AUTOHEADER)
144         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
145
146 distclean-hdr:
147         -rm -f config.h
148 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
149         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
150 uninstall-info-am:
151
152 # This directory's subdirectories are mostly independent; you can cd
153 # into them and run `make' without going through this Makefile.
154 # To change the values of `make' variables: instead of editing Makefiles,
155 # (1) if the variable is set in `config.status', edit `config.status'
156 #     (which will cause the Makefiles to be regenerated when you run `make');
157 # (2) otherwise, pass the desired values on the `make' command line.
158 $(RECURSIVE_TARGETS):
159         @set fnord $(MAKEFLAGS); amf=$$2; \
160         dot_seen=no; \
161         target=`echo $@ | sed s/-recursive//`; \
162         list='$(SUBDIRS)'; for subdir in $$list; do \
163           echo "Making $$target in $$subdir"; \
164           if test "$$subdir" = "."; then \
165             dot_seen=yes; \
166             local_target="$$target-am"; \
167           else \
168             local_target="$$target"; \
169           fi; \
170           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
171            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
172         done; \
173         if test "$$dot_seen" = "no"; then \
174           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
175         fi; test -z "$$fail"
176
177 mostlyclean-recursive clean-recursive distclean-recursive \
178 maintainer-clean-recursive:
179         @set fnord $(MAKEFLAGS); amf=$$2; \
180         dot_seen=no; \
181         case "$@" in \
182           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
183           *) list='$(SUBDIRS)' ;; \
184         esac; \
185         rev=''; for subdir in $$list; do \
186           if test "$$subdir" = "."; then :; else \
187             rev="$$subdir $$rev"; \
188           fi; \
189         done; \
190         rev="$$rev ."; \
191         target=`echo $@ | sed s/-recursive//`; \
192         for subdir in $$rev; do \
193           echo "Making $$target in $$subdir"; \
194           if test "$$subdir" = "."; then \
195             local_target="$$target-am"; \
196           else \
197             local_target="$$target"; \
198           fi; \
199           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201         done && test -z "$$fail"
202 tags-recursive:
203         list='$(SUBDIRS)'; for subdir in $$list; do \
204           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205         done
206
207 tags: TAGS
208
209 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
210         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
211         unique=`for i in $$list; do \
212             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213           done | \
214           $(AWK) '    { files[$$0] = 1; } \
215                END { for (i in files) print i; }'`; \
216         mkid -fID $$unique $(LISP)
217
218 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
219                 $(TAGS_FILES) $(LISP)
220         tags=; \
221         here=`pwd`; \
222         list='$(SUBDIRS)'; for subdir in $$list; do \
223           if test "$$subdir" = .; then :; else \
224             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
225           fi; \
226         done; \
227         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
228         unique=`for i in $$list; do \
229             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
230           done | \
231           $(AWK) '    { files[$$0] = 1; } \
232                END { for (i in files) print i; }'`; \
233         test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
234           || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
235
236 GTAGS:
237         here=`CDPATH=: && cd $(top_builddir) && pwd` \
238           && cd $(top_srcdir) \
239           && gtags -i $(GTAGS_ARGS) $$here
240
241 distclean-tags:
242         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
243
244 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
245
246 top_distdir = .
247 # Avoid unsightly `./'.
248 distdir = $(PACKAGE)-$(VERSION)
249
250 GZIP_ENV = --best
251
252 distdir: $(DISTFILES)
253         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
254         mkdir $(distdir)
255         $(mkinstalldirs) $(distdir)/config $(distdir)/test
256         @for file in $(DISTFILES); do \
257           if test -f $$file; then d=.; else d=$(srcdir); fi; \
258           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
259           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
260             $(mkinstalldirs) "$(distdir)/$$dir"; \
261           fi; \
262           if test -d $$d/$$file; then \
263             cp -pR $$d/$$file $(distdir) \
264             || exit 1; \
265           else \
266             test -f $(distdir)/$$file \
267             || cp -p $$d/$$file $(distdir)/$$file \
268             || exit 1; \
269           fi; \
270         done
271         for subdir in $(SUBDIRS); do \
272           if test "$$subdir" = .; then :; else \
273             test -d $(distdir)/$$subdir \
274             || mkdir $(distdir)/$$subdir \
275             || exit 1; \
276             (cd $$subdir && \
277               $(MAKE) $(AM_MAKEFLAGS) \
278                 top_distdir="$(top_distdir)" \
279                 distdir=../$(distdir)/$$subdir \
280                 distdir) \
281               || exit 1; \
282           fi; \
283         done
284         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
285           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
286           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
287           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
288         || chmod -R a+r $(distdir)
289 dist: distdir
290         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
291         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
292
293 # This target untars the dist file and tries a VPATH configuration.  Then
294 # it guarantees that the distribution is self-contained by making another
295 # tarfile.
296 distcheck: dist
297         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
298         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
299         chmod -R a-w $(distdir); chmod a+w $(distdir)
300         mkdir $(distdir)/=build
301         mkdir $(distdir)/=inst
302         chmod a-w $(distdir)
303         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
304           && cd $(distdir)/=build \
305           && ../configure --srcdir=.. --prefix=$$dc_install_base \
306           && $(MAKE) $(AM_MAKEFLAGS) \
307           && $(MAKE) $(AM_MAKEFLAGS) dvi \
308           && $(MAKE) $(AM_MAKEFLAGS) check \
309           && $(MAKE) $(AM_MAKEFLAGS) install \
310           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
311           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
312           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
313              || (echo "Error: files left after uninstall" 1>&2; \
314                  exit 1) ) \
315           && $(MAKE) $(AM_MAKEFLAGS) dist \
316           && $(MAKE) $(AM_MAKEFLAGS) distclean \
317           && rm -f $(distdir).tar.gz \
318           && (test `find . -type f -print | wc -l` -eq 0 \
319              || (echo "Error: files left after distclean" 1>&2; \
320                  exit 1) )
321         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
322         @echo "$(distdir).tar.gz is ready for distribution" | \
323           sed 'h;s/./=/g;p;x;p;x'
324 check-am: all-am
325 check: check-recursive
326 all-am: Makefile config.h
327 installdirs: installdirs-recursive
328 installdirs-am:
329
330 install: install-recursive
331 install-exec: install-exec-recursive
332 install-data: install-data-recursive
333 uninstall: uninstall-recursive
334
335 install-am: all-am
336         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337
338 installcheck: installcheck-recursive
339 install-strip:
340         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341           `test -z '$(STRIP)' || \
342             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
343 mostlyclean-generic:
344
345 clean-generic:
346
347 distclean-generic:
348         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
349
350 maintainer-clean-generic:
351         @echo "This command is intended for maintainers to use"
352         @echo "it deletes files that may require special tools to rebuild."
353 clean: clean-recursive
354
355 clean-am: clean-generic mostlyclean-am
356
357 dist-all: distdir
358         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
359         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
360 distclean: distclean-recursive
361         -rm -f config.status config.cache config.log
362 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
363
364 dvi: dvi-recursive
365
366 dvi-am:
367
368 info: info-recursive
369
370 info-am:
371
372 install-data-am:
373
374 install-exec-am:
375
376 install-info: install-info-recursive
377
378 install-man:
379
380 installcheck-am:
381
382 maintainer-clean: maintainer-clean-recursive
383
384 maintainer-clean-am: distclean-am maintainer-clean-generic
385
386 mostlyclean: mostlyclean-recursive
387
388 mostlyclean-am: mostlyclean-generic
389
390 uninstall-am: uninstall-info-am
391
392 uninstall-info: uninstall-info-recursive
393
394 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
395         clean-generic clean-recursive dist dist-all distcheck distclean \
396         distclean-generic distclean-hdr distclean-recursive \
397         distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
398         info-recursive install install-am install-data install-data-am \
399         install-data-recursive install-exec install-exec-am \
400         install-exec-recursive install-info install-info-am \
401         install-info-recursive install-man install-recursive \
402         install-strip installcheck installcheck-am installdirs \
403         installdirs-am installdirs-recursive maintainer-clean \
404         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
405         mostlyclean-generic mostlyclean-recursive tags tags-recursive \
406         uninstall uninstall-am uninstall-info-am \
407         uninstall-info-recursive uninstall-recursive
408
409 # Tell versions [3.59,3.63) of GNU make to not export all variables.
410 # Otherwise a system limit (for SysV at least) may be exceeded.
411 .NOEXPORT:
This page took 0.094248 seconds and 5 git commands to generate.