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