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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Jun 17 18:44:28 2001 UTC (22 years, 9 months ago) by frodo
File size: 8909 byte(s)
(Frodo) Update to libtool-1.4, autoconf-2.50

1 # Makefile.in generated automatically by automake 1.4-p4 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 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 IMAGEMAGICK = @IMAGEMAGICK@
68 INT_16_BIT = @INT_16_BIT@
69 INT_32_BIT = @INT_32_BIT@
70 INT_8_BIT = @INT_8_BIT@
71 LIBTOOL = @LIBTOOL@
72 LIB_MAGICK = @LIB_MAGICK@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 OBJDUMP = @OBJDUMP@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 STRIP = @STRIP@
80 VERSION = @VERSION@
81 cflags_set = @cflags_set@
82
83 noinst_LTLIBRARIES = libcompat.la
84
85 libcompat_la_LIBADD = @LIBOBJS@
86 libcompat_la_SOURCES = dummy.c
87 libcompat_la_LDFLAGS = -static
88
89 EXTRA_DIST = getopt.h compat.h getopt.c getopt1.c
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = ../config.h
92 CONFIG_CLEAN_FILES =
93 LTLIBRARIES = $(noinst_LTLIBRARIES)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) -I..
97 CPPFLAGS = @CPPFLAGS@
98 LDFLAGS = @LDFLAGS@
99 LIBS = @LIBS@
100 libcompat_la_DEPENDENCIES = @LIBOBJS@
101 libcompat_la_OBJECTS = dummy.lo
102 CFLAGS = @CFLAGS@
103 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 CCLD = $(CC)
106 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
107 DIST_COMMON = Makefile.am Makefile.in strdup.c
108
109
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112 TAR = tar
113 GZIP_ENV = --best
114 DEP_FILES = .deps/dummy.P .deps/strdup.P
115 SOURCES = $(libcompat_la_SOURCES)
116 OBJECTS = $(libcompat_la_OBJECTS)
117
118 all: all-redirect
119 .SUFFIXES:
120 .SUFFIXES: .S .c .lo .o .obj .s
121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122 cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile
123
124 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
125 cd $(top_builddir) \
126 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129 mostlyclean-noinstLTLIBRARIES:
130
131 clean-noinstLTLIBRARIES:
132 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
133
134 distclean-noinstLTLIBRARIES:
135
136 maintainer-clean-noinstLTLIBRARIES:
137
138 # FIXME: We should only use cygpath when building on Windows,
139 # and only if it is available.
140 .c.obj:
141 $(COMPILE) -c `cygpath -w $<`
142
143 .s.o:
144 $(COMPILE) -c $<
145
146 .S.o:
147 $(COMPILE) -c $<
148
149 mostlyclean-compile:
150 -rm -f *.o core *.core
151 -rm -f *.$(OBJEXT)
152
153 clean-compile:
154
155 distclean-compile:
156 -rm -f *.tab.c
157
158 maintainer-clean-compile:
159
160 .s.lo:
161 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
162
163 .S.lo:
164 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
165
166 mostlyclean-libtool:
167 -rm -f *.lo
168
169 clean-libtool:
170 -rm -rf .libs _libs
171
172 distclean-libtool:
173
174 maintainer-clean-libtool:
175
176 libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES)
177 $(LINK) $(libcompat_la_LDFLAGS) $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES) $(LISP)
182 list='$(SOURCES) $(HEADERS)'; \
183 unique=`for i in $$list; do echo $$i; done | \
184 awk ' { files[$$0] = 1; } \
185 END { for (i in files) print i; }'`; \
186 here=`pwd` && cd $(srcdir) \
187 && mkid -f$$here/ID $$unique $(LISP)
188
189 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
190 tags=; \
191 here=`pwd`; \
192 list='$(SOURCES) $(HEADERS)'; \
193 unique=`for i in $$list; do echo $$i; done | \
194 awk ' { files[$$0] = 1; } \
195 END { for (i in files) print i; }'`; \
196 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204 -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = compat
211
212 distdir: $(DISTFILES)
213 here=`cd $(top_builddir) && pwd`; \
214 top_distdir=`cd $(top_distdir) && pwd`; \
215 distdir=`cd $(distdir) && pwd`; \
216 cd $(top_srcdir) \
217 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu compat/Makefile
218 @for file in $(DISTFILES); do \
219 d=$(srcdir); \
220 if test -d $$d/$$file; then \
221 cp -pr $$d/$$file $(distdir)/$$file; \
222 else \
223 test -f $(distdir)/$$file \
224 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
225 || cp -p $$d/$$file $(distdir)/$$file || :; \
226 fi; \
227 done
228
229 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
230
231 -include $(DEP_FILES)
232
233 mostlyclean-depend:
234
235 clean-depend:
236
237 distclean-depend:
238 -rm -rf .deps
239
240 maintainer-clean-depend:
241
242 %.o: %.c
243 @echo '$(COMPILE) -c $<'; \
244 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245 @-cp .deps/$(*F).pp .deps/$(*F).P; \
246 tr ' ' '\012' < .deps/$(*F).pp \
247 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
248 >> .deps/$(*F).P; \
249 rm .deps/$(*F).pp
250
251 %.lo: %.c
252 @echo '$(LTCOMPILE) -c $<'; \
253 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
254 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
255 < .deps/$(*F).pp > .deps/$(*F).P; \
256 tr ' ' '\012' < .deps/$(*F).pp \
257 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
258 >> .deps/$(*F).P; \
259 rm -f .deps/$(*F).pp
260 info-am:
261 info: info-am
262 dvi-am:
263 dvi: dvi-am
264 check-am: all-am
265 check: check-am
266 installcheck-am:
267 installcheck: installcheck-am
268 install-exec-am:
269 install-exec: install-exec-am
270
271 install-data-am:
272 install-data: install-data-am
273
274 install-am: all-am
275 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
276 install: install-am
277 uninstall-am:
278 uninstall: uninstall-am
279 all-am: Makefile $(LTLIBRARIES)
280 all-redirect: all-am
281 install-strip:
282 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
283 installdirs:
284
285
286 mostlyclean-generic:
287
288 clean-generic:
289
290 distclean-generic:
291 -rm -f Makefile $(CONFIG_CLEAN_FILES)
292 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
293
294 maintainer-clean-generic:
295 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
296 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
297 mostlyclean-generic
298
299 mostlyclean: mostlyclean-am
300
301 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
302 clean-tags clean-depend clean-generic mostlyclean-am
303
304 clean: clean-am
305
306 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
307 distclean-libtool distclean-tags distclean-depend \
308 distclean-generic clean-am
309 -rm -f libtool
310
311 distclean: distclean-am
312
313 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
314 maintainer-clean-compile maintainer-clean-libtool \
315 maintainer-clean-tags maintainer-clean-depend \
316 maintainer-clean-generic distclean-am
317 @echo "This command is intended for maintainers to use;"
318 @echo "it deletes files that may require special tools to rebuild."
319
320 maintainer-clean: maintainer-clean-am
321
322 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
323 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
324 mostlyclean-compile distclean-compile clean-compile \
325 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
326 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
327 distclean-tags clean-tags maintainer-clean-tags distdir \
328 mostlyclean-depend distclean-depend clean-depend \
329 maintainer-clean-depend info-am info dvi-am dvi check check-am \
330 installcheck-am installcheck install-exec-am install-exec \
331 install-data-am install-data install-am install uninstall-am uninstall \
332 all-redirect all-am all installdirs mostlyclean-generic \
333 distclean-generic clean-generic maintainer-clean-generic clean \
334 mostlyclean distclean maintainer-clean
335
336
337 # Tell versions [3.59,3.63) of GNU make to not export all variables.
338 # Otherwise a system limit (for SysV at least) may be exceeded.
339 .NOEXPORT:

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