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