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