]> andersk Git - splint.git/blame - Makefile.in
Fixed handling of array dimensions (bug reported by Randi J. Relander)
[splint.git] / Makefile.in
CommitLineData
8fe44445 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
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
f7bbce9e 58build_alias = @build_alias@
59build_triplet = @build@
8fe44445 60host_alias = @host_alias@
61host_triplet = @host@
f7bbce9e 62target_alias = @target_alias@
63target_triplet = @target@
73b29173 64AMTAR = @AMTAR@
65AWK = @AWK@
8fe44445 66BISON = @BISON@
67CAT = @CAT@
68CC = @CC@
69CP = @CP@
70CPP = @CPP@
73b29173 71DEPDIR = @DEPDIR@
8fe44445 72DIFF = @DIFF@
73b29173 73EXEEXT = @EXEEXT@
8fe44445 74GREP = @GREP@
73b29173 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 76LCLOBJ = @LCLOBJ@
77LEX = @LEX@
78LN_S = @LN_S@
79MV = @MV@
73b29173 80OBJEXT = @OBJEXT@
8fe44445 81PACKAGE = @PACKAGE@
82RM = @RM@
83VERSION = @VERSION@
73b29173 84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
8fe44445 87
88AUTOMAKE_OPTIONS = 1.5 foreign
89
363a5c93 90binaryfixscript = ./fixBinaryDist.sh
91SUBDIRS = lib imports test doc src
92
93binaryBuiltFiles = 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
96binaryDerivedFiles = Makefile.binary.in configure.binary
97
98EXTRA_DIST = $(binaryfixscript) $(binaryBuiltFiles) $(binaryDerivedFiles) preBuilt/Makefile.am preBuilt/Makefile.in
8fe44445 99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
102CONFIG_HEADER = config.h
077d4458 103CONFIG_CLEAN_FILES = preBuilt/Makefile
8fe44445 104DIST_SOURCES =
105
106RECURSIVE_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
077d4458 110DIST_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
8fe44445 114DIST_SUBDIRS = $(SUBDIRS)
115all: 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
122Makefile: $(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)
134config.h: stamp-h
135 @if test ! -f $@; then \
136 rm -f stamp-h; \
137 $(MAKE) stamp-h; \
138 else :; fi
139stamp-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
157distclean-hdr:
158 -rm -f config.h
077d4458 159preBuilt/Makefile: $(top_builddir)/config.status $(top_srcdir)/preBuilt/Makefile.in
160 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
8fe44445 161uninstall-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
188mostlyclean-recursive clean-recursive distclean-recursive \
189maintainer-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"
213tags-recursive:
214 list='$(SUBDIRS)'; for subdir in $$list; do \
215 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216 done
217
218tags: TAGS
219
220ID: $(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
229TAGS: 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
247GTAGS:
248 here=`CDPATH=: && cd $(top_builddir) && pwd` \
249 && cd $(top_srcdir) \
250 && gtags -i $(GTAGS_ARGS) $$here
251
252distclean-tags:
253 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
254
255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256
257top_distdir = .
258# Avoid unsightly `./'.
259distdir = $(PACKAGE)-$(VERSION)
260
261GZIP_ENV = --best
262
263distdir: $(DISTFILES)
264 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
265 mkdir $(distdir)
363a5c93 266 $(mkinstalldirs) $(distdir)/config $(distdir)/preBuilt
8fe44445 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
363a5c93 295 $(MAKE) $(AM_MAKEFLAGS) \
296 top_distdir="${top_distdir}" distdir="$(distdir)" \
297 dist-hook
8fe44445 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)
303dist: 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.
310distcheck: 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'
338check-am: all-am
339check: check-recursive
340all-am: Makefile config.h
341installdirs: installdirs-recursive
342installdirs-am:
343
344install: install-recursive
345install-exec: install-exec-recursive
346install-data: install-data-recursive
347uninstall: uninstall-recursive
348
349install-am: all-am
350 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
351
352installcheck: installcheck-recursive
353install-strip:
354 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
355 `test -z '$(STRIP)' || \
356 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
357mostlyclean-generic:
358
359clean-generic:
360
361distclean-generic:
362 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
363
364maintainer-clean-generic:
365 @echo "This command is intended for maintainers to use"
366 @echo "it deletes files that may require special tools to rebuild."
367clean: clean-recursive
368
369clean-am: clean-generic mostlyclean-am
370
371dist-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)
374distclean: distclean-recursive
375 -rm -f config.status config.cache config.log
376distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
377
378dvi: dvi-recursive
379
380dvi-am:
381
382info: info-recursive
383
384info-am:
385
386install-data-am:
387
388install-exec-am:
389
390install-info: install-info-recursive
391
392install-man:
393
394installcheck-am:
395
396maintainer-clean: maintainer-clean-recursive
397
398maintainer-clean-am: distclean-am maintainer-clean-generic
399
400mostlyclean: mostlyclean-recursive
401
402mostlyclean-am: mostlyclean-generic
403
404uninstall-am: uninstall-info-am
405
406uninstall-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
363a5c93 423
424bindist:
425 $(MAKE)
426 $(CP) src/splint preBuilt/splint
427 $(MAKE) -e dist dh_script=$(binaryfixscript) SUBDIRS="preBuilt lib imports doc"
428
429dist-hook:
430 cd $(distdir); pwd; $(dh_script)
8fe44445 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.108585 seconds and 5 git commands to generate.