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