/[public]/psiconv/trunk/compat/Makefile.in
ViewVC logotype

Contents of /psiconv/trunk/compat/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Wed Oct 27 15:33:26 1999 UTC (24 years, 5 months ago) by frodo
File size: 8673 byte(s)
(Frodo) Fixed `make dist' to include latest additions in compat/

1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
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@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 INT_16_BIT = @INT_16_BIT@
66 INT_32_BIT = @INT_32_BIT@
67 INT_8_BIT = @INT_8_BIT@
68 LD = @LD@
69 LIBTOOL = @LIBTOOL@
70 LIB_MAGICK = @LIB_MAGICK@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 VERSION = @VERSION@
78 cflags_set = @cflags_set@
79
80 noinst_LTLIBRARIES = libcompat.la
81
82 libcompat_la_LIBADD = @LIBOBJS@
83 libcompat_la_SOURCES =
84 libcompat_la_LDFLAGS = -static
85
86 EXTRA_DIST = getopt.h compat.h
87 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88 CONFIG_HEADER = ../config.h
89 CONFIG_CLEAN_FILES =
90 LTLIBRARIES = $(noinst_LTLIBRARIES)
91
92
93 DEFS = @DEFS@ -I. -I$(srcdir) -I..
94 CPPFLAGS = @CPPFLAGS@
95 LDFLAGS = @LDFLAGS@
96 LIBS = @LIBS@
97 libcompat_la_DEPENDENCIES = @LIBOBJS@
98 libcompat_la_OBJECTS =
99 CFLAGS = @CFLAGS@
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
104 DIST_COMMON = Makefile.am Makefile.in getopt.c getopt1.c strdup.c
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP_ENV = --best
111 DEP_FILES = .deps/getopt.P .deps/getopt1.P .deps/strdup.P
112 SOURCES = $(libcompat_la_SOURCES)
113 OBJECTS = $(libcompat_la_OBJECTS)
114
115 all: all-redirect
116 .SUFFIXES:
117 .SUFFIXES: .S .c .lo .o .s
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119 cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile
120
121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
122 cd $(top_builddir) \
123 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 mostlyclean-noinstLTLIBRARIES:
127
128 clean-noinstLTLIBRARIES:
129 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
130
131 distclean-noinstLTLIBRARIES:
132
133 maintainer-clean-noinstLTLIBRARIES:
134
135 .s.o:
136 $(COMPILE) -c $<
137
138 .S.o:
139 $(COMPILE) -c $<
140
141 mostlyclean-compile:
142 -rm -f *.o core *.core
143
144 clean-compile:
145
146 distclean-compile:
147 -rm -f *.tab.c
148
149 maintainer-clean-compile:
150
151 .s.lo:
152 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
153
154 .S.lo:
155 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
156
157 mostlyclean-libtool:
158 -rm -f *.lo
159
160 clean-libtool:
161 -rm -rf .libs _libs
162
163 distclean-libtool:
164
165 maintainer-clean-libtool:
166
167 libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES)
168 $(LINK) $(libcompat_la_LDFLAGS) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
169
170 tags: TAGS
171
172 ID: $(HEADERS) $(SOURCES) $(LISP)
173 list='$(SOURCES) $(HEADERS)'; \
174 unique=`for i in $$list; do echo $$i; done | \
175 awk ' { files[$$0] = 1; } \
176 END { for (i in files) print i; }'`; \
177 here=`pwd` && cd $(srcdir) \
178 && mkid -f$$here/ID $$unique $(LISP)
179
180 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
181 tags=; \
182 here=`pwd`; \
183 list='$(SOURCES) $(HEADERS)'; \
184 unique=`for i in $$list; do echo $$i; done | \
185 awk ' { files[$$0] = 1; } \
186 END { for (i in files) print i; }'`; \
187 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
188 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
189
190 mostlyclean-tags:
191
192 clean-tags:
193
194 distclean-tags:
195 -rm -f TAGS ID
196
197 maintainer-clean-tags:
198
199 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
200
201 subdir = compat
202
203 distdir: $(DISTFILES)
204 here=`cd $(top_builddir) && pwd`; \
205 top_distdir=`cd $(top_distdir) && pwd`; \
206 distdir=`cd $(distdir) && pwd`; \
207 cd $(top_srcdir) \
208 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu compat/Makefile
209 @for file in $(DISTFILES); do \
210 d=$(srcdir); \
211 if test -d $$d/$$file; then \
212 cp -pr $$/$$file $(distdir)/$$file; \
213 else \
214 test -f $(distdir)/$$file \
215 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216 || cp -p $$d/$$file $(distdir)/$$file || :; \
217 fi; \
218 done
219
220 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
221
222 -include $(DEP_FILES)
223
224 mostlyclean-depend:
225
226 clean-depend:
227
228 distclean-depend:
229 -rm -rf .deps
230
231 maintainer-clean-depend:
232
233 %.o: %.c
234 @echo '$(COMPILE) -c $<'; \
235 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
236 @-cp .deps/$(*F).pp .deps/$(*F).P; \
237 tr ' ' '\012' < .deps/$(*F).pp \
238 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
239 >> .deps/$(*F).P; \
240 rm .deps/$(*F).pp
241
242 %.lo: %.c
243 @echo '$(LTCOMPILE) -c $<'; \
244 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
246 < .deps/$(*F).pp > .deps/$(*F).P; \
247 tr ' ' '\012' < .deps/$(*F).pp \
248 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
249 >> .deps/$(*F).P; \
250 rm -f .deps/$(*F).pp
251 info-am:
252 info: info-am
253 dvi-am:
254 dvi: dvi-am
255 check-am: all-am
256 check: check-am
257 installcheck-am:
258 installcheck: installcheck-am
259 install-exec-am:
260 install-exec: install-exec-am
261
262 install-data-am:
263 install-data: install-data-am
264
265 install-am: all-am
266 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267 install: install-am
268 uninstall-am:
269 uninstall: uninstall-am
270 all-am: Makefile $(LTLIBRARIES)
271 all-redirect: all-am
272 install-strip:
273 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
274 installdirs:
275
276
277 mostlyclean-generic:
278
279 clean-generic:
280
281 distclean-generic:
282 -rm -f Makefile $(CONFIG_CLEAN_FILES)
283 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
285 maintainer-clean-generic:
286 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
287 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
288 mostlyclean-generic
289
290 mostlyclean: mostlyclean-am
291
292 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
293 clean-tags clean-depend clean-generic mostlyclean-am
294
295 clean: clean-am
296
297 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
298 distclean-libtool distclean-tags distclean-depend \
299 distclean-generic clean-am
300 -rm -f libtool
301
302 distclean: distclean-am
303
304 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
305 maintainer-clean-compile maintainer-clean-libtool \
306 maintainer-clean-tags maintainer-clean-depend \
307 maintainer-clean-generic distclean-am
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
310
311 maintainer-clean: maintainer-clean-am
312
313 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
314 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
315 mostlyclean-compile distclean-compile clean-compile \
316 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
317 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
318 distclean-tags clean-tags maintainer-clean-tags distdir \
319 mostlyclean-depend distclean-depend clean-depend \
320 maintainer-clean-depend info-am info dvi-am dvi check check-am \
321 installcheck-am installcheck install-exec-am install-exec \
322 install-data-am install-data install-am install uninstall-am uninstall \
323 all-redirect all-am all installdirs mostlyclean-generic \
324 distclean-generic clean-generic maintainer-clean-generic clean \
325 mostlyclean distclean maintainer-clean
326
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT:

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26