]> andersk Git - splint.git/blob - Makefile.binary.in
Added files so that mkae bindist will work on system wihtout up to date(bleeding...
[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 SUBDIRS = preBuilt lib imports  doc
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
94 CONFIG_HEADER = config.h
95 CONFIG_CLEAN_FILES =
96 DIST_SOURCES =
97
98 RECURSIVE_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
102 DIST_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
107 DIST_SUBDIRS = $(SUBDIRS)
108 all: 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
115 Makefile.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)
127 config.h: stamp-h
128         @if test ! -f $@; then \
129                 rm -f stamp-h; \
130                 $(MAKE) stamp-h; \
131         else :; fi
132 stamp-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
150 distclean-hdr:
151         -rm -f config.h
152 uninstall-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
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-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"
204 tags-recursive:
205         list='$(SUBDIRS)'; for subdir in $$list; do \
206           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
207         done
208
209 tags: TAGS
210
211 ID: $(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
220 TAGS: 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
238 GTAGS:
239         here=`CDPATH=: && cd $(top_builddir) && pwd` \
240           && cd $(top_srcdir) \
241           && gtags -i $(GTAGS_ARGS) $$here
242
243 distclean-tags:
244         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
245
246 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247
248 top_distdir = .
249 # Avoid unsightly `./'.
250 distdir = $(PACKAGE)-$(VERSION)
251
252 GZIP_ENV = --best
253
254 distdir: $(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)
291 dist: 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.
298 distcheck: 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'
326 check-am: all-am
327 check: check-recursive
328 all-am: Makefile.binary config.h
329 installdirs: installdirs-recursive
330 installdirs-am:
331
332 install: install-recursive
333 install-exec: install-exec-recursive
334 install-data: install-data-recursive
335 uninstall: uninstall-recursive
336
337 install-am: all-am
338         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339
340 installcheck: installcheck-recursive
341 install-strip:
342         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343           `test -z '$(STRIP)' || \
344             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
345 mostlyclean-generic:
346
347 clean-generic:
348
349 distclean-generic:
350         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
351
352 maintainer-clean-generic:
353         @echo "This command is intended for maintainers to use"
354         @echo "it deletes files that may require special tools to rebuild."
355 clean: clean-recursive
356
357 clean-am: clean-generic mostlyclean-am
358
359 dist-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)
362 distclean: distclean-recursive
363         -rm -f config.status config.cache config.log
364 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
365
366 dvi: dvi-recursive
367
368 dvi-am:
369
370 info: info-recursive
371
372 info-am:
373
374 install-data-am:
375
376 install-exec-am:
377
378 install-info: install-info-recursive
379
380 install-man:
381
382 installcheck-am:
383
384 maintainer-clean: maintainer-clean-recursive
385
386 maintainer-clean-am: distclean-am maintainer-clean-generic
387
388 mostlyclean: mostlyclean-recursive
389
390 mostlyclean-am: mostlyclean-generic
391
392 uninstall-am: uninstall-info-am
393
394 uninstall-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.068598 seconds and 5 git commands to generate.