]> andersk Git - splint.git/blob - bin/Makefile.in
186d7c5f37fd6aabf760da374529667a424f040b
[splint.git] / bin / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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@
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 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 build_alias = @build_alias@
63 build_triplet = @build@
64 host_alias = @host_alias@
65 host_triplet = @host@
66 target_alias = @target_alias@
67 target_triplet = @target@
68
69 EXEEXT = @EXEEXT@
70 OBJEXT = @OBJEXT@
71 PATH_SEPARATOR = @PATH_SEPARATOR@
72 AMTAR = @AMTAR@
73 AWK = @AWK@
74 BISON = @BISON@
75 CAT = @CAT@
76 CC = @CC@
77 CP = @CP@
78 CPP = @CPP@
79 DEPDIR = @DEPDIR@
80 DIFF = @DIFF@
81 GREP = @GREP@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LCLOBJ = @LCLOBJ@
84 LEX = @LEX@
85 LEXLIB = @LEXLIB@
86 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
87 LN_S = @LN_S@
88 MV = @MV@
89 PACKAGE = @PACKAGE@
90 RM = @RM@
91 SED = @SED@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97
98 AUTOMAKE_OPTIONS = 1.6.3 foreign no-dependencies
99
100 SUFFIXES = .h .c .o .l .check
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 =
128 am__depfiles_maybe =
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) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
146 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
147 install-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 '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; \
157           else :; fi; \
158         done
159
160 uninstall-binPROGRAMS:
161         @$(NORMAL_UNINSTALL)
162         @list='$(bin_PROGRAMS)'; for p in $$list; do \
163           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
164           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
165           rm -f $(DESTDIR)$(bindir)/$$f; \
166         done
167
168 clean-binPROGRAMS:
169         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
170
171 mostlyclean-compile:
172         -rm -f *.$(OBJEXT) core *.core
173
174 distclean-compile:
175         -rm -f *.tab.c
176
177 .c.o:
178         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
179
180 .c.obj:
181         $(COMPILE) -c `cygpath -w $<`
182 uninstall-info-am:
183
184 ETAGS = etags
185 ETAGSFLAGS =
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
190         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
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; }'`; \
196         mkid -fID $$unique
197
198 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
199                 $(TAGS_FILES) $(LISP)
200         tags=; \
201         here=`pwd`; \
202         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
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; }'`; \
208         test -z "$(ETAGS_ARGS)$$tags$$unique" \
209           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
210              $$tags $$unique
211
212 GTAGS:
213         here=`$(am__cd) $(top_builddir) && pwd` \
214           && cd $(top_srcdir) \
215           && gtags -i $(GTAGS_ARGS) $$here
216
217 distclean-tags:
218         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220
221 top_distdir = ..
222 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
223
224 distdir: $(DISTFILES)
225         @list='$(DISTFILES)'; for file in $$list; do \
226           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
227           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
228           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
229             dir="/$$dir"; \
230             $(mkinstalldirs) "$(distdir)$$dir"; \
231           else \
232             dir=''; \
233           fi; \
234           if test -d $$d/$$file; then \
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; \
239           else \
240             test -f $(distdir)/$$file \
241             || cp -p $$d/$$file $(distdir)/$$file \
242             || exit 1; \
243           fi; \
244         done
245 check-am: all-am
246 check: check-am
247 all-am: Makefile $(PROGRAMS)
248
249 installdirs:
250         $(mkinstalldirs) $(DESTDIR)$(bindir)
251
252 install: install-am
253 install-exec: install-exec-am
254 install-data: install-data-am
255 uninstall: uninstall-am
256
257 install-am: all-am
258         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259
260 installcheck: installcheck-am
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
263           INSTALL_STRIP_FLAG=-s \
264           `test -z '$(STRIP)' || \
265             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
266 mostlyclean-generic:
267
268 clean-generic:
269
270 distclean-generic:
271         -rm -f Makefile $(CONFIG_CLEAN_FILES)
272
273 maintainer-clean-generic:
274         @echo "This command is intended for maintainers to use"
275         @echo "it deletes files that may require special tools to rebuild."
276 clean: clean-am
277
278 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
279
280 distclean: distclean-am
281
282 distclean-am: clean-am distclean-compile distclean-generic \
283         distclean-tags
284
285 dvi: dvi-am
286
287 dvi-am:
288
289 info: info-am
290
291 info-am:
292
293 install-data-am:
294
295 install-exec-am: install-binPROGRAMS
296         @$(NORMAL_INSTALL)
297         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
298
299 install-info: install-info-am
300
301 install-man:
302
303 installcheck-am:
304
305 maintainer-clean: maintainer-clean-am
306
307 maintainer-clean-am: distclean-am maintainer-clean-generic
308
309 mostlyclean: mostlyclean-am
310
311 mostlyclean-am: mostlyclean-compile mostlyclean-generic
312
313 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
314
315 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
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
324
325
326 .PHONY: all
327
328 #chessy hack so it doesn't try to build splint
329 splint$(EXEEXT): ;
330
331 install-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
337 clean: ;
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 0.053814 seconds and 3 git commands to generate.