]> andersk Git - splint.git/blob - lib/Makefile.in
133a76beb06700b1b8db592decd92f9e6f5833ac
[splint.git] / lib / 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
17 ### Make phony, always remake everything.
18 SHELL = @SHELL@
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 install_sh_DATA = $(install_sh) -c -m 644
53 install_sh_PROGRAM = $(install_sh) -c
54 install_sh_SCRIPT = $(install_sh) -c
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = @program_transform_name@
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 build_alias = @build_alias@
65 build_triplet = @build@
66 host_alias = @host_alias@
67 host_triplet = @host@
68 target_alias = @target_alias@
69 target_triplet = @target@
70
71 EXEEXT = @EXEEXT@
72 OBJEXT = @OBJEXT@
73 PATH_SEPARATOR = @PATH_SEPARATOR@
74 AMTAR = @AMTAR@
75 AWK = @AWK@
76 BISON = @BISON@
77 CAT = @CAT@
78 CC = @CC@
79 CP = @CP@
80 CPP = @CPP@
81 DEPDIR = @DEPDIR@
82 DIFF = @DIFF@
83 GREP = @GREP@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 LCLOBJ = @LCLOBJ@
86 LEX = @LEX@
87 LEXLIB = @LEXLIB@
88 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
89 LN_S = @LN_S@
90 MV = @MV@
91 PACKAGE = @PACKAGE@
92 RM = @RM@
93 SED = @SED@
94 STRIP = @STRIP@
95 VERSION = @VERSION@
96 am__include = @am__include@
97 am__quote = @am__quote@
98 install_sh = @install_sh@
99
100 AUTOMAKE_OPTIONS = 1.5 foreign
101
102 splintlibdir = $(pkgdatadir)/lib
103
104 UnixHeaders = stdio.h stdlib.h
105
106 splintlib_DATA = \
107   standard.h standard.lcd standardstrict.lcd posix.h posix.lcd posixstrict.lcd \
108   unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
109   file.mts file.xh filerw.mts filerw.xh \
110   lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
111   stdio.h stdlib.h $(UnixHeaders)
112
113
114 EXTRA_DIST = $(splintlib_DATA)
115
116 CLEANFILES = posix.lcd standard.lcd unix.lcd \
117              posixstrict.lcd  standardstrict.lcd  unixstrict.lcd
118
119
120 SPLINT = $(top_builddir)/src/splint$(EXEEXT)
121 subdir = lib
122 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
123 CONFIG_HEADER = $(top_builddir)/config.h
124 CONFIG_CLEAN_FILES =
125 DIST_SOURCES =
126 DATA = $(splintlib_DATA)
127
128 DIST_COMMON = Makefile.am Makefile.in
129 all: all-am
130
131 .SUFFIXES:
132 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133         cd $(top_srcdir) && \
134           $(AUTOMAKE) --foreign  lib/Makefile
135 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
136         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
137 uninstall-info-am:
138 splintlibDATA_INSTALL = $(INSTALL_DATA)
139 install-splintlibDATA: $(splintlib_DATA)
140         @$(NORMAL_INSTALL)
141         $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
142         @list='$(splintlib_DATA)'; for p in $$list; do \
143           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
144           f="`echo $$p | sed -e 's|^.*/||'`"; \
145           echo " $(splintlibDATA_INSTALL) $$d$$p $(DESTDIR)$(splintlibdir)/$$f"; \
146           $(splintlibDATA_INSTALL) $$d$$p $(DESTDIR)$(splintlibdir)/$$f; \
147         done
148
149 uninstall-splintlibDATA:
150         @$(NORMAL_UNINSTALL)
151         @list='$(splintlib_DATA)'; for p in $$list; do \
152           f="`echo $$p | sed -e 's|^.*/||'`"; \
153           echo " rm -f $(DESTDIR)$(splintlibdir)/$$f"; \
154           rm -f $(DESTDIR)$(splintlibdir)/$$f; \
155         done
156 tags: TAGS
157 TAGS:
158
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160
161 top_distdir = ..
162 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
163
164 distdir: $(DISTFILES)
165         @list='$(DISTFILES)'; for file in $$list; do \
166           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
167           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
168           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
169             dir="/$$dir"; \
170             $(mkinstalldirs) "$(distdir)$$dir"; \
171           else \
172             dir=''; \
173           fi; \
174           if test -d $$d/$$file; then \
175             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
176               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
177             fi; \
178             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
179           else \
180             test -f $(distdir)/$$file \
181             || cp -p $$d/$$file $(distdir)/$$file \
182             || exit 1; \
183           fi; \
184         done
185 check-am: all-am
186 check: check-am
187 all-am: Makefile $(DATA)
188
189 installdirs:
190         $(mkinstalldirs) $(DESTDIR)$(splintlibdir)
191
192 install: install-am
193 install-exec: install-exec-am
194 install-data: install-data-am
195 uninstall: uninstall-am
196
197 install-am: all-am
198         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
199
200 installcheck: installcheck-am
201 install-strip:
202         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
203           INSTALL_STRIP_FLAG=-s \
204           `test -z '$(STRIP)' || \
205             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
206 mostlyclean-generic:
207
208 clean-generic:
209         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
210
211 distclean-generic:
212         -rm -f Makefile $(CONFIG_CLEAN_FILES)
213
214 maintainer-clean-generic:
215         @echo "This command is intended for maintainers to use"
216         @echo "it deletes files that may require special tools to rebuild."
217 clean: clean-am
218
219 clean-am: clean-generic mostlyclean-am
220
221 distclean: distclean-am
222
223 distclean-am: clean-am distclean-generic
224
225 dvi: dvi-am
226
227 dvi-am:
228
229 info: info-am
230
231 info-am:
232
233 install-data-am: install-splintlibDATA
234
235 install-exec-am:
236
237 install-info: install-info-am
238
239 install-man:
240
241 installcheck-am:
242
243 maintainer-clean: maintainer-clean-am
244
245 maintainer-clean-am: distclean-am maintainer-clean-generic
246
247 mostlyclean: mostlyclean-am
248
249 mostlyclean-am: mostlyclean-generic
250
251 uninstall-am: uninstall-info-am uninstall-splintlibDATA
252
253 .PHONY: all all-am check check-am clean clean-generic distclean \
254         distclean-generic distdir dvi dvi-am info info-am install \
255         install-am install-data install-data-am install-exec \
256         install-exec-am install-info install-info-am install-man \
257         install-splintlibDATA install-strip installcheck \
258         installcheck-am installdirs maintainer-clean \
259         maintainer-clean-generic mostlyclean mostlyclean-generic \
260         uninstall uninstall-am uninstall-info-am \
261         uninstall-splintlibDATA
262
263
264 .PHONY: all standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
265
266 $(SPLINT):
267         cd $(top_builddir)/src; $(MAKE)
268
269 all: standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd
270
271 standard.lcd: standard.h $(SPLINT)
272         -$(SPLINT) -nof -nolib +impconj standard.h -dump standard
273         @touch $@
274
275 standardstrict.lcd: standard.h $(SPLINT)
276         -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict
277         @touch $@
278
279 posix.lcd: standard.h posix.h $(SPLINT)
280         -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix
281         @touch $@
282
283 posixstrict.lcd: standard.h posix.h $(SPLINT)
284         -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict
285         @touch $@
286
287 unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
288         -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix
289         @touch $@
290
291 unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
292         -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
293         @touch $@
294 # Tell versions [3.59,3.63) of GNU make to not export all variables.
295 # Otherwise a system limit (for SysV at least) may be exceeded.
296 .NOEXPORT:
This page took 0.0464 seconds and 3 git commands to generate.