]> andersk Git - splint.git/blame - bin/Makefile.in
Fixed but with multiple globals clauses reported by Gayath Ratnayaka.
[splint.git] / bin / Makefile.in
CommitLineData
e1d93bd7 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 = :
58build_alias = @build_alias@
59build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
48101162 64AMTAR = @AMTAR@
65AWK = @AWK@
e1d93bd7 66BISON = @BISON@
67CAT = @CAT@
68CC = @CC@
69CP = @CP@
70CPP = @CPP@
48101162 71DEPDIR = @DEPDIR@
e1d93bd7 72DIFF = @DIFF@
48101162 73EXEEXT = @EXEEXT@
e1d93bd7 74GREP = @GREP@
48101162 75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
e1d93bd7 76LCLOBJ = @LCLOBJ@
77LEX = @LEX@
78LN_S = @LN_S@
79MV = @MV@
48101162 80OBJEXT = @OBJEXT@
1810fe2a 81PACKAGE = @PACKAGE@
e1d93bd7 82RM = @RM@
48101162 83SED = @SED@
1810fe2a 84VERSION = @VERSION@
48101162 85am__include = @am__include@
86am__quote = @am__quote@
87install_sh = @install_sh@
e1d93bd7 88
89AUTOMAKE_OPTIONS = 1.5 foreign
90
91SUFFIXES = .h .c .o .l .check
92
93# Check files before compiling; requires splint!
94CHECK = 1
95
96# Some preferences
97### We use the no-lines option to prevent confusion with splint flag settings.
98### Should fix splint to avoid this...
99YFLAGS = -v -t -d --debug --no-lines
100LFLAGS = -L
101
102binaryDir = bin
103
104bin_PROGRAMS = splint
105
106EXTRA_DIST = splint
107
108DIST_SOURCES =
109subdir = bin
110mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113bin_PROGRAMS = splint$(EXEEXT)
114PROGRAMS = $(bin_PROGRAMS)
115
116splint_SOURCES = splint.c
117splint_OBJECTS = splint.$(OBJEXT)
118splint_LDADD = $(LDADD)
119splint_DEPENDENCIES =
120splint_LDFLAGS =
121
122DEFS = @DEFS@
123DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
124CPPFLAGS = @CPPFLAGS@
125LDFLAGS = @LDFLAGS@
126LIBS = @LIBS@
127depcomp = $(SHELL) $(top_srcdir)/config/depcomp
128@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131CCLD = $(CC)
132LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
133CFLAGS = @CFLAGS@
134DIST_COMMON = Makefile.am Makefile.in
135SOURCES = splint.c
136
137all: all-am
138
139.SUFFIXES:
140.SUFFIXES: .h .c .o .l .check .obj
141$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
142 cd $(top_srcdir) && \
143 $(AUTOMAKE) --foreign bin/Makefile
144Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145 cd $(top_builddir) && \
146 CONFIG_HEADERS= CONFIG_LINKS= \
147 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
148install-binPROGRAMS: $(bin_PROGRAMS)
149 @$(NORMAL_INSTALL)
150 $(mkinstalldirs) $(DESTDIR)$(bindir)
151 @list='$(bin_PROGRAMS)'; for p in $$list; do \
152 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
153 if test -f $$p \
154 ; then \
155 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
156 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
157 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
158 else :; fi; \
159 done
160
161uninstall-binPROGRAMS:
162 @$(NORMAL_UNINSTALL)
163 @list='$(bin_PROGRAMS)'; for p in $$list; do \
164 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
165 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
166 rm -f $(DESTDIR)$(bindir)/$$f; \
167 done
168
169clean-binPROGRAMS:
170 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
171
172mostlyclean-compile:
173 -rm -f *.$(OBJEXT) core *.core
174
175distclean-compile:
176 -rm -f *.tab.c
177
178@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
179
180distclean-depend:
181 -rm -rf $(DEPDIR)
182
183.c.o:
184@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
185@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
186@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
187 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
188
189.c.obj:
190@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
191@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
192@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
193 $(COMPILE) -c `cygpath -w $<`
194CCDEPMODE = @CCDEPMODE@
195uninstall-info-am:
196
197tags: TAGS
198
199ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
200 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | \
204 $(AWK) ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 mkid -fID $$unique $(LISP)
207
208TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
209 $(TAGS_FILES) $(LISP)
210 tags=; \
211 here=`pwd`; \
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 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
220
221GTAGS:
222 here=`CDPATH=: && cd $(top_builddir) && pwd` \
223 && cd $(top_srcdir) \
224 && gtags -i $(GTAGS_ARGS) $$here
225
226distclean-tags:
227 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
228
229DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230
231top_distdir = ..
232distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
233
234distdir: $(DISTFILES)
235 @for file in $(DISTFILES); do \
236 if test -f $$file; then d=.; else d=$(srcdir); fi; \
237 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
238 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
239 $(mkinstalldirs) "$(distdir)/$$dir"; \
240 fi; \
241 if test -d $$d/$$file; then \
242 cp -pR $$d/$$file $(distdir) \
243 || exit 1; \
244 else \
245 test -f $(distdir)/$$file \
246 || cp -p $$d/$$file $(distdir)/$$file \
247 || exit 1; \
248 fi; \
249 done
250check-am: all-am
251check: check-am
252all-am: Makefile $(PROGRAMS)
253
254installdirs:
255 $(mkinstalldirs) $(DESTDIR)$(bindir)
256
257install: install-am
258install-exec: install-exec-am
259install-data: install-data-am
260uninstall: uninstall-am
261
262install-am: all-am
263 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
265installcheck: installcheck-am
266install-strip:
267 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
268 `test -z '$(STRIP)' || \
269 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
270mostlyclean-generic:
271
272clean-generic:
273
274distclean-generic:
275 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
276
277maintainer-clean-generic:
278 @echo "This command is intended for maintainers to use"
279 @echo "it deletes files that may require special tools to rebuild."
280clean: clean-am
281
282clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
283
284distclean: distclean-am
285
286distclean-am: clean-am distclean-compile distclean-depend \
287 distclean-generic distclean-tags
288
289dvi: dvi-am
290
291dvi-am:
292
293info: info-am
294
295info-am:
296
297install-data-am:
298
299install-exec-am: install-binPROGRAMS
300 @$(NORMAL_INSTALL)
301 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
302
303install-info: install-info-am
304
305install-man:
306
307installcheck-am:
308
309maintainer-clean: maintainer-clean-am
310
311maintainer-clean-am: distclean-am maintainer-clean-generic
312
313mostlyclean: mostlyclean-am
314
315mostlyclean-am: mostlyclean-compile mostlyclean-generic
316
317uninstall-am: uninstall-binPROGRAMS uninstall-info-am
318
319.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
320 clean-generic distclean distclean-compile distclean-depend \
321 distclean-generic distclean-tags distdir dvi dvi-am info \
322 info-am install install-am install-binPROGRAMS install-data \
323 install-data-am install-exec install-exec-am install-info \
324 install-info-am install-man install-strip installcheck \
325 installcheck-am installdirs maintainer-clean \
326 maintainer-clean-generic mostlyclean mostlyclean-compile \
327 mostlyclean-generic tags uninstall uninstall-am \
328 uninstall-binPROGRAMS uninstall-info-am
329
330
331.PHONY: all
332
333#chessy hack so it doesn't try to build splint
334splint$(EXEEXT): ;
335
336install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
337
338$(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
339 ln -s ../$(binaryDir)/splint $(top_builddir)/src/splint$(EXEEXT)
340
341#don't delete ./splint
342clean: ;
343# Tell versions [3.59,3.63) of GNU make to not export all variables.
344# Otherwise a system limit (for SysV at least) may be exceeded.
345.NOEXPORT:
This page took 0.114738 seconds and 5 git commands to generate.