]> andersk Git - splint.git/blame - Makefile.in
Added files to generate a binary package by doing make bindist
[splint.git] / Makefile.in
CommitLineData
8fe44445 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
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 = :
f7bbce9e 58build_alias = @build_alias@
59build_triplet = @build@
8fe44445 60host_alias = @host_alias@
61host_triplet = @host@
f7bbce9e 62target_alias = @target_alias@
63target_triplet = @target@
73b29173 64AMTAR = @AMTAR@
65AWK = @AWK@
8fe44445 66BISON = @BISON@
67CAT = @CAT@
68CC = @CC@
69CP = @CP@
70CPP = @CPP@
73b29173 71DEPDIR = @DEPDIR@
8fe44445 72DIFF = @DIFF@
73b29173 73EXEEXT = @EXEEXT@
8fe44445 74GREP = @GREP@
73b29173 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8fe44445 76LCLOBJ = @LCLOBJ@
77LEX = @LEX@
78LN_S = @LN_S@
79MV = @MV@
73b29173 80OBJEXT = @OBJEXT@
8fe44445 81PACKAGE = @PACKAGE@
82RM = @RM@
83VERSION = @VERSION@
73b29173 84am__include = @am__include@
85am__quote = @am__quote@
86install_sh = @install_sh@
8fe44445 87
88AUTOMAKE_OPTIONS = 1.5 foreign
89
363a5c93 90binaryfixscript = ./fixBinaryDist.sh
91SUBDIRS = lib imports test doc src
92
93binaryBuiltFiles = 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
96binaryDerivedFiles = Makefile.binary.in configure.binary
97
98EXTRA_DIST = $(binaryfixscript) $(binaryBuiltFiles) $(binaryDerivedFiles) preBuilt/Makefile.am preBuilt/Makefile.in
8fe44445 99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
102CONFIG_HEADER = config.h
73441cf5 103CONFIG_CLEAN_FILES =
8fe44445 104DIST_SOURCES =
105
106RECURSIVE_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
363a5c93 110DIST_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
8fe44445 114DIST_SUBDIRS = $(SUBDIRS)
115all: 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
122Makefile: $(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)
134config.h: stamp-h
135 @if test ! -f $@; then \
136 rm -f stamp-h; \
137 $(MAKE) stamp-h; \
138 else :; fi
139stamp-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
157distclean-hdr:
158 -rm -f config.h
159uninstall-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
186mostlyclean-recursive clean-recursive distclean-recursive \
187maintainer-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"
211tags-recursive:
212 list='$(SUBDIRS)'; for subdir in $$list; do \
213 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
214 done
215
216tags: TAGS
217
218ID: $(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
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; \
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
245GTAGS:
246 here=`CDPATH=: && cd $(top_builddir) && pwd` \
247 && cd $(top_srcdir) \
248 && gtags -i $(GTAGS_ARGS) $$here
249
250distclean-tags:
251 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
252
253DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
254
255top_distdir = .
256# Avoid unsightly `./'.
257distdir = $(PACKAGE)-$(VERSION)
258
259GZIP_ENV = --best
260
261distdir: $(DISTFILES)
262 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
263 mkdir $(distdir)
363a5c93 264 $(mkinstalldirs) $(distdir)/config $(distdir)/preBuilt
8fe44445 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
363a5c93 293 $(MAKE) $(AM_MAKEFLAGS) \
294 top_distdir="${top_distdir}" distdir="$(distdir)" \
295 dist-hook
8fe44445 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)
301dist: 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.
308distcheck: 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'
336check-am: all-am
337check: check-recursive
338all-am: Makefile config.h
339installdirs: installdirs-recursive
340installdirs-am:
341
342install: install-recursive
343install-exec: install-exec-recursive
344install-data: install-data-recursive
345uninstall: uninstall-recursive
346
347install-am: all-am
348 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349
350installcheck: installcheck-recursive
351install-strip:
352 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
353 `test -z '$(STRIP)' || \
354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
355mostlyclean-generic:
356
357clean-generic:
358
359distclean-generic:
360 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
361
362maintainer-clean-generic:
363 @echo "This command is intended for maintainers to use"
364 @echo "it deletes files that may require special tools to rebuild."
365clean: clean-recursive
366
367clean-am: clean-generic mostlyclean-am
368
369dist-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)
372distclean: distclean-recursive
373 -rm -f config.status config.cache config.log
374distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
375
376dvi: dvi-recursive
377
378dvi-am:
379
380info: info-recursive
381
382info-am:
383
384install-data-am:
385
386install-exec-am:
387
388install-info: install-info-recursive
389
390install-man:
391
392installcheck-am:
393
394maintainer-clean: maintainer-clean-recursive
395
396maintainer-clean-am: distclean-am maintainer-clean-generic
397
398mostlyclean: mostlyclean-recursive
399
400mostlyclean-am: mostlyclean-generic
401
402uninstall-am: uninstall-info-am
403
404uninstall-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
363a5c93 421
422bindist:
423 $(MAKE)
424 $(CP) src/splint preBuilt/splint
425 $(MAKE) -e dist dh_script=$(binaryfixscript) SUBDIRS="preBuilt lib imports doc"
426
427dist-hook:
428 cd $(distdir); pwd; $(dh_script)
8fe44445 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.268606 seconds and 5 git commands to generate.