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