]> andersk Git - splint.git/blame - Makefile.binary.in
noexpand always false.
[splint.git] / Makefile.binary.in
CommitLineData
f0c4f4d3 1# Makefile.in generated by automake 1.6.3 from Makefile.binary.am.
2# @configure_input@
60a00c26 3
f0c4f4d3 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
60a00c26 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@
60a00c26 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
f0c4f4d3 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60a00c26 47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
f0c4f4d3 50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
60a00c26 53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_alias = @build_alias@
63build_triplet = @build@
64host_alias = @host_alias@
65host_triplet = @host@
66target_alias = @target_alias@
67target_triplet = @target@
f0c4f4d3 68
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
60a00c26 72AMTAR = @AMTAR@
73AWK = @AWK@
74BISON = @BISON@
75CAT = @CAT@
76CC = @CC@
77CP = @CP@
78CPP = @CPP@
79DEPDIR = @DEPDIR@
80DIFF = @DIFF@
60a00c26 81GREP = @GREP@
82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83LCLOBJ = @LCLOBJ@
84LEX = @LEX@
f0c4f4d3 85LEXLIB = @LEXLIB@
86LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
60a00c26 87LN_S = @LN_S@
88MV = @MV@
60a00c26 89PACKAGE = @PACKAGE@
90RM = @RM@
f0c4f4d3 91SED = @SED@
92STRIP = @STRIP@
60a00c26 93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
97
f0c4f4d3 98AUTOMAKE_OPTIONS = 1.6.3 foreign
60a00c26 99
fc97bef4 100binaryDir = bin
101
102SUBDIRS = $(binaryDir) lib imports doc
60a00c26 103subdir = .
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
106CONFIG_HEADER = config.h
107CONFIG_CLEAN_FILES =
108DIST_SOURCES =
109
110RECURSIVE_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
f0c4f4d3 114DIST_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
60a00c26 118DIST_SUBDIRS = $(SUBDIRS)
119all: config.h
120 $(MAKE) $(AM_MAKEFLAGS) all-recursive
121
122.SUFFIXES:
f0c4f4d3 123
124am__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)
60a00c26 127 cd $(top_srcdir) && \
f0c4f4d3 128 $(AUTOMAKE) --foreign Makefile
129Makefile: $(srcdir)/Makefile.binary.in $(top_builddir)/config.status
130 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
60a00c26 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)
f0c4f4d3 139
140config.h: stamp-h1
60a00c26 141 @if test ! -f $@; then \
f0c4f4d3 142 rm -f stamp-h1; \
143 $(MAKE) stamp-h1; \
60a00c26 144 else :; fi
f0c4f4d3 145
146stamp-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)
60a00c26 151 cd $(top_srcdir) && $(AUTOHEADER)
f0c4f4d3 152 touch $(srcdir)/config.hin
60a00c26 153
154distclean-hdr:
f0c4f4d3 155 -rm -f config.h stamp-h1
60a00c26 156uninstall-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):
f0c4f4d3 165 @set fnord $$MAKEFLAGS; amf=$$2; \
60a00c26 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
183mostlyclean-recursive clean-recursive distclean-recursive \
184maintainer-clean-recursive:
f0c4f4d3 185 @set fnord $$MAKEFLAGS; amf=$$2; \
60a00c26 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"
208tags-recursive:
209 list='$(SUBDIRS)'; for subdir in $$list; do \
210 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
211 done
212
f0c4f4d3 213ETAGS = etags
214ETAGSFLAGS =
215
60a00c26 216tags: TAGS
217
218ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
f0c4f4d3 219 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
60a00c26 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; }'`; \
f0c4f4d3 225 mkid -fID $$unique
60a00c26 226
227TAGS: 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; \
f0c4f4d3 236 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
60a00c26 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; }'`; \
f0c4f4d3 242 test -z "$(ETAGS_ARGS)$$tags$$unique" \
243 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
244 $$tags $$unique
60a00c26 245
246GTAGS:
f0c4f4d3 247 here=`$(am__cd) $(top_builddir) && pwd` \
60a00c26 248 && cd $(top_srcdir) \
249 && gtags -i $(GTAGS_ARGS) $$here
250
251distclean-tags:
252 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
60a00c26 253DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
254
255top_distdir = .
60a00c26 256distdir = $(PACKAGE)-$(VERSION)
257
f0c4f4d3 258am__remove_distdir = \
259 { test ! -d $(distdir) \
260 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
261 && rm -fr $(distdir); }; }
262
60a00c26 263GZIP_ENV = --best
f0c4f4d3 264distcleancheck_listfiles = find . -type f -print
60a00c26 265
266distdir: $(DISTFILES)
f0c4f4d3 267 $(am__remove_distdir)
60a00c26 268 mkdir $(distdir)
269 $(mkinstalldirs) $(distdir)/config
f0c4f4d3 270 @list='$(DISTFILES)'; for file in $$list; do \
271 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
60a00c26 272 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
273 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
f0c4f4d3 274 dir="/$$dir"; \
275 $(mkinstalldirs) "$(distdir)$$dir"; \
276 else \
277 dir=''; \
60a00c26 278 fi; \
279 if test -d $$d/$$file; then \
f0c4f4d3 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; \
60a00c26 284 else \
285 test -f $(distdir)/$$file \
286 || cp -p $$d/$$file $(distdir)/$$file \
287 || exit 1; \
288 fi; \
289 done
f0c4f4d3 290 list='$(SUBDIRS)'; for subdir in $$list; do \
60a00c26 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)
f0c4f4d3 308dist-gzip: distdir
309 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
310 $(am__remove_distdir)
311
312dist dist-all: distdir
60a00c26 313 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
f0c4f4d3 314 $(am__remove_distdir)
60a00c26 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.
319distcheck: dist
f0c4f4d3 320 $(am__remove_distdir)
60a00c26 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)
f0c4f4d3 326 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
60a00c26 327 && cd $(distdir)/=build \
328 && ../configure --srcdir=.. --prefix=$$dc_install_base \
f0c4f4d3 329 $(DISTCHECK_CONFIGURE_FLAGS) \
60a00c26 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 \
f0c4f4d3 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 \
60a00c26 341 && rm -f $(distdir).tar.gz \
f0c4f4d3 342 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
343 $(am__remove_distdir)
60a00c26 344 @echo "$(distdir).tar.gz is ready for distribution" | \
345 sed 'h;s/./=/g;p;x;p;x'
f0c4f4d3 346distcleancheck: 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
60a00c26 355check-am: all-am
356check: check-recursive
f0c4f4d3 357all-am: Makefile config.h
60a00c26 358installdirs: installdirs-recursive
359installdirs-am:
360
361install: install-recursive
362install-exec: install-exec-recursive
363install-data: install-data-recursive
364uninstall: uninstall-recursive
365
366install-am: all-am
367 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369installcheck: installcheck-recursive
370install-strip:
371 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
f0c4f4d3 372 INSTALL_STRIP_FLAG=-s \
60a00c26 373 `test -z '$(STRIP)' || \
374 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
375mostlyclean-generic:
376
377clean-generic:
378
379distclean-generic:
f0c4f4d3 380 -rm -f Makefile $(CONFIG_CLEAN_FILES)
60a00c26 381
382maintainer-clean-generic:
383 @echo "This command is intended for maintainers to use"
384 @echo "it deletes files that may require special tools to rebuild."
385clean: clean-recursive
386
387clean-am: clean-generic mostlyclean-am
388
60a00c26 389distclean: distclean-recursive
f0c4f4d3 390 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
60a00c26 391distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
392
393dvi: dvi-recursive
394
395dvi-am:
396
397info: info-recursive
398
399info-am:
400
401install-data-am:
402
403install-exec-am:
404
405install-info: install-info-recursive
406
407install-man:
408
409installcheck-am:
410
411maintainer-clean: maintainer-clean-recursive
f0c4f4d3 412 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
413 -rm -rf autom4te.cache
60a00c26 414maintainer-clean-am: distclean-am maintainer-clean-generic
415
416mostlyclean: mostlyclean-recursive
417
418mostlyclean-am: mostlyclean-generic
419
420uninstall-am: uninstall-info-am
421
422uninstall-info: uninstall-info-recursive
423
424.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
f0c4f4d3 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
60a00c26 439
fc97bef4 440
441all: config.h src/splint
442
443src/splint: $(binaryDir)/splint
444 ln -s ../$(binaryDir)/splint src/splint
60a00c26 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.135744 seconds and 5 git commands to generate.