]> andersk Git - splint.git/blame - bin/Makefile.in
*** empty log message ***
[splint.git] / bin / Makefile.in
CommitLineData
a8a71ab5 1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
e1d93bd7 3
a8a71ab5 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
e1d93bd7 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
e1d93bd7 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
a8a71ab5 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
e1d93bd7 47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
a8a71ab5 50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
e1d93bd7 53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_alias = @build_alias@
63build_triplet = @build@
64host_alias = @host_alias@
65host_triplet = @host@
66target_alias = @target_alias@
67target_triplet = @target@
a8a71ab5 68
69EXEEXT = @EXEEXT@
70OBJEXT = @OBJEXT@
71PATH_SEPARATOR = @PATH_SEPARATOR@
48101162 72AMTAR = @AMTAR@
73AWK = @AWK@
e1d93bd7 74BISON = @BISON@
75CAT = @CAT@
76CC = @CC@
77CP = @CP@
78CPP = @CPP@
48101162 79DEPDIR = @DEPDIR@
e1d93bd7 80DIFF = @DIFF@
e1d93bd7 81GREP = @GREP@
48101162 82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
e1d93bd7 83LCLOBJ = @LCLOBJ@
84LEX = @LEX@
a8a71ab5 85LEXLIB = @LEXLIB@
86LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
e1d93bd7 87LN_S = @LN_S@
88MV = @MV@
1810fe2a 89PACKAGE = @PACKAGE@
e1d93bd7 90RM = @RM@
48101162 91SED = @SED@
a8a71ab5 92STRIP = @STRIP@
1810fe2a 93VERSION = @VERSION@
48101162 94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
e1d93bd7 97
98AUTOMAKE_OPTIONS = 1.5 foreign
99
100SUFFIXES = .h .c .o .l .check
101
102# Check files before compiling; requires splint!
103CHECK = 1
104
105# Some preferences
106### We use the no-lines option to prevent confusion with splint flag settings.
107### Should fix splint to avoid this...
108YFLAGS = -v -t -d --debug --no-lines
109LFLAGS = -L
110
111binaryDir = bin
112
113bin_PROGRAMS = splint
114
115EXTRA_DIST = splint
116
117DIST_SOURCES =
118subdir = bin
119mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
120CONFIG_HEADER = $(top_builddir)/config.h
121CONFIG_CLEAN_FILES =
122bin_PROGRAMS = splint$(EXEEXT)
123PROGRAMS = $(bin_PROGRAMS)
124
125splint_SOURCES = splint.c
126splint_OBJECTS = splint.$(OBJEXT)
127splint_LDADD = $(LDADD)
128splint_DEPENDENCIES =
129splint_LDFLAGS =
130
131DEFS = @DEFS@
132DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
133CPPFLAGS = @CPPFLAGS@
134LDFLAGS = @LDFLAGS@
135LIBS = @LIBS@
136depcomp = $(SHELL) $(top_srcdir)/config/depcomp
a8a71ab5 137am__depfiles_maybe = depfiles
138@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/splint.Po
e1d93bd7 139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141CCLD = $(CC)
142LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143CFLAGS = @CFLAGS@
144DIST_COMMON = Makefile.am Makefile.in
145SOURCES = splint.c
146
147all: all-am
148
149.SUFFIXES:
150.SUFFIXES: .h .c .o .l .check .obj
151$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
152 cd $(top_srcdir) && \
153 $(AUTOMAKE) --foreign bin/Makefile
154Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
a8a71ab5 155 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
156binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
e1d93bd7 157install-binPROGRAMS: $(bin_PROGRAMS)
158 @$(NORMAL_INSTALL)
159 $(mkinstalldirs) $(DESTDIR)$(bindir)
160 @list='$(bin_PROGRAMS)'; for p in $$list; do \
161 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
162 if test -f $$p \
163 ; then \
a8a71ab5 164 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
165 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
166 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
e1d93bd7 167 else :; fi; \
168 done
169
170uninstall-binPROGRAMS:
171 @$(NORMAL_UNINSTALL)
172 @list='$(bin_PROGRAMS)'; for p in $$list; do \
a8a71ab5 173 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
e1d93bd7 174 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
175 rm -f $(DESTDIR)$(bindir)/$$f; \
176 done
177
178clean-binPROGRAMS:
179 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
180
181mostlyclean-compile:
182 -rm -f *.$(OBJEXT) core *.core
183
184distclean-compile:
185 -rm -f *.tab.c
186
a8a71ab5 187@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splint.Po@am__quote@
e1d93bd7 188
189distclean-depend:
a8a71ab5 190 -rm -rf ./$(DEPDIR)
e1d93bd7 191
192.c.o:
193@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
194@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
195@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
a8a71ab5 196 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
e1d93bd7 197
198.c.obj:
199@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
200@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
201@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
202 $(COMPILE) -c `cygpath -w $<`
203CCDEPMODE = @CCDEPMODE@
204uninstall-info-am:
205
a8a71ab5 206ETAGS = etags
207ETAGSFLAGS =
208
e1d93bd7 209tags: TAGS
210
211ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
a8a71ab5 212 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
e1d93bd7 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; }'`; \
a8a71ab5 218 mkid -fID $$unique
e1d93bd7 219
220TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
221 $(TAGS_FILES) $(LISP)
222 tags=; \
223 here=`pwd`; \
a8a71ab5 224 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
e1d93bd7 225 unique=`for i in $$list; do \
226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 done | \
228 $(AWK) ' { files[$$0] = 1; } \
229 END { for (i in files) print i; }'`; \
a8a71ab5 230 test -z "$(ETAGS_ARGS)$$tags$$unique" \
231 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
232 $$tags $$unique
e1d93bd7 233
234GTAGS:
a8a71ab5 235 here=`$(am__cd) $(top_builddir) && pwd` \
e1d93bd7 236 && cd $(top_srcdir) \
237 && gtags -i $(GTAGS_ARGS) $$here
238
239distclean-tags:
240 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
e1d93bd7 241DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242
243top_distdir = ..
244distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
245
246distdir: $(DISTFILES)
a8a71ab5 247 @list='$(DISTFILES)'; for file in $$list; do \
248 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
e1d93bd7 249 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
250 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
a8a71ab5 251 dir="/$$dir"; \
252 $(mkinstalldirs) "$(distdir)$$dir"; \
253 else \
254 dir=''; \
e1d93bd7 255 fi; \
256 if test -d $$d/$$file; then \
a8a71ab5 257 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
258 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
259 fi; \
260 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
e1d93bd7 261 else \
262 test -f $(distdir)/$$file \
263 || cp -p $$d/$$file $(distdir)/$$file \
264 || exit 1; \
265 fi; \
266 done
267check-am: all-am
268check: check-am
269all-am: Makefile $(PROGRAMS)
270
271installdirs:
272 $(mkinstalldirs) $(DESTDIR)$(bindir)
273
274install: install-am
275install-exec: install-exec-am
276install-data: install-data-am
277uninstall: uninstall-am
278
279install-am: all-am
280 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281
282installcheck: installcheck-am
283install-strip:
284 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a8a71ab5 285 INSTALL_STRIP_FLAG=-s \
e1d93bd7 286 `test -z '$(STRIP)' || \
287 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
288mostlyclean-generic:
289
290clean-generic:
291
292distclean-generic:
a8a71ab5 293 -rm -f Makefile $(CONFIG_CLEAN_FILES)
e1d93bd7 294
295maintainer-clean-generic:
296 @echo "This command is intended for maintainers to use"
297 @echo "it deletes files that may require special tools to rebuild."
298clean: clean-am
299
300clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
301
302distclean: distclean-am
303
304distclean-am: clean-am distclean-compile distclean-depend \
305 distclean-generic distclean-tags
306
307dvi: dvi-am
308
309dvi-am:
310
311info: info-am
312
313info-am:
314
315install-data-am:
316
317install-exec-am: install-binPROGRAMS
318 @$(NORMAL_INSTALL)
319 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
320
321install-info: install-info-am
322
323install-man:
324
325installcheck-am:
326
327maintainer-clean: maintainer-clean-am
328
329maintainer-clean-am: distclean-am maintainer-clean-generic
330
331mostlyclean: mostlyclean-am
332
333mostlyclean-am: mostlyclean-compile mostlyclean-generic
334
335uninstall-am: uninstall-binPROGRAMS uninstall-info-am
336
337.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
338 clean-generic distclean distclean-compile distclean-depend \
339 distclean-generic distclean-tags distdir dvi dvi-am info \
340 info-am install install-am install-binPROGRAMS install-data \
341 install-data-am install-exec install-exec-am install-info \
342 install-info-am install-man install-strip installcheck \
343 installcheck-am installdirs maintainer-clean \
344 maintainer-clean-generic mostlyclean mostlyclean-compile \
345 mostlyclean-generic tags uninstall uninstall-am \
346 uninstall-binPROGRAMS uninstall-info-am
347
348
349.PHONY: all
350
351#chessy hack so it doesn't try to build splint
352splint$(EXEEXT): ;
353
354install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
355
356$(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
357 ln -s ../$(binaryDir)/splint $(top_builddir)/src/splint$(EXEEXT)
358
359#don't delete ./splint
360clean: ;
361# Tell versions [3.59,3.63) of GNU make to not export all variables.
362# Otherwise a system limit (for SysV at least) may be exceeded.
363.NOEXPORT:
This page took 0.123083 seconds and 5 git commands to generate.