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