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