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