]> andersk Git - splint.git/blame - Makefile.in
Removed /*bee:...*/ comments.
[splint.git] / Makefile.in
CommitLineData
f96fe483 1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
8fe44445 3
f96fe483 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
8fe44445 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
8fe44445 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
f96fe483 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8fe44445 47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
f96fe483 50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
8fe44445 53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
f7bbce9e 62build_alias = @build_alias@
63build_triplet = @build@
8fe44445 64host_alias = @host_alias@
65host_triplet = @host@
f7bbce9e 66target_alias = @target_alias@
67target_triplet = @target@
f96fe483 68
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
1810fe2a 72AMTAR = @AMTAR@
73AWK = @AWK@
8fe44445 74BISON = @BISON@
75CAT = @CAT@
76CC = @CC@
77CP = @CP@
78CPP = @CPP@
1810fe2a 79DEPDIR = @DEPDIR@
8fe44445 80DIFF = @DIFF@
8fe44445 81GREP = @GREP@
1810fe2a 82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 83LCLOBJ = @LCLOBJ@
84LEX = @LEX@
f96fe483 85LEXLIB = @LEXLIB@
86LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
8fe44445 87LN_S = @LN_S@
88MV = @MV@
1810fe2a 89PACKAGE = @PACKAGE@
8fe44445 90RM = @RM@
cf38ca4d 91SED = @SED@
f96fe483 92STRIP = @STRIP@
1810fe2a 93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
8fe44445 97
98AUTOMAKE_OPTIONS = 1.5 foreign
99
363a5c93 100binaryfixscript = ./fixBinaryDist.sh
d9daf826 101SUBDIRS = src lib imports test doc
363a5c93 102
fc97bef4 103binaryDir = bin
104binaryDirFiles = $(binaryDir)/Makefile.am $(binaryDir)/Makefile.in
105
363a5c93 106binaryBuiltFiles = Makefile.binary.am configure.binary.ac
fc97bef4 107
363a5c93 108#include these in case we're trying to build on a systems
109#without the bleeding edge versions of automake and autoconf
110binaryDerivedFiles = Makefile.binary.in configure.binary
111
0feddd04 112EXTRA_DIST = $(binaryfixscript) $(binaryBuiltFiles) $(binaryDerivedFiles) $(binaryDirFiles) install.html
8fe44445 113subdir = .
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
116CONFIG_HEADER = config.h
fc97bef4 117CONFIG_CLEAN_FILES =
8fe44445 118DIST_SOURCES =
119
120RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
121 uninstall-info-recursive all-recursive install-data-recursive \
122 install-exec-recursive installdirs-recursive install-recursive \
123 uninstall-recursive check-recursive installcheck-recursive
f96fe483 124DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
125 config.hin config/config.guess config/config.sub config/depcomp \
126 config/install-sh config/missing config/mkinstalldirs configure \
127 configure.ac
8fe44445 128DIST_SUBDIRS = $(SUBDIRS)
129all: config.h
130 $(MAKE) $(AM_MAKEFLAGS) all-recursive
131
132.SUFFIXES:
f96fe483 133
134am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
135 configure.lineno
8fe44445 136$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
137 cd $(top_srcdir) && \
138 $(AUTOMAKE) --foreign Makefile
139Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
f96fe483 140 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
8fe44445 141
142$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
143 $(SHELL) ./config.status --recheck
144$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
145 cd $(srcdir) && $(AUTOCONF)
146
147$(ACLOCAL_M4): configure.ac acinclude.m4
148 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
f96fe483 149
150config.h: stamp-h1
8fe44445 151 @if test ! -f $@; then \
f96fe483 152 rm -f stamp-h1; \
153 $(MAKE) stamp-h1; \
8fe44445 154 else :; fi
f96fe483 155
156stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
157 @rm -f stamp-h1
158 cd $(top_builddir) && $(SHELL) ./config.status config.h
159
160$(srcdir)/config.hin: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
8fe44445 161 cd $(top_srcdir) && $(AUTOHEADER)
f96fe483 162 touch $(srcdir)/config.hin
8fe44445 163
164distclean-hdr:
f96fe483 165 -rm -f config.h stamp-h1
8fe44445 166uninstall-info-am:
167
168# This directory's subdirectories are mostly independent; you can cd
169# into them and run `make' without going through this Makefile.
170# To change the values of `make' variables: instead of editing Makefiles,
171# (1) if the variable is set in `config.status', edit `config.status'
172# (which will cause the Makefiles to be regenerated when you run `make');
173# (2) otherwise, pass the desired values on the `make' command line.
174$(RECURSIVE_TARGETS):
f96fe483 175 @set fnord $$MAKEFLAGS; amf=$$2; \
8fe44445 176 dot_seen=no; \
177 target=`echo $@ | sed s/-recursive//`; \
178 list='$(SUBDIRS)'; for subdir in $$list; do \
179 echo "Making $$target in $$subdir"; \
180 if test "$$subdir" = "."; then \
181 dot_seen=yes; \
182 local_target="$$target-am"; \
183 else \
184 local_target="$$target"; \
185 fi; \
186 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
187 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188 done; \
189 if test "$$dot_seen" = "no"; then \
190 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
191 fi; test -z "$$fail"
192
193mostlyclean-recursive clean-recursive distclean-recursive \
194maintainer-clean-recursive:
f96fe483 195 @set fnord $$MAKEFLAGS; amf=$$2; \
8fe44445 196 dot_seen=no; \
197 case "$@" in \
198 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
199 *) list='$(SUBDIRS)' ;; \
200 esac; \
201 rev=''; for subdir in $$list; do \
202 if test "$$subdir" = "."; then :; else \
203 rev="$$subdir $$rev"; \
204 fi; \
205 done; \
206 rev="$$rev ."; \
207 target=`echo $@ | sed s/-recursive//`; \
208 for subdir in $$rev; do \
209 echo "Making $$target in $$subdir"; \
210 if test "$$subdir" = "."; then \
211 local_target="$$target-am"; \
212 else \
213 local_target="$$target"; \
214 fi; \
215 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
216 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
217 done && test -z "$$fail"
218tags-recursive:
219 list='$(SUBDIRS)'; for subdir in $$list; do \
220 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
221 done
222
f96fe483 223ETAGS = etags
224ETAGSFLAGS =
225
8fe44445 226tags: TAGS
227
228ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
f96fe483 229 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
8fe44445 230 unique=`for i in $$list; do \
231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232 done | \
233 $(AWK) ' { files[$$0] = 1; } \
234 END { for (i in files) print i; }'`; \
f96fe483 235 mkid -fID $$unique
8fe44445 236
237TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
238 $(TAGS_FILES) $(LISP)
239 tags=; \
240 here=`pwd`; \
241 list='$(SUBDIRS)'; for subdir in $$list; do \
242 if test "$$subdir" = .; then :; else \
243 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
244 fi; \
245 done; \
f96fe483 246 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
8fe44445 247 unique=`for i in $$list; do \
248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249 done | \
250 $(AWK) ' { files[$$0] = 1; } \
251 END { for (i in files) print i; }'`; \
f96fe483 252 test -z "$(ETAGS_ARGS)$$tags$$unique" \
253 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
254 $$tags $$unique
8fe44445 255
256GTAGS:
f96fe483 257 here=`$(am__cd) $(top_builddir) && pwd` \
8fe44445 258 && cd $(top_srcdir) \
259 && gtags -i $(GTAGS_ARGS) $$here
260
261distclean-tags:
262 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
8fe44445 263DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
264
265top_distdir = .
8fe44445 266distdir = $(PACKAGE)-$(VERSION)
267
f96fe483 268am__remove_distdir = \
269 { test ! -d $(distdir) \
270 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
271 && rm -fr $(distdir); }; }
272
8fe44445 273GZIP_ENV = --best
f96fe483 274distcleancheck_listfiles = find . -type f -print
8fe44445 275
276distdir: $(DISTFILES)
f96fe483 277 $(am__remove_distdir)
8fe44445 278 mkdir $(distdir)
fc97bef4 279 $(mkinstalldirs) $(distdir)/$(binaryDir) $(distdir)/config
f96fe483 280 @list='$(DISTFILES)'; for file in $$list; do \
281 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8fe44445 282 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
283 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
f96fe483 284 dir="/$$dir"; \
285 $(mkinstalldirs) "$(distdir)$$dir"; \
286 else \
287 dir=''; \
8fe44445 288 fi; \
289 if test -d $$d/$$file; then \
f96fe483 290 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
291 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
292 fi; \
293 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
8fe44445 294 else \
295 test -f $(distdir)/$$file \
296 || cp -p $$d/$$file $(distdir)/$$file \
297 || exit 1; \
298 fi; \
299 done
f96fe483 300 list='$(SUBDIRS)'; for subdir in $$list; do \
8fe44445 301 if test "$$subdir" = .; then :; else \
302 test -d $(distdir)/$$subdir \
303 || mkdir $(distdir)/$$subdir \
304 || exit 1; \
305 (cd $$subdir && \
306 $(MAKE) $(AM_MAKEFLAGS) \
307 top_distdir="$(top_distdir)" \
308 distdir=../$(distdir)/$$subdir \
309 distdir) \
310 || exit 1; \
311 fi; \
312 done
363a5c93 313 $(MAKE) $(AM_MAKEFLAGS) \
314 top_distdir="${top_distdir}" distdir="$(distdir)" \
315 dist-hook
8fe44445 316 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
317 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
318 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
319 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
320 || chmod -R a+r $(distdir)
f96fe483 321dist-gzip: distdir
322 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
323 $(am__remove_distdir)
324
325dist dist-all: distdir
8fe44445 326 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
f96fe483 327 $(am__remove_distdir)
8fe44445 328
329# This target untars the dist file and tries a VPATH configuration. Then
330# it guarantees that the distribution is self-contained by making another
331# tarfile.
332distcheck: dist
f96fe483 333 $(am__remove_distdir)
8fe44445 334 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
335 chmod -R a-w $(distdir); chmod a+w $(distdir)
336 mkdir $(distdir)/=build
337 mkdir $(distdir)/=inst
338 chmod a-w $(distdir)
f96fe483 339 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
8fe44445 340 && cd $(distdir)/=build \
341 && ../configure --srcdir=.. --prefix=$$dc_install_base \
f96fe483 342 $(DISTCHECK_CONFIGURE_FLAGS) \
8fe44445 343 && $(MAKE) $(AM_MAKEFLAGS) \
344 && $(MAKE) $(AM_MAKEFLAGS) dvi \
345 && $(MAKE) $(AM_MAKEFLAGS) check \
346 && $(MAKE) $(AM_MAKEFLAGS) install \
347 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
348 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
349 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
f96fe483 350 || { echo "ERROR: files left after uninstall:" ; \
351 find $$dc_install_base -type f -print ; \
352 exit 1; } >&2 ) \
353 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
8fe44445 354 && rm -f $(distdir).tar.gz \
f96fe483 355 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
356 $(am__remove_distdir)
8fe44445 357 @echo "$(distdir).tar.gz is ready for distribution" | \
358 sed 'h;s/./=/g;p;x;p;x'
f96fe483 359distcleancheck: distclean
360 if test '$(srcdir)' = . ; then \
361 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
362 exit 1 ; \
363 fi
364 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
365 || { echo "ERROR: files left after distclean:" ; \
366 $(distcleancheck_listfiles) ; \
367 exit 1; } >&2
8fe44445 368check-am: all-am
369check: check-recursive
370all-am: Makefile config.h
371installdirs: installdirs-recursive
372installdirs-am:
373
374install: install-recursive
375install-exec: install-exec-recursive
376install-data: install-data-recursive
377uninstall: uninstall-recursive
378
379install-am: all-am
380 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381
382installcheck: installcheck-recursive
383install-strip:
384 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
f96fe483 385 INSTALL_STRIP_FLAG=-s \
8fe44445 386 `test -z '$(STRIP)' || \
387 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
388mostlyclean-generic:
389
390clean-generic:
391
392distclean-generic:
f96fe483 393 -rm -f Makefile $(CONFIG_CLEAN_FILES)
8fe44445 394
395maintainer-clean-generic:
396 @echo "This command is intended for maintainers to use"
397 @echo "it deletes files that may require special tools to rebuild."
398clean: clean-recursive
399
400clean-am: clean-generic mostlyclean-am
401
8fe44445 402distclean: distclean-recursive
f96fe483 403 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
8fe44445 404distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
405
406dvi: dvi-recursive
407
408dvi-am:
409
410info: info-recursive
411
412info-am:
413
414install-data-am:
415
416install-exec-am:
417
418install-info: install-info-recursive
419
420install-man:
421
422installcheck-am:
423
424maintainer-clean: maintainer-clean-recursive
f96fe483 425 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
426 -rm -rf autom4te.cache
8fe44445 427maintainer-clean-am: distclean-am maintainer-clean-generic
428
429mostlyclean: mostlyclean-recursive
430
431mostlyclean-am: mostlyclean-generic
432
433uninstall-am: uninstall-info-am
434
435uninstall-info: uninstall-info-recursive
436
437.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
f96fe483 438 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
439 distclean distclean-generic distclean-hdr distclean-recursive \
440 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
441 info info-am info-recursive install install-am install-data \
442 install-data-am install-data-recursive install-exec \
443 install-exec-am install-exec-recursive install-info \
444 install-info-am install-info-recursive install-man \
445 install-recursive install-strip installcheck installcheck-am \
446 installdirs installdirs-am installdirs-recursive \
447 maintainer-clean maintainer-clean-generic \
448 maintainer-clean-recursive mostlyclean mostlyclean-generic \
449 mostlyclean-recursive tags tags-recursive uninstall \
450 uninstall-am uninstall-info-am uninstall-info-recursive \
451 uninstall-recursive
8fe44445 452
363a5c93 453
b87215ab 454.PHONY: test
455
fc97bef4 456#try to remake these but don't stop if it fails.
457configure.binary:configure.binary.ac
458 -autoconf -oconfigure.binary configure.binary.ac
459
460Makefile.binary.in:Makefile.binary.am
461 -automake Makefile.binary
f0c4f4d3 462 $(SED) -e s/Makefile\.binary/Makefile/ Makefile.binary.in > tMakefile.binary.in
463# $(RM) Makefile.binary.in
464 $(CP) tMakefile.binary.in Makefile.binary.in
465#drl add this hack 3/1/2003
466#make the generated makefile depend on Makefile not Makefile.binary
fc97bef4 467
468$(binaryDir)/Makefile.in: $(binaryDir)/Makefile.am
469 -automake $(binaryDir)/Makefile
470
471preDist: $(binaryDir)/Makefile.in $(binaryDerivedFiles)
472
473bindist: $(binaryDerivedFiles)
363a5c93 474 $(MAKE)
fc97bef4 475 $(RM) -f $(binaryDir)/splint
476 $(CP) src/splint $(binaryDir)/splint
6e3f87f6 477 $(MV) install.html installSource.html
478 $(CP) doc/` uname | tr [A-Z] [a-z]`.html install.html
fc97bef4 479 $(MAKE) -e dist dh_script=$(binaryfixscript) SUBDIRS="$(binaryDir) lib imports doc"
6e3f87f6 480 $(MV) $(distdir).tar.gz $(distdir).`uname`.tgz
481 $(MV) installSource.html install.html
363a5c93 482
483dist-hook:
484 cd $(distdir); pwd; $(dh_script)
8fe44445 485# Tell versions [3.59,3.63) of GNU make to not export all variables.
486# Otherwise a system limit (for SysV at least) may be exceeded.
487.NOEXPORT:
This page took 0.258603 seconds and 5 git commands to generate.