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