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