]> andersk Git - splint.git/blob - bin/Makefile.in
Modified the doc/Makefile.am so that the man page is install under make install.
[splint.git] / bin / 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 BISON = @BISON@
65 CAT = @CAT@
66 CC = @CC@
67 CP = @CP@
68 CPP = @CPP@
69 DIFF = @DIFF@
70 GREP = @GREP@
71 LCLOBJ = @LCLOBJ@
72 LEX = @LEX@
73 LN_S = @LN_S@
74 MV = @MV@
75 PACKAGE = @PACKAGE@
76 RM = @RM@
77 VERSION = @VERSION@
78
79 AUTOMAKE_OPTIONS = 1.5 foreign
80
81 SUFFIXES = .h .c .o .l .check
82
83 # Check files before compiling; requires splint!
84 CHECK = 1
85
86 # Some preferences
87 ### We use the no-lines option to prevent confusion with splint flag settings.
88 ### Should fix splint to avoid this...
89 YFLAGS = -v -t -d --debug --no-lines
90 LFLAGS = -L
91
92 binaryDir = bin
93
94 bin_PROGRAMS = splint
95
96 EXTRA_DIST = splint
97
98 DIST_SOURCES = 
99 subdir = bin
100 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 bin_PROGRAMS = splint$(EXEEXT)
104 PROGRAMS = $(bin_PROGRAMS)
105
106 splint_SOURCES = splint.c
107 splint_OBJECTS = splint.$(OBJEXT)
108 splint_LDADD = $(LDADD)
109 splint_DEPENDENCIES =
110 splint_LDFLAGS =
111
112 DEFS = @DEFS@
113 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
118 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/splint.Po
119 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
120         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
123 CFLAGS = @CFLAGS@
124 DIST_COMMON = Makefile.am Makefile.in
125 SOURCES = splint.c
126
127 all: all-am
128
129 .SUFFIXES:
130 .SUFFIXES: .h .c .o .l .check .obj
131 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
132         cd $(top_srcdir) && \
133           $(AUTOMAKE) --foreign  bin/Makefile
134 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
135         cd $(top_builddir) && \
136           CONFIG_HEADERS= CONFIG_LINKS= \
137           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
138 install-binPROGRAMS: $(bin_PROGRAMS)
139         @$(NORMAL_INSTALL)
140         $(mkinstalldirs) $(DESTDIR)$(bindir)
141         @list='$(bin_PROGRAMS)'; for p in $$list; do \
142           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
143           if test -f $$p \
144           ; then \
145             f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
146            echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
147            $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
148           else :; fi; \
149         done
150
151 uninstall-binPROGRAMS:
152         @$(NORMAL_UNINSTALL)
153         @list='$(bin_PROGRAMS)'; for p in $$list; do \
154           f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
155           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
156           rm -f $(DESTDIR)$(bindir)/$$f; \
157         done
158
159 clean-binPROGRAMS:
160         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
161
162 mostlyclean-compile:
163         -rm -f *.$(OBJEXT) core *.core
164
165 distclean-compile:
166         -rm -f *.tab.c
167
168 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/splint.Po@am__quote@
169
170 distclean-depend:
171         -rm -rf $(DEPDIR)
172
173 .c.o:
174 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
175 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
176 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
177         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
178
179 .c.obj:
180 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
181 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
182 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
183         $(COMPILE) -c `cygpath -w $<`
184 CCDEPMODE = @CCDEPMODE@
185 uninstall-info-am:
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
190         list='$(SOURCES) $(HEADERS) $(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 $(LISP)
197
198 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
199                 $(TAGS_FILES) $(LISP)
200         tags=; \
201         here=`pwd`; \
202         list='$(SOURCES) $(HEADERS) $(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)$$unique$(LISP)$$tags" \
209           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
210
211 GTAGS:
212         here=`CDPATH=: && cd $(top_builddir) && pwd` \
213           && cd $(top_srcdir) \
214           && gtags -i $(GTAGS_ARGS) $$here
215
216 distclean-tags:
217         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
218
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220
221 top_distdir = ..
222 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
223
224 distdir: $(DISTFILES)
225         @for file in $(DISTFILES); do \
226           if test -f $$file; then d=.; else d=$(srcdir); fi; \
227           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
228           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
229             $(mkinstalldirs) "$(distdir)/$$dir"; \
230           fi; \
231           if test -d $$d/$$file; then \
232             cp -pR $$d/$$file $(distdir) \
233             || exit 1; \
234           else \
235             test -f $(distdir)/$$file \
236             || cp -p $$d/$$file $(distdir)/$$file \
237             || exit 1; \
238           fi; \
239         done
240 check-am: all-am
241 check: check-am
242 all-am: Makefile $(PROGRAMS)
243
244 installdirs:
245         $(mkinstalldirs) $(DESTDIR)$(bindir)
246
247 install: install-am
248 install-exec: install-exec-am
249 install-data: install-data-am
250 uninstall: uninstall-am
251
252 install-am: all-am
253         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254
255 installcheck: installcheck-am
256 install-strip:
257         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
258           `test -z '$(STRIP)' || \
259             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
260 mostlyclean-generic:
261
262 clean-generic:
263
264 distclean-generic:
265         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
266
267 maintainer-clean-generic:
268         @echo "This command is intended for maintainers to use"
269         @echo "it deletes files that may require special tools to rebuild."
270 clean: clean-am
271
272 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
273
274 distclean: distclean-am
275
276 distclean-am: clean-am distclean-compile distclean-depend \
277         distclean-generic distclean-tags
278
279 dvi: dvi-am
280
281 dvi-am:
282
283 info: info-am
284
285 info-am:
286
287 install-data-am:
288
289 install-exec-am: install-binPROGRAMS
290         @$(NORMAL_INSTALL)
291         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
292
293 install-info: install-info-am
294
295 install-man:
296
297 installcheck-am:
298
299 maintainer-clean: maintainer-clean-am
300
301 maintainer-clean-am: distclean-am maintainer-clean-generic
302
303 mostlyclean: mostlyclean-am
304
305 mostlyclean-am: mostlyclean-compile mostlyclean-generic
306
307 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
308
309 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
310         clean-generic distclean distclean-compile distclean-depend \
311         distclean-generic distclean-tags distdir dvi dvi-am info \
312         info-am install install-am install-binPROGRAMS install-data \
313         install-data-am install-exec install-exec-am install-info \
314         install-info-am install-man install-strip installcheck \
315         installcheck-am installdirs maintainer-clean \
316         maintainer-clean-generic mostlyclean mostlyclean-compile \
317         mostlyclean-generic tags uninstall uninstall-am \
318         uninstall-binPROGRAMS uninstall-info-am
319
320
321 .PHONY: all
322
323 #chessy hack so it doesn't try to build splint
324 splint$(EXEEXT): ;
325
326 install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
327
328 $(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
329         ln -s ../$(binaryDir)/splint $(top_builddir)/src/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 1.36233 seconds and 5 git commands to generate.