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