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