]> andersk Git - splint.git/blob - Makefile.binary.in
noexpand always false.
[splint.git] / Makefile.binary.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.binary.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
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 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
65 host_triplet = @host@
66 target_alias = @target_alias@
67 target_triplet = @target@
68
69 EXEEXT = @EXEEXT@
70 OBJEXT = @OBJEXT@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
72 AMTAR = @AMTAR@
73 AWK = @AWK@
74 BISON = @BISON@
75 CAT = @CAT@
76 CC = @CC@
77 CP = @CP@
78 CPP = @CPP@
79 DEPDIR = @DEPDIR@
80 DIFF = @DIFF@
81 GREP = @GREP@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LCLOBJ = @LCLOBJ@
84 LEX = @LEX@
85 LEXLIB = @LEXLIB@
86 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
87 LN_S = @LN_S@
88 MV = @MV@
89 PACKAGE = @PACKAGE@
90 RM = @RM@
91 SED = @SED@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97
98 AUTOMAKE_OPTIONS = 1.6.3 foreign
99
100 binaryDir = bin
101
102 SUBDIRS = $(binaryDir) lib imports  doc
103 subdir = .
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
106 CONFIG_HEADER = config.h
107 CONFIG_CLEAN_FILES =
108 DIST_SOURCES =
109
110 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
111         uninstall-info-recursive all-recursive install-data-recursive \
112         install-exec-recursive installdirs-recursive install-recursive \
113         uninstall-recursive check-recursive installcheck-recursive
114 DIST_COMMON = README Makefile.am Makefile.binary.in acinclude.m4 \
115         aclocal.m4 config.hin config/config.guess config/config.sub \
116         config/depcomp config/install-sh config/missing \
117         config/mkinstalldirs configure configure.ac
118 DIST_SUBDIRS = $(SUBDIRS)
119 all: config.h
120         $(MAKE) $(AM_MAKEFLAGS) all-recursive
121
122 .SUFFIXES:
123
124 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
125  configure.lineno
126 $(srcdir)/Makefile.in:  Makefile.binary.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
127         cd $(top_srcdir) && \
128           $(AUTOMAKE) --foreign  Makefile
129 Makefile:  $(srcdir)/Makefile.binary.in  $(top_builddir)/config.status
130         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
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)
139
140 config.h: stamp-h1
141         @if test ! -f $@; then \
142           rm -f stamp-h1; \
143           $(MAKE) stamp-h1; \
144         else :; fi
145
146 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
147         @rm -f stamp-h1
148         cd $(top_builddir) && $(SHELL) ./config.status config.h
149
150 $(srcdir)/config.hin:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
151         cd $(top_srcdir) && $(AUTOHEADER)
152         touch $(srcdir)/config.hin
153
154 distclean-hdr:
155         -rm -f config.h stamp-h1
156 uninstall-info-am:
157
158 # This directory's subdirectories are mostly independent; you can cd
159 # into them and run `make' without going through this Makefile.
160 # To change the values of `make' variables: instead of editing Makefiles,
161 # (1) if the variable is set in `config.status', edit `config.status'
162 #     (which will cause the Makefiles to be regenerated when you run `make');
163 # (2) otherwise, pass the desired values on the `make' command line.
164 $(RECURSIVE_TARGETS):
165         @set fnord $$MAKEFLAGS; amf=$$2; \
166         dot_seen=no; \
167         target=`echo $@ | sed s/-recursive//`; \
168         list='$(SUBDIRS)'; for subdir in $$list; do \
169           echo "Making $$target in $$subdir"; \
170           if test "$$subdir" = "."; then \
171             dot_seen=yes; \
172             local_target="$$target-am"; \
173           else \
174             local_target="$$target"; \
175           fi; \
176           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
177            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
178         done; \
179         if test "$$dot_seen" = "no"; then \
180           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
181         fi; test -z "$$fail"
182
183 mostlyclean-recursive clean-recursive distclean-recursive \
184 maintainer-clean-recursive:
185         @set fnord $$MAKEFLAGS; amf=$$2; \
186         dot_seen=no; \
187         case "$@" in \
188           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
189           *) list='$(SUBDIRS)' ;; \
190         esac; \
191         rev=''; for subdir in $$list; do \
192           if test "$$subdir" = "."; then :; else \
193             rev="$$subdir $$rev"; \
194           fi; \
195         done; \
196         rev="$$rev ."; \
197         target=`echo $@ | sed s/-recursive//`; \
198         for subdir in $$rev; do \
199           echo "Making $$target in $$subdir"; \
200           if test "$$subdir" = "."; then \
201             local_target="$$target-am"; \
202           else \
203             local_target="$$target"; \
204           fi; \
205           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
206            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
207         done && test -z "$$fail"
208 tags-recursive:
209         list='$(SUBDIRS)'; for subdir in $$list; do \
210           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
211         done
212
213 ETAGS = etags
214 ETAGSFLAGS =
215
216 tags: TAGS
217
218 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
219         list='$(SOURCES) $(HEADERS) $(LISP) $(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
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) config.hin $(LISP) $(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)$$tags$$unique" \
243           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
244              $$tags $$unique
245
246 GTAGS:
247         here=`$(am__cd) $(top_builddir) && pwd` \
248           && cd $(top_srcdir) \
249           && gtags -i $(GTAGS_ARGS) $$here
250
251 distclean-tags:
252         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
253 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
254
255 top_distdir = .
256 distdir = $(PACKAGE)-$(VERSION)
257
258 am__remove_distdir = \
259   { test ! -d $(distdir) \
260     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
261          && rm -fr $(distdir); }; }
262
263 GZIP_ENV = --best
264 distcleancheck_listfiles = find . -type f -print
265
266 distdir: $(DISTFILES)
267         $(am__remove_distdir)
268         mkdir $(distdir)
269         $(mkinstalldirs) $(distdir)/config
270         @list='$(DISTFILES)'; for file in $$list; do \
271           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
272           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
273           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
274             dir="/$$dir"; \
275             $(mkinstalldirs) "$(distdir)$$dir"; \
276           else \
277             dir=''; \
278           fi; \
279           if test -d $$d/$$file; then \
280             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
281               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
282             fi; \
283             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
284           else \
285             test -f $(distdir)/$$file \
286             || cp -p $$d/$$file $(distdir)/$$file \
287             || exit 1; \
288           fi; \
289         done
290         list='$(SUBDIRS)'; for subdir in $$list; do \
291           if test "$$subdir" = .; then :; else \
292             test -d $(distdir)/$$subdir \
293             || mkdir $(distdir)/$$subdir \
294             || exit 1; \
295             (cd $$subdir && \
296               $(MAKE) $(AM_MAKEFLAGS) \
297                 top_distdir="$(top_distdir)" \
298                 distdir=../$(distdir)/$$subdir \
299                 distdir) \
300               || exit 1; \
301           fi; \
302         done
303         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
304           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
305           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
306           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
307         || chmod -R a+r $(distdir)
308 dist-gzip: distdir
309         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
310         $(am__remove_distdir)
311
312 dist dist-all: distdir
313         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
314         $(am__remove_distdir)
315
316 # This target untars the dist file and tries a VPATH configuration.  Then
317 # it guarantees that the distribution is self-contained by making another
318 # tarfile.
319 distcheck: dist
320         $(am__remove_distdir)
321         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
322         chmod -R a-w $(distdir); chmod a+w $(distdir)
323         mkdir $(distdir)/=build
324         mkdir $(distdir)/=inst
325         chmod a-w $(distdir)
326         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
327           && cd $(distdir)/=build \
328           && ../configure --srcdir=.. --prefix=$$dc_install_base \
329             $(DISTCHECK_CONFIGURE_FLAGS) \
330           && $(MAKE) $(AM_MAKEFLAGS) \
331           && $(MAKE) $(AM_MAKEFLAGS) dvi \
332           && $(MAKE) $(AM_MAKEFLAGS) check \
333           && $(MAKE) $(AM_MAKEFLAGS) install \
334           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
335           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
336           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
337               || { echo "ERROR: files left after uninstall:" ; \
338                    find $$dc_install_base -type f -print ; \
339                    exit 1; } >&2 ) \
340           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
341           && rm -f $(distdir).tar.gz \
342           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
343         $(am__remove_distdir)
344         @echo "$(distdir).tar.gz is ready for distribution" | \
345           sed 'h;s/./=/g;p;x;p;x'
346 distcleancheck: distclean
347         if test '$(srcdir)' = . ; then \
348           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
349           exit 1 ; \
350         fi
351         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
352           || { echo "ERROR: files left after distclean:" ; \
353                $(distcleancheck_listfiles) ; \
354                exit 1; } >&2
355 check-am: all-am
356 check: check-recursive
357 all-am: Makefile config.h
358 installdirs: installdirs-recursive
359 installdirs-am:
360
361 install: install-recursive
362 install-exec: install-exec-recursive
363 install-data: install-data-recursive
364 uninstall: uninstall-recursive
365
366 install-am: all-am
367         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369 installcheck: installcheck-recursive
370 install-strip:
371         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372           INSTALL_STRIP_FLAG=-s \
373           `test -z '$(STRIP)' || \
374             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
375 mostlyclean-generic:
376
377 clean-generic:
378
379 distclean-generic:
380         -rm -f Makefile $(CONFIG_CLEAN_FILES)
381
382 maintainer-clean-generic:
383         @echo "This command is intended for maintainers to use"
384         @echo "it deletes files that may require special tools to rebuild."
385 clean: clean-recursive
386
387 clean-am: clean-generic mostlyclean-am
388
389 distclean: distclean-recursive
390         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
391 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
392
393 dvi: dvi-recursive
394
395 dvi-am:
396
397 info: info-recursive
398
399 info-am:
400
401 install-data-am:
402
403 install-exec-am:
404
405 install-info: install-info-recursive
406
407 install-man:
408
409 installcheck-am:
410
411 maintainer-clean: maintainer-clean-recursive
412         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
413         -rm -rf autom4te.cache
414 maintainer-clean-am: distclean-am maintainer-clean-generic
415
416 mostlyclean: mostlyclean-recursive
417
418 mostlyclean-am: mostlyclean-generic
419
420 uninstall-am: uninstall-info-am
421
422 uninstall-info: uninstall-info-recursive
423
424 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
425         clean-generic clean-recursive dist dist-all dist-gzip distcheck \
426         distclean distclean-generic distclean-hdr distclean-recursive \
427         distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
428         info info-am info-recursive install install-am install-data \
429         install-data-am install-data-recursive install-exec \
430         install-exec-am install-exec-recursive install-info \
431         install-info-am install-info-recursive install-man \
432         install-recursive install-strip installcheck installcheck-am \
433         installdirs installdirs-am installdirs-recursive \
434         maintainer-clean maintainer-clean-generic \
435         maintainer-clean-recursive mostlyclean mostlyclean-generic \
436         mostlyclean-recursive tags tags-recursive uninstall \
437         uninstall-am uninstall-info-am uninstall-info-recursive \
438         uninstall-recursive
439
440
441 all: config.h src/splint
442
443 src/splint: $(binaryDir)/splint
444         ln -s ../$(binaryDir)/splint src/splint
445 # Tell versions [3.59,3.63) of GNU make to not export all variables.
446 # Otherwise a system limit (for SysV at least) may be exceeded.
447 .NOEXPORT:
This page took 0.0882 seconds and 5 git commands to generate.