]> andersk Git - splint.git/blame - bin/Makefile.in
Created new html version of the manual by manually editing the html of the new html...
[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
f0c4f4d3 98AUTOMAKE_OPTIONS = 1.6.3 foreign no-dependencies
e1d93bd7 99
100SUFFIXES = .h .c .o .l .check
101
e1d93bd7 102binaryDir = bin
103
104bin_PROGRAMS = splint
105
106EXTRA_DIST = splint
107
108DIST_SOURCES =
109subdir = bin
110mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113bin_PROGRAMS = splint$(EXEEXT)
114PROGRAMS = $(bin_PROGRAMS)
115
116splint_SOURCES = splint.c
117splint_OBJECTS = splint.$(OBJEXT)
118splint_LDADD = $(LDADD)
119splint_DEPENDENCIES =
120splint_LDFLAGS =
121
122DEFS = @DEFS@
123DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
124CPPFLAGS = @CPPFLAGS@
125LDFLAGS = @LDFLAGS@
126LIBS = @LIBS@
f0c4f4d3 127depcomp =
128am__depfiles_maybe =
e1d93bd7 129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131CCLD = $(CC)
132LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
133CFLAGS = @CFLAGS@
134DIST_COMMON = Makefile.am Makefile.in
135SOURCES = splint.c
136
137all: 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
144Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
a8a71ab5 145 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
146binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
e1d93bd7 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 \
a8a71ab5 154 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
155 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
156 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
e1d93bd7 157 else :; fi; \
158 done
159
160uninstall-binPROGRAMS:
161 @$(NORMAL_UNINSTALL)
162 @list='$(bin_PROGRAMS)'; for p in $$list; do \
a8a71ab5 163 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
e1d93bd7 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
e1d93bd7 177.c.o:
a8a71ab5 178 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
e1d93bd7 179
180.c.obj:
e1d93bd7 181 $(COMPILE) -c `cygpath -w $<`
e1d93bd7 182uninstall-info-am:
183
a8a71ab5 184ETAGS = etags
185ETAGSFLAGS =
186
e1d93bd7 187tags: TAGS
188
189ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
a8a71ab5 190 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
e1d93bd7 191 unique=`for i in $$list; do \
192 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193 done | \
194 $(AWK) ' { files[$$0] = 1; } \
195 END { for (i in files) print i; }'`; \
a8a71ab5 196 mkid -fID $$unique
e1d93bd7 197
198TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
199 $(TAGS_FILES) $(LISP)
200 tags=; \
201 here=`pwd`; \
a8a71ab5 202 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
e1d93bd7 203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | \
206 $(AWK) ' { files[$$0] = 1; } \
207 END { for (i in files) print i; }'`; \
a8a71ab5 208 test -z "$(ETAGS_ARGS)$$tags$$unique" \
209 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
210 $$tags $$unique
e1d93bd7 211
212GTAGS:
a8a71ab5 213 here=`$(am__cd) $(top_builddir) && pwd` \
e1d93bd7 214 && cd $(top_srcdir) \
215 && gtags -i $(GTAGS_ARGS) $$here
216
217distclean-tags:
218 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
e1d93bd7 219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220
221top_distdir = ..
222distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
223
224distdir: $(DISTFILES)
a8a71ab5 225 @list='$(DISTFILES)'; for file in $$list; do \
226 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
e1d93bd7 227 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
228 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
a8a71ab5 229 dir="/$$dir"; \
230 $(mkinstalldirs) "$(distdir)$$dir"; \
231 else \
232 dir=''; \
e1d93bd7 233 fi; \
234 if test -d $$d/$$file; then \
a8a71ab5 235 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
236 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
237 fi; \
238 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
e1d93bd7 239 else \
240 test -f $(distdir)/$$file \
241 || cp -p $$d/$$file $(distdir)/$$file \
242 || exit 1; \
243 fi; \
244 done
245check-am: all-am
246check: check-am
247all-am: Makefile $(PROGRAMS)
248
249installdirs:
250 $(mkinstalldirs) $(DESTDIR)$(bindir)
251
252install: install-am
253install-exec: install-exec-am
254install-data: install-data-am
255uninstall: uninstall-am
256
257install-am: all-am
258 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259
260installcheck: installcheck-am
261install-strip:
262 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
a8a71ab5 263 INSTALL_STRIP_FLAG=-s \
e1d93bd7 264 `test -z '$(STRIP)' || \
265 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
266mostlyclean-generic:
267
268clean-generic:
269
270distclean-generic:
a8a71ab5 271 -rm -f Makefile $(CONFIG_CLEAN_FILES)
e1d93bd7 272
273maintainer-clean-generic:
274 @echo "This command is intended for maintainers to use"
275 @echo "it deletes files that may require special tools to rebuild."
276clean: clean-am
277
278clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
279
280distclean: distclean-am
281
f0c4f4d3 282distclean-am: clean-am distclean-compile distclean-generic \
283 distclean-tags
e1d93bd7 284
285dvi: dvi-am
286
287dvi-am:
288
289info: info-am
290
291info-am:
292
293install-data-am:
294
295install-exec-am: install-binPROGRAMS
296 @$(NORMAL_INSTALL)
297 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
298
299install-info: install-info-am
300
301install-man:
302
303installcheck-am:
304
305maintainer-clean: maintainer-clean-am
306
307maintainer-clean-am: distclean-am maintainer-clean-generic
308
309mostlyclean: mostlyclean-am
310
311mostlyclean-am: mostlyclean-compile mostlyclean-generic
312
313uninstall-am: uninstall-binPROGRAMS uninstall-info-am
314
315.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
f0c4f4d3 316 clean-generic distclean distclean-compile distclean-generic \
317 distclean-tags distdir dvi dvi-am info info-am install \
318 install-am install-binPROGRAMS install-data install-data-am \
319 install-exec install-exec-am install-info install-info-am \
320 install-man install-strip installcheck installcheck-am \
321 installdirs maintainer-clean maintainer-clean-generic \
322 mostlyclean mostlyclean-compile mostlyclean-generic tags \
323 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am
e1d93bd7 324
325
326.PHONY: all
327
328#chessy hack so it doesn't try to build splint
329splint$(EXEEXT): ;
330
331install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
332
333$(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
334 ln -s ../$(binaryDir)/splint $(top_builddir)/src/splint$(EXEEXT)
335
336#don't delete ./splint
337clean: ;
338# Tell versions [3.59,3.63) of GNU make to not export all variables.
339# Otherwise a system limit (for SysV at least) may be exceeded.
340.NOEXPORT:
This page took 3.988213 seconds and 5 git commands to generate.