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