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