]> andersk Git - splint.git/blob - preBuilt/Makefile.in
noexpand always false.
[splint.git] / preBuilt / 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 VERSION = @VERSION@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 install_sh = @install_sh@
87
88 AUTOMAKE_OPTIONS = 1.5 foreign
89
90 SUFFIXES = .h .c .o .l .check
91
92 # Check files before compiling; requires splint!
93 CHECK = 1
94
95 # Some preferences
96 ### We use the no-lines option to prevent confusion with splint flag settings.
97 ### Should fix splint to avoid this...
98 YFLAGS = -v -t -d --debug --no-lines
99 LFLAGS = -L
100
101 binaryDir = bin
102
103 bin_PROGRAMS = splint
104
105 EXTRA_DIST = splint
106
107 DIST_SOURCES = 
108 subdir = bin
109 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
110 CONFIG_HEADER = $(top_builddir)/config.h
111 CONFIG_CLEAN_FILES =
112 bin_PROGRAMS = splint$(EXEEXT)
113 PROGRAMS = $(bin_PROGRAMS)
114
115 splint_SOURCES = splint.c
116 splint_OBJECTS = splint.$(OBJEXT)
117 splint_LDADD = $(LDADD)
118 splint_DEPENDENCIES =
119 splint_LDFLAGS =
120
121 DEFS = @DEFS@
122 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
123 CPPFLAGS = @CPPFLAGS@
124 LDFLAGS = @LDFLAGS@
125 LIBS = @LIBS@
126 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
127 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 CCLD = $(CC)
131 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
132 CFLAGS = @CFLAGS@
133 DIST_COMMON = Makefile.am Makefile.in
134 SOURCES = splint.c
135
136 all: all-am
137
138 .SUFFIXES:
139 .SUFFIXES: .h .c .o .l .check .obj
140 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
141         cd $(top_srcdir) && \
142           $(AUTOMAKE) --foreign  bin/Makefile
143 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
144         cd $(top_builddir) && \
145           CONFIG_HEADERS= CONFIG_LINKS= \
146           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
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 '$(transform);s/$$/$(EXEEXT)/'`; \
155            echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
156            $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$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/$(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 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
178
179 distclean-depend:
180         -rm -rf $(DEPDIR)
181
182 .c.o:
183 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
184 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
185 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
186         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
187
188 .c.obj:
189 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
190 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
191 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
192         $(COMPILE) -c `cygpath -w $<`
193 CCDEPMODE = @CCDEPMODE@
194 uninstall-info-am:
195
196 tags: TAGS
197
198 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
199         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
200         unique=`for i in $$list; do \
201             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202           done | \
203           $(AWK) '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         mkid -fID $$unique $(LISP)
206
207 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
208                 $(TAGS_FILES) $(LISP)
209         tags=; \
210         here=`pwd`; \
211         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
212         unique=`for i in $$list; do \
213             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214           done | \
215           $(AWK) '    { files[$$0] = 1; } \
216                END { for (i in files) print i; }'`; \
217         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
219
220 GTAGS:
221         here=`CDPATH=: && cd $(top_builddir) && pwd` \
222           && cd $(top_srcdir) \
223           && gtags -i $(GTAGS_ARGS) $$here
224
225 distclean-tags:
226         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
227
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229
230 top_distdir = ..
231 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
232
233 distdir: $(DISTFILES)
234         @for file in $(DISTFILES); do \
235           if test -f $$file; then d=.; else d=$(srcdir); fi; \
236           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
237           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
238             $(mkinstalldirs) "$(distdir)/$$dir"; \
239           fi; \
240           if test -d $$d/$$file; then \
241             cp -pR $$d/$$file $(distdir) \
242             || exit 1; \
243           else \
244             test -f $(distdir)/$$file \
245             || cp -p $$d/$$file $(distdir)/$$file \
246             || exit 1; \
247           fi; \
248         done
249 check-am: all-am
250 check: check-am
251 all-am: Makefile $(PROGRAMS)
252
253 installdirs:
254         $(mkinstalldirs) $(DESTDIR)$(bindir)
255
256 install: install-am
257 install-exec: install-exec-am
258 install-data: install-data-am
259 uninstall: uninstall-am
260
261 install-am: all-am
262         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
263
264 installcheck: installcheck-am
265 install-strip:
266         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
267           `test -z '$(STRIP)' || \
268             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
269 mostlyclean-generic:
270
271 clean-generic:
272
273 distclean-generic:
274         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
275
276 maintainer-clean-generic:
277         @echo "This command is intended for maintainers to use"
278         @echo "it deletes files that may require special tools to rebuild."
279 clean: clean-am
280
281 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
282
283 distclean: distclean-am
284
285 distclean-am: clean-am distclean-compile distclean-depend \
286         distclean-generic distclean-tags
287
288 dvi: dvi-am
289
290 dvi-am:
291
292 info: info-am
293
294 info-am:
295
296 install-data-am:
297
298 install-exec-am: install-binPROGRAMS
299         @$(NORMAL_INSTALL)
300         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
301
302 install-info: install-info-am
303
304 install-man:
305
306 installcheck-am:
307
308 maintainer-clean: maintainer-clean-am
309
310 maintainer-clean-am: distclean-am maintainer-clean-generic
311
312 mostlyclean: mostlyclean-am
313
314 mostlyclean-am: mostlyclean-compile mostlyclean-generic
315
316 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
317
318 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
319         clean-generic distclean distclean-compile distclean-depend \
320         distclean-generic distclean-tags distdir dvi dvi-am info \
321         info-am install install-am install-binPROGRAMS install-data \
322         install-data-am install-exec install-exec-am install-info \
323         install-info-am install-man install-strip installcheck \
324         installcheck-am installdirs maintainer-clean \
325         maintainer-clean-generic mostlyclean mostlyclean-compile \
326         mostlyclean-generic tags uninstall uninstall-am \
327         uninstall-binPROGRAMS uninstall-info-am
328
329
330 .PHONY: all
331
332 #chessy hack so it doesn't try to build splint
333 splint$(EXEEXT): ;
334
335 install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
336
337 $(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
338         ln -s ../$(binaryDir)/splint $(top_builddir)/src/splint$(EXEEXT)
339
340 #don't delete ./splint
341 clean: ;
342 # Tell versions [3.59,3.63) of GNU make to not export all variables.
343 # Otherwise a system limit (for SysV at least) may be exceeded.
344 .NOEXPORT:
This page took 0.804464 seconds and 5 git commands to generate.