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