]> andersk Git - splint.git/blob - Makefile.in
Reviewed DRL's manual changes. Moved bounds flags to appropriate place.
[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 DEPDIR = @DEPDIR@
68 DIFF = @DIFF@
69 EXEEXT = @EXEEXT@
70 GREP = @GREP@
71 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72 LCLOBJ = @LCLOBJ@
73 LEX = @LEX@
74 LN_S = @LN_S@
75 MV = @MV@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 RM = @RM@
79 VERSION = @VERSION@
80 am__include = @am__include@
81 am__quote = @am__quote@
82 install_sh = @install_sh@
83
84 AUTOMAKE_OPTIONS = 1.5 foreign
85
86 SUBDIRS = src lib imports test doc
87 subdir = .
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
90 CONFIG_HEADER = config.h
91 CONFIG_CLEAN_FILES =
92 DIST_SOURCES =
93
94 RECURSIVE_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
98
99 DIST_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
104 DIST_SUBDIRS = $(SUBDIRS)
105 all: 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
112 Makefile:  $(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)
124 config.h: stamp-h
125         @if test ! -f $@; then \
126                 rm -f stamp-h; \
127                 $(MAKE) stamp-h; \
128         else :; fi
129 stamp-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
147 distclean-hdr:
148         -rm -f config.h
149 uninstall-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
176 mostlyclean-recursive clean-recursive distclean-recursive \
177 maintainer-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"
201 tags-recursive:
202         list='$(SUBDIRS)'; for subdir in $$list; do \
203           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
204         done
205
206 tags: TAGS
207
208 ID: $(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
217 TAGS: 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
235 GTAGS:
236         here=`CDPATH=: && cd $(top_builddir) && pwd` \
237           && cd $(top_srcdir) \
238           && gtags -i $(GTAGS_ARGS) $$here
239
240 distclean-tags:
241         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
242
243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244
245 top_distdir = .
246 # Avoid unsightly `./'.
247 distdir = $(PACKAGE)-$(VERSION)
248
249 GZIP_ENV = --best
250
251 distdir: $(DISTFILES)
252         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
253         mkdir $(distdir)
254         $(mkinstalldirs) $(distdir)/config
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)
288 dist: 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.
295 distcheck: 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'
323 check-am: all-am
324 check: check-recursive
325 all-am: Makefile config.h
326 installdirs: installdirs-recursive
327 installdirs-am:
328
329 install: install-recursive
330 install-exec: install-exec-recursive
331 install-data: install-data-recursive
332 uninstall: uninstall-recursive
333
334 install-am: all-am
335         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336
337 installcheck: installcheck-recursive
338 install-strip:
339         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
340           `test -z '$(STRIP)' || \
341             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
342 mostlyclean-generic:
343
344 clean-generic:
345
346 distclean-generic:
347         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
348
349 maintainer-clean-generic:
350         @echo "This command is intended for maintainers to use"
351         @echo "it deletes files that may require special tools to rebuild."
352 clean: clean-recursive
353
354 clean-am: clean-generic mostlyclean-am
355
356 dist-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)
359 distclean: distclean-recursive
360         -rm -f config.status config.cache config.log
361 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
362
363 dvi: dvi-recursive
364
365 dvi-am:
366
367 info: info-recursive
368
369 info-am:
370
371 install-data-am:
372
373 install-exec-am:
374
375 install-info: install-info-recursive
376
377 install-man:
378
379 installcheck-am:
380
381 maintainer-clean: maintainer-clean-recursive
382
383 maintainer-clean-am: distclean-am maintainer-clean-generic
384
385 mostlyclean: mostlyclean-recursive
386
387 mostlyclean-am: mostlyclean-generic
388
389 uninstall-am: uninstall-info-am
390
391 uninstall-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.069382 seconds and 5 git commands to generate.