]> andersk Git - splint.git/blob - preBuilt/Makefile.in
Makefiles for preBuilt this directory is intended to be part of the binary distributi...
[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 bin_PROGRAMS = splint
102
103 EXTRA_DIST = splint
104
105 DIST_SOURCES = 
106 subdir = preBuilt
107 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
108 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_FILES =
110 bin_PROGRAMS = splint$(EXEEXT)
111 PROGRAMS = $(bin_PROGRAMS)
112
113 splint_SOURCES = splint.c
114 splint_OBJECTS = splint.$(OBJEXT)
115 splint_LDADD = $(LDADD)
116 splint_DEPENDENCIES =
117 splint_LDFLAGS =
118
119 DEFS = @DEFS@
120 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
121 CPPFLAGS = @CPPFLAGS@
122 LDFLAGS = @LDFLAGS@
123 LIBS = @LIBS@
124 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
125 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
126 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128 CCLD = $(CC)
129 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
130 CFLAGS = @CFLAGS@
131 DIST_COMMON = Makefile.am Makefile.in
132 SOURCES = splint.c
133
134 all: all-am
135
136 .SUFFIXES:
137 .SUFFIXES: .h .c .o .l .check .obj
138 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
139         cd $(top_srcdir) && \
140           $(AUTOMAKE) --foreign  preBuilt/Makefile
141 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
142         cd $(top_builddir) && \
143           CONFIG_HEADERS= CONFIG_LINKS= \
144           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
145 install-binPROGRAMS: $(bin_PROGRAMS)
146         @$(NORMAL_INSTALL)
147         $(mkinstalldirs) $(DESTDIR)$(bindir)
148         @list='$(bin_PROGRAMS)'; for p in $$list; do \
149           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
150           if test -f $$p \
151           ; then \
152             f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
153            echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
154            $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
155           else :; fi; \
156         done
157
158 uninstall-binPROGRAMS:
159         @$(NORMAL_UNINSTALL)
160         @list='$(bin_PROGRAMS)'; for p in $$list; do \
161           f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
162           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
163           rm -f $(DESTDIR)$(bindir)/$$f; \
164         done
165
166 clean-binPROGRAMS:
167         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
168
169 mostlyclean-compile:
170         -rm -f *.$(OBJEXT) core *.core
171
172 distclean-compile:
173         -rm -f *.tab.c
174
175 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
176
177 distclean-depend:
178         -rm -rf $(DEPDIR)
179
180 .c.o:
181 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
182 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
183 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
185
186 .c.obj:
187 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
188 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
189 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
190         $(COMPILE) -c `cygpath -w $<`
191 CCDEPMODE = @CCDEPMODE@
192 uninstall-info-am:
193
194 tags: TAGS
195
196 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
197         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
198         unique=`for i in $$list; do \
199             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200           done | \
201           $(AWK) '    { files[$$0] = 1; } \
202                END { for (i in files) print i; }'`; \
203         mkid -fID $$unique $(LISP)
204
205 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
206                 $(TAGS_FILES) $(LISP)
207         tags=; \
208         here=`pwd`; \
209         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
210         unique=`for i in $$list; do \
211             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212           done | \
213           $(AWK) '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
217
218 GTAGS:
219         here=`CDPATH=: && cd $(top_builddir) && pwd` \
220           && cd $(top_srcdir) \
221           && gtags -i $(GTAGS_ARGS) $$here
222
223 distclean-tags:
224         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
225
226 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227
228 top_distdir = ..
229 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
230
231 distdir: $(DISTFILES)
232         @for file in $(DISTFILES); do \
233           if test -f $$file; then d=.; else d=$(srcdir); fi; \
234           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
235           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
236             $(mkinstalldirs) "$(distdir)/$$dir"; \
237           fi; \
238           if test -d $$d/$$file; then \
239             cp -pR $$d/$$file $(distdir) \
240             || exit 1; \
241           else \
242             test -f $(distdir)/$$file \
243             || cp -p $$d/$$file $(distdir)/$$file \
244             || exit 1; \
245           fi; \
246         done
247 check-am: all-am
248 check: check-am
249 all-am: Makefile $(PROGRAMS)
250
251 installdirs:
252         $(mkinstalldirs) $(DESTDIR)$(bindir)
253
254 install: install-am
255 install-exec: install-exec-am
256 install-data: install-data-am
257 uninstall: uninstall-am
258
259 install-am: all-am
260         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261
262 installcheck: installcheck-am
263 install-strip:
264         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
265           `test -z '$(STRIP)' || \
266             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
273
274 maintainer-clean-generic:
275         @echo "This command is intended for maintainers to use"
276         @echo "it deletes files that may require special tools to rebuild."
277 clean: clean-am
278
279 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
280
281 distclean: distclean-am
282
283 distclean-am: clean-am distclean-compile distclean-depend \
284         distclean-generic distclean-tags
285
286 dvi: dvi-am
287
288 dvi-am:
289
290 info: info-am
291
292 info-am:
293
294 install-data-am:
295
296 install-exec-am: install-binPROGRAMS
297
298 install-info: install-info-am
299
300 install-man:
301
302 installcheck-am:
303
304 maintainer-clean: maintainer-clean-am
305
306 maintainer-clean-am: distclean-am maintainer-clean-generic
307
308 mostlyclean: mostlyclean-am
309
310 mostlyclean-am: mostlyclean-compile mostlyclean-generic
311
312 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
313
314 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
315         clean-generic distclean distclean-compile distclean-depend \
316         distclean-generic distclean-tags distdir dvi dvi-am info \
317         info-am install install-am install-binPROGRAMS install-data \
318         install-data-am install-exec install-exec-am install-info \
319         install-info-am install-man install-strip installcheck \
320         installcheck-am installdirs maintainer-clean \
321         maintainer-clean-generic mostlyclean mostlyclean-compile \
322         mostlyclean-generic tags uninstall uninstall-am \
323         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 #don't delete ./splint
332 clean: ;
333 # Tell versions [3.59,3.63) of GNU make to not export all variables.
334 # Otherwise a system limit (for SysV at least) may be exceeded.
335 .NOEXPORT:
This page took 0.06553 seconds and 5 git commands to generate.