]> andersk Git - splint.git/blob - imports/Makefile
*** empty log message ***
[splint.git] / imports / Makefile
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
15
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ..
20
21 prefix = /usr/local
22 exec_prefix = ${prefix}
23
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/lclint
37 pkglibdir = $(libdir)/lclint
38 pkgincludedir = $(includedir)/lclint
39 top_builddir = ..
40
41 ACLOCAL = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run aclocal
42 AUTOCONF = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run autoconf
43 AUTOMAKE = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run automake
44 AUTOHEADER = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run autoheader
45
46 INSTALL = /usr/bin/install -c
47 INSTALL_PROGRAM = ${INSTALL}
48 INSTALL_DATA = ${INSTALL} -m 644
49 INSTALL_SCRIPT = ${INSTALL}
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = s,x,x,
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = 
59 host_triplet = i686-pc-linux-gnu
60 AMTAR = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run tar
61 AWK = gawk
62 BISON = bison
63 CAT = cat
64 CC = gcc
65 CP = cp
66 CPP = gcc -E
67 CXX = g++
68 DEPDIR = .deps
69 DIFF = diff
70 EXEEXT = 
71 GREP = grep
72 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
73 LCLOBJ = $(lcl_OBJECTS)
74 LEX = flex
75 LN_S = ln -s
76 MV = mv
77 OBJEXT = o
78 PACKAGE = lclint
79 RM = rm
80 VERSION = 3.0.0.19
81 am__include = include
82 am__quote = 
83 install_sh = /net/af9/drl7x/reQuickFix/LCLintDev/config/install-sh
84
85 AUTOMAKE_OPTIONS = 1.5 foreign
86
87 importsdir = $(pkgdatadir)/imports
88
89 imports_DATA = \
90   assert.lcl  assert.lcs  ctype.lcl  ctype.lcs  errno.lcl  errno.lcs  \
91   limits.lcl  limits.lcs  locale.lcl locale.lcs math.lcl   math.lcs   \
92   setjmp.lcl  setjmp.lcs  signal.lcl signal.lcs stdarg.lcl stdarg.lcs \
93   stdio.lcl   stdio.lcs   stdlib.lcl stdlib.lcs string.lcl string.lcs \
94   strings.lcl strings.lcs time.lcl   time.lcs
95
96
97 EXTRA_DIST = $(imports_DATA)
98 subdir = imports
99 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 DIST_SOURCES =
103 DATA = $(imports_DATA)
104
105 DIST_COMMON = Makefile.am Makefile.in
106 all: all-am
107
108 .SUFFIXES:
109 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
110         cd $(top_srcdir) && \
111           $(AUTOMAKE) --foreign  imports/Makefile
112 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
113         cd $(top_builddir) && \
114           CONFIG_HEADERS= CONFIG_LINKS= \
115           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
116 uninstall-info-am:
117 install-importsDATA: $(imports_DATA)
118         @$(NORMAL_INSTALL)
119         $(mkinstalldirs) $(DESTDIR)$(importsdir)
120         @list='$(imports_DATA)'; for p in $$list; do \
121           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
122           f="`echo $$p | sed -e 's|^.*/||'`"; \
123           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f"; \
124           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(importsdir)/$$f; \
125         done
126
127 uninstall-importsDATA:
128         @$(NORMAL_UNINSTALL)
129         @list='$(imports_DATA)'; for p in $$list; do \
130           f="`echo $$p | sed -e 's|^.*/||'`"; \
131           echo " rm -f $(DESTDIR)$(importsdir)/$$f"; \
132           rm -f $(DESTDIR)$(importsdir)/$$f; \
133         done
134 tags: TAGS
135 TAGS:
136
137
138 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
140 top_distdir = ..
141 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142
143 distdir: $(DISTFILES)
144         @for file in $(DISTFILES); do \
145           if test -f $$file; then d=.; else d=$(srcdir); fi; \
146           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
147           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
148             $(mkinstalldirs) "$(distdir)/$$dir"; \
149           fi; \
150           if test -d $$d/$$file; then \
151             cp -pR $$d/$$file $(distdir) \
152             || exit 1; \
153           else \
154             test -f $(distdir)/$$file \
155             || cp -p $$d/$$file $(distdir)/$$file \
156             || exit 1; \
157           fi; \
158         done
159 check-am: all-am
160 check: check-am
161 all-am: Makefile $(DATA)
162
163 installdirs:
164         $(mkinstalldirs) $(DESTDIR)$(importsdir)
165
166 install: install-am
167 install-exec: install-exec-am
168 install-data: install-data-am
169 uninstall: uninstall-am
170
171 install-am: all-am
172         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173
174 installcheck: installcheck-am
175 install-strip:
176         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
177           `test -z '$(STRIP)' || \
178             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
179 mostlyclean-generic:
180
181 clean-generic:
182
183 distclean-generic:
184         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
185
186 maintainer-clean-generic:
187         @echo "This command is intended for maintainers to use"
188         @echo "it deletes files that may require special tools to rebuild."
189 clean: clean-am
190
191 clean-am: clean-generic mostlyclean-am
192
193 distclean: distclean-am
194
195 distclean-am: clean-am distclean-generic
196
197 dvi: dvi-am
198
199 dvi-am:
200
201 info: info-am
202
203 info-am:
204
205 install-data-am: install-importsDATA
206
207 install-exec-am:
208
209 install-info: install-info-am
210
211 install-man:
212
213 installcheck-am:
214
215 maintainer-clean: maintainer-clean-am
216
217 maintainer-clean-am: distclean-am maintainer-clean-generic
218
219 mostlyclean: mostlyclean-am
220
221 mostlyclean-am: mostlyclean-generic
222
223 uninstall-am: uninstall-importsDATA uninstall-info-am
224
225 .PHONY: all all-am check check-am clean clean-generic distclean \
226         distclean-generic distdir dvi dvi-am info info-am install \
227         install-am install-data install-data-am install-exec \
228         install-exec-am install-importsDATA install-info \
229         install-info-am install-man install-strip installcheck \
230         installcheck-am installdirs maintainer-clean \
231         maintainer-clean-generic mostlyclean mostlyclean-generic \
232         uninstall uninstall-am uninstall-importsDATA uninstall-info-am
233
234 # Tell versions [3.59,3.63) of GNU make to not export all variables.
235 # Otherwise a system limit (for SysV at least) may be exceeded.
236 .NOEXPORT:
This page took 0.293557 seconds and 5 git commands to generate.