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