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