]> andersk Git - splint.git/blob - bin/Makefile.in
Commented out segfault in new code.
[splint.git] / bin / Makefile.in
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
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_alias = @build_alias@
59 build_triplet = @build@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 target_alias = @target_alias@
63 target_triplet = @target@
64 AMTAR = @AMTAR@
65 AWK = @AWK@
66 BISON = @BISON@
67 CAT = @CAT@
68 CC = @CC@
69 CP = @CP@
70 CPP = @CPP@
71 DEPDIR = @DEPDIR@
72 DIFF = @DIFF@
73 EXEEXT = @EXEEXT@
74 GREP = @GREP@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LCLOBJ = @LCLOBJ@
77 LEX = @LEX@
78 LN_S = @LN_S@
79 MV = @MV@
80 OBJEXT = @OBJEXT@
81 PACKAGE = @PACKAGE@
82 RM = @RM@
83 SED = @SED@
84 VERSION = @VERSION@
85 am__include = @am__include@
86 am__quote = @am__quote@
87 install_sh = @install_sh@
88
89 AUTOMAKE_OPTIONS = 1.5 foreign
90
91 SUFFIXES = .h .c .o .l .check
92
93 # Check files before compiling; requires splint!
94 CHECK = 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...
99 YFLAGS = -v -t -d --debug --no-lines
100 LFLAGS = -L
101
102 binaryDir = bin
103
104 bin_PROGRAMS = splint
105
106 EXTRA_DIST = splint
107
108 DIST_SOURCES = 
109 subdir = bin
110 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 bin_PROGRAMS = splint$(EXEEXT)
114 PROGRAMS = $(bin_PROGRAMS)
115
116 splint_SOURCES = splint.c
117 splint_OBJECTS = splint.$(OBJEXT)
118 splint_LDADD = $(LDADD)
119 splint_DEPENDENCIES =
120 splint_LDFLAGS =
121
122 DEFS = @DEFS@
123 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
124 CPPFLAGS = @CPPFLAGS@
125 LDFLAGS = @LDFLAGS@
126 LIBS = @LIBS@
127 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
128 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
129 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 CCLD = $(CC)
132 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
133 CFLAGS = @CFLAGS@
134 DIST_COMMON = Makefile.am Makefile.in
135 SOURCES = splint.c
136
137 all: 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
144 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
145         cd $(top_builddir) && \
146           CONFIG_HEADERS= CONFIG_LINKS= \
147           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
148 install-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
161 uninstall-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
169 clean-binPROGRAMS:
170         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
171
172 mostlyclean-compile:
173         -rm -f *.$(OBJEXT) core *.core
174
175 distclean-compile:
176         -rm -f *.tab.c
177
178 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
179
180 distclean-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 $<`
194 CCDEPMODE = @CCDEPMODE@
195 uninstall-info-am:
196
197 tags: TAGS
198
199 ID: $(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
208 TAGS:  $(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
221 GTAGS:
222         here=`CDPATH=: && cd $(top_builddir) && pwd` \
223           && cd $(top_srcdir) \
224           && gtags -i $(GTAGS_ARGS) $$here
225
226 distclean-tags:
227         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
228
229 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230
231 top_distdir = ..
232 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
233
234 distdir: $(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
250 check-am: all-am
251 check: check-am
252 all-am: Makefile $(PROGRAMS)
253
254 installdirs:
255         $(mkinstalldirs) $(DESTDIR)$(bindir)
256
257 install: install-am
258 install-exec: install-exec-am
259 install-data: install-data-am
260 uninstall: uninstall-am
261
262 install-am: all-am
263         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
265 installcheck: installcheck-am
266 install-strip:
267         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
268           `test -z '$(STRIP)' || \
269             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
270 mostlyclean-generic:
271
272 clean-generic:
273
274 distclean-generic:
275         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
276
277 maintainer-clean-generic:
278         @echo "This command is intended for maintainers to use"
279         @echo "it deletes files that may require special tools to rebuild."
280 clean: clean-am
281
282 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
283
284 distclean: distclean-am
285
286 distclean-am: clean-am distclean-compile distclean-depend \
287         distclean-generic distclean-tags
288
289 dvi: dvi-am
290
291 dvi-am:
292
293 info: info-am
294
295 info-am:
296
297 install-data-am:
298
299 install-exec-am: install-binPROGRAMS
300         @$(NORMAL_INSTALL)
301         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
302
303 install-info: install-info-am
304
305 install-man:
306
307 installcheck-am:
308
309 maintainer-clean: maintainer-clean-am
310
311 maintainer-clean-am: distclean-am maintainer-clean-generic
312
313 mostlyclean: mostlyclean-am
314
315 mostlyclean-am: mostlyclean-compile mostlyclean-generic
316
317 uninstall-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
334 splint$(EXEEXT): ;
335
336 install-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
342 clean: ;
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.06952 seconds and 5 git commands to generate.