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