]> andersk Git - splint.git/blob - imports/Makefile.in
Modified configure.ac to new longer check for c++.
[splint.git] / imports / 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 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 BISON = @BISON@
63 CAT = @CAT@
64 CC = @CC@
65 CP = @CP@
66 CPP = @CPP@
67 DEPDIR = @DEPDIR@
68 DIFF = @DIFF@
69 EXEEXT = @EXEEXT@
70 GREP = @GREP@
71 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72 LCLOBJ = @LCLOBJ@
73 LEX = @LEX@
74 LN_S = @LN_S@
75 MV = @MV@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 RM = @RM@
79 VERSION = @VERSION@
80 am__include = @am__include@
81 am__quote = @am__quote@
82 install_sh = @install_sh@
83
84 AUTOMAKE_OPTIONS = 1.5 foreign
85
86 importsdir = $(pkgdatadir)/imports
87
88 imports_DATA = \
89   assert.lcl  assert.lcs  ctype.lcl  ctype.lcs  errno.lcl  errno.lcs  \
90   limits.lcl  limits.lcs  locale.lcl locale.lcs math.lcl   math.lcs   \
91   setjmp.lcl  setjmp.lcs  signal.lcl signal.lcs stdarg.lcl stdarg.lcs \
92   stdio.lcl   stdio.lcs   stdlib.lcl stdlib.lcs string.lcl string.lcs \
93   strings.lcl strings.lcs time.lcl   time.lcs
94
95
96 EXTRA_DIST = $(imports_DATA)
97 subdir = imports
98 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 DIST_SOURCES =
102 DATA = $(imports_DATA)
103
104 DIST_COMMON = Makefile.am Makefile.in
105 all: all-am
106
107 .SUFFIXES:
108 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
109         cd $(top_srcdir) && \
110           $(AUTOMAKE) --foreign  imports/Makefile
111 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
112         cd $(top_builddir) && \
113           CONFIG_HEADERS= CONFIG_LINKS= \
114           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
115 uninstall-info-am:
116 install-importsDATA: $(imports_DATA)
117         @$(NORMAL_INSTALL)
118         $(mkinstalldirs) $(DESTDIR)$(importsdir)
119         @list='$(imports_DATA)'; for p in $$list; do \
120           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
121           f="`echo $$p | sed -e 's|^.*/||'`"; \
122           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f"; \
123           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f; \
124         done
125
126 uninstall-importsDATA:
127         @$(NORMAL_UNINSTALL)
128         @list='$(imports_DATA)'; for p in $$list; do \
129           f="`echo $$p | sed -e 's|^.*/||'`"; \
130           echo " rm -f $(DESTDIR)$(importsdir)/$$f"; \
131           rm -f $(DESTDIR)$(importsdir)/$$f; \
132         done
133 tags: TAGS
134 TAGS:
135
136
137 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
139 top_distdir = ..
140 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
141
142 distdir: $(DISTFILES)
143         @for file in $(DISTFILES); do \
144           if test -f $$file; then d=.; else d=$(srcdir); fi; \
145           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
146           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
147             $(mkinstalldirs) "$(distdir)/$$dir"; \
148           fi; \
149           if test -d $$d/$$file; then \
150             cp -pR $$d/$$file $(distdir) \
151             || exit 1; \
152           else \
153             test -f $(distdir)/$$file \
154             || cp -p $$d/$$file $(distdir)/$$file \
155             || exit 1; \
156           fi; \
157         done
158 check-am: all-am
159 check: check-am
160 all-am: Makefile $(DATA)
161
162 installdirs:
163         $(mkinstalldirs) $(DESTDIR)$(importsdir)
164
165 install: install-am
166 install-exec: install-exec-am
167 install-data: install-data-am
168 uninstall: uninstall-am
169
170 install-am: all-am
171         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172
173 installcheck: installcheck-am
174 install-strip:
175         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
176           `test -z '$(STRIP)' || \
177             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
178 mostlyclean-generic:
179
180 clean-generic:
181
182 distclean-generic:
183         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
184
185 maintainer-clean-generic:
186         @echo "This command is intended for maintainers to use"
187         @echo "it deletes files that may require special tools to rebuild."
188 clean: clean-am
189
190 clean-am: clean-generic mostlyclean-am
191
192 distclean: distclean-am
193
194 distclean-am: clean-am distclean-generic
195
196 dvi: dvi-am
197
198 dvi-am:
199
200 info: info-am
201
202 info-am:
203
204 install-data-am: install-importsDATA
205
206 install-exec-am:
207
208 install-info: install-info-am
209
210 install-man:
211
212 installcheck-am:
213
214 maintainer-clean: maintainer-clean-am
215
216 maintainer-clean-am: distclean-am maintainer-clean-generic
217
218 mostlyclean: mostlyclean-am
219
220 mostlyclean-am: mostlyclean-generic
221
222 uninstall-am: uninstall-importsDATA uninstall-info-am
223
224 .PHONY: all all-am check check-am clean clean-generic distclean \
225         distclean-generic distdir dvi dvi-am info info-am install \
226         install-am install-data install-data-am install-exec \
227         install-exec-am install-importsDATA install-info \
228         install-info-am install-man install-strip installcheck \
229         installcheck-am installdirs maintainer-clean \
230         maintainer-clean-generic mostlyclean mostlyclean-generic \
231         uninstall uninstall-am uninstall-importsDATA uninstall-info-am
232
233 # Tell versions [3.59,3.63) of GNU make to not export all variables.
234 # Otherwise a system limit (for SysV at least) may be exceeded.
235 .NOEXPORT:
This page took 0.126602 seconds and 5 git commands to generate.