]> andersk Git - splint.git/blob - bin/Makefile.in
Hopefully fixed configuration program caused by running an old version of automake.
[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 BISON = @BISON@
65 CAT = @CAT@
66 CC = @CC@
67 CP = @CP@
68 CPP = @CPP@
69 DIFF = @DIFF@
70 GREP = @GREP@
71 LCLOBJ = @LCLOBJ@
72 LEX = @LEX@
73 LN_S = @LN_S@
74 MV = @MV@
75 RM = @RM@
76
77 AUTOMAKE_OPTIONS = 1.5 foreign
78
79 SUFFIXES = .h .c .o .l .check
80
81 # Check files before compiling; requires splint!
82 CHECK = 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...
87 YFLAGS = -v -t -d --debug --no-lines
88 LFLAGS = -L
89
90 binaryDir = bin
91
92 bin_PROGRAMS = splint
93
94 EXTRA_DIST = splint
95
96 DIST_SOURCES = 
97 subdir = bin
98 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 bin_PROGRAMS = splint$(EXEEXT)
102 PROGRAMS = $(bin_PROGRAMS)
103
104 splint_SOURCES = splint.c
105 splint_OBJECTS = splint.$(OBJEXT)
106 splint_LDADD = $(LDADD)
107 splint_DEPENDENCIES =
108 splint_LDFLAGS =
109
110 DEFS = @DEFS@
111 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
116 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
117 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 CCLD = $(CC)
120 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
121 CFLAGS = @CFLAGS@
122 DIST_COMMON = Makefile.am Makefile.in
123 SOURCES = splint.c
124
125 all: 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
132 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
133         cd $(top_builddir) && \
134           CONFIG_HEADERS= CONFIG_LINKS= \
135           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
136 install-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
149 uninstall-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
157 clean-binPROGRAMS:
158         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
159
160 mostlyclean-compile:
161         -rm -f *.$(OBJEXT) core *.core
162
163 distclean-compile:
164         -rm -f *.tab.c
165
166 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
167
168 distclean-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 $<`
182 CCDEPMODE = @CCDEPMODE@
183 uninstall-info-am:
184
185 tags: TAGS
186
187 ID: $(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
196 TAGS:  $(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
209 GTAGS:
210         here=`CDPATH=: && cd $(top_builddir) && pwd` \
211           && cd $(top_srcdir) \
212           && gtags -i $(GTAGS_ARGS) $$here
213
214 distclean-tags:
215         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
216
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218
219 top_distdir = ..
220 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
221
222 distdir: $(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
238 check-am: all-am
239 check: check-am
240 all-am: Makefile $(PROGRAMS)
241
242 installdirs:
243         $(mkinstalldirs) $(DESTDIR)$(bindir)
244
245 install: install-am
246 install-exec: install-exec-am
247 install-data: install-data-am
248 uninstall: uninstall-am
249
250 install-am: all-am
251         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252
253 installcheck: installcheck-am
254 install-strip:
255         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
256           `test -z '$(STRIP)' || \
257             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
258 mostlyclean-generic:
259
260 clean-generic:
261
262 distclean-generic:
263         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
264
265 maintainer-clean-generic:
266         @echo "This command is intended for maintainers to use"
267         @echo "it deletes files that may require special tools to rebuild."
268 clean: clean-am
269
270 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
271
272 distclean: distclean-am
273
274 distclean-am: clean-am distclean-compile distclean-depend \
275         distclean-generic distclean-tags
276
277 dvi: dvi-am
278
279 dvi-am:
280
281 info: info-am
282
283 info-am:
284
285 install-data-am:
286
287 install-exec-am: install-binPROGRAMS
288         @$(NORMAL_INSTALL)
289         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
290
291 install-info: install-info-am
292
293 install-man:
294
295 installcheck-am:
296
297 maintainer-clean: maintainer-clean-am
298
299 maintainer-clean-am: distclean-am maintainer-clean-generic
300
301 mostlyclean: mostlyclean-am
302
303 mostlyclean-am: mostlyclean-compile mostlyclean-generic
304
305 uninstall-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
322 splint$(EXEEXT): ;
323
324 install-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
330 clean: ;
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 0.219355 seconds and 5 git commands to generate.