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

Contents of /psiconv/trunk/lib/psiconv/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: 12384 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 INCLUDES = -I.. -I../../compat
84
85 lib_LTLIBRARIES = libpsiconv.la
86 libpsiconv_la_SOURCES = error.c misc.c checkuid.c list.c buffer.c data.c parse_common.c parse_driver.c parse_formula.c parse_layout.c parse_image.c parse_page.c parse_simple.c parse_texted.c parse_word.c parse_sheet.c generate_simple.c generate_layout.c generate_driver.c generate_common.c generate_texted.c generate_page.c generate_word.c generate_image.c
87
88 libpsiconv_la_LDFLAGS = -version-info 7:0:2
89 libpsiconv_la_LIBADD = ../../compat/libcompat.la
90
91 psiconvincludedir = $(includedir)/psiconv
92 psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h generate_routines.h generate.h common.h buffer.h
93
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = ../../config.h
96 CONFIG_CLEAN_FILES = general.h
97 LTLIBRARIES = $(lib_LTLIBRARIES)
98
99
100 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
101 CPPFLAGS = @CPPFLAGS@
102 LDFLAGS = @LDFLAGS@
103 LIBS = @LIBS@
104 libpsiconv_la_DEPENDENCIES = ../../compat/libcompat.la
105 libpsiconv_la_OBJECTS = error.lo misc.lo checkuid.lo list.lo buffer.lo \
106 data.lo parse_common.lo parse_driver.lo parse_formula.lo \
107 parse_layout.lo parse_image.lo parse_page.lo parse_simple.lo \
108 parse_texted.lo parse_word.lo parse_sheet.lo generate_simple.lo \
109 generate_layout.lo generate_driver.lo generate_common.lo \
110 generate_texted.lo generate_page.lo generate_word.lo generate_image.lo
111 CFLAGS = @CFLAGS@
112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
116 HEADERS = $(psiconvinclude_HEADERS)
117
118 DIST_COMMON = Makefile.am Makefile.in general.h.in
119
120
121 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122
123 TAR = tar
124 GZIP_ENV = --best
125 DEP_FILES = .deps/buffer.P .deps/checkuid.P .deps/data.P .deps/error.P \
126 .deps/generate_common.P .deps/generate_driver.P .deps/generate_image.P \
127 .deps/generate_layout.P .deps/generate_page.P .deps/generate_simple.P \
128 .deps/generate_texted.P .deps/generate_word.P .deps/list.P .deps/misc.P \
129 .deps/parse_common.P .deps/parse_driver.P .deps/parse_formula.P \
130 .deps/parse_image.P .deps/parse_layout.P .deps/parse_page.P \
131 .deps/parse_sheet.P .deps/parse_simple.P .deps/parse_texted.P \
132 .deps/parse_word.P
133 SOURCES = $(libpsiconv_la_SOURCES)
134 OBJECTS = $(libpsiconv_la_OBJECTS)
135
136 all: all-redirect
137 .SUFFIXES:
138 .SUFFIXES: .S .c .lo .o .obj .s
139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140 cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/psiconv/Makefile
141
142 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
143 cd $(top_builddir) \
144 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146 general.h: $(top_builddir)/config.status general.h.in
147 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 mostlyclean-libLTLIBRARIES:
150
151 clean-libLTLIBRARIES:
152 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
153
154 distclean-libLTLIBRARIES:
155
156 maintainer-clean-libLTLIBRARIES:
157
158 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
159 @$(NORMAL_INSTALL)
160 $(mkinstalldirs) $(DESTDIR)$(libdir)
161 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
162 if test -f $$p; then \
163 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
164 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
165 else :; fi; \
166 done
167
168 uninstall-libLTLIBRARIES:
169 @$(NORMAL_UNINSTALL)
170 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
171 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
172 done
173
174 # FIXME: We should only use cygpath when building on Windows,
175 # and only if it is available.
176 .c.obj:
177 $(COMPILE) -c `cygpath -w $<`
178
179 .s.o:
180 $(COMPILE) -c $<
181
182 .S.o:
183 $(COMPILE) -c $<
184
185 mostlyclean-compile:
186 -rm -f *.o core *.core
187 -rm -f *.$(OBJEXT)
188
189 clean-compile:
190
191 distclean-compile:
192 -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 .s.lo:
197 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
199 .S.lo:
200 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 mostlyclean-libtool:
203 -rm -f *.lo
204
205 clean-libtool:
206 -rm -rf .libs _libs
207
208 distclean-libtool:
209
210 maintainer-clean-libtool:
211
212 libpsiconv.la: $(libpsiconv_la_OBJECTS) $(libpsiconv_la_DEPENDENCIES)
213 $(LINK) -rpath $(libdir) $(libpsiconv_la_LDFLAGS) $(libpsiconv_la_OBJECTS) $(libpsiconv_la_LIBADD) $(LIBS)
214
215 install-psiconvincludeHEADERS: $(psiconvinclude_HEADERS)
216 @$(NORMAL_INSTALL)
217 $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir)
218 @list='$(psiconvinclude_HEADERS)'; for p in $$list; do \
219 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
220 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \
221 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p; \
222 done
223
224 uninstall-psiconvincludeHEADERS:
225 @$(NORMAL_UNINSTALL)
226 list='$(psiconvinclude_HEADERS)'; for p in $$list; do \
227 rm -f $(DESTDIR)$(psiconvincludedir)/$$p; \
228 done
229
230 tags: TAGS
231
232 ID: $(HEADERS) $(SOURCES) $(LISP)
233 list='$(SOURCES) $(HEADERS)'; \
234 unique=`for i in $$list; do echo $$i; done | \
235 awk ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 here=`pwd` && cd $(srcdir) \
238 && mkid -f$$here/ID $$unique $(LISP)
239
240 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
241 tags=; \
242 here=`pwd`; \
243 list='$(SOURCES) $(HEADERS)'; \
244 unique=`for i in $$list; do echo $$i; done | \
245 awk ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
248 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
249
250 mostlyclean-tags:
251
252 clean-tags:
253
254 distclean-tags:
255 -rm -f TAGS ID
256
257 maintainer-clean-tags:
258
259 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
260
261 subdir = lib/psiconv
262
263 distdir: $(DISTFILES)
264 here=`cd $(top_builddir) && pwd`; \
265 top_distdir=`cd $(top_distdir) && pwd`; \
266 distdir=`cd $(distdir) && pwd`; \
267 cd $(top_srcdir) \
268 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/psiconv/Makefile
269 @for file in $(DISTFILES); do \
270 d=$(srcdir); \
271 if test -d $$d/$$file; then \
272 cp -pr $$d/$$file $(distdir)/$$file; \
273 else \
274 test -f $(distdir)/$$file \
275 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276 || cp -p $$d/$$file $(distdir)/$$file || :; \
277 fi; \
278 done
279
280 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
281
282 -include $(DEP_FILES)
283
284 mostlyclean-depend:
285
286 clean-depend:
287
288 distclean-depend:
289 -rm -rf .deps
290
291 maintainer-clean-depend:
292
293 %.o: %.c
294 @echo '$(COMPILE) -c $<'; \
295 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
296 @-cp .deps/$(*F).pp .deps/$(*F).P; \
297 tr ' ' '\012' < .deps/$(*F).pp \
298 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
299 >> .deps/$(*F).P; \
300 rm .deps/$(*F).pp
301
302 %.lo: %.c
303 @echo '$(LTCOMPILE) -c $<'; \
304 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
305 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
306 < .deps/$(*F).pp > .deps/$(*F).P; \
307 tr ' ' '\012' < .deps/$(*F).pp \
308 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
309 >> .deps/$(*F).P; \
310 rm -f .deps/$(*F).pp
311 info-am:
312 info: info-am
313 dvi-am:
314 dvi: dvi-am
315 check-am: all-am
316 check: check-am
317 installcheck-am:
318 installcheck: installcheck-am
319 install-exec-am: install-libLTLIBRARIES
320 install-exec: install-exec-am
321
322 install-data-am: install-psiconvincludeHEADERS install-data-local
323 install-data: install-data-am
324
325 install-am: all-am
326 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
327 install: install-am
328 uninstall-am: uninstall-libLTLIBRARIES uninstall-psiconvincludeHEADERS
329 uninstall: uninstall-am
330 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
331 all-redirect: all-am
332 install-strip:
333 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
334 installdirs:
335 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(psiconvincludedir)
336
337
338 mostlyclean-generic:
339
340 clean-generic:
341
342 distclean-generic:
343 -rm -f Makefile $(CONFIG_CLEAN_FILES)
344 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
345
346 maintainer-clean-generic:
347 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
348 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
349 mostlyclean-generic
350
351 mostlyclean: mostlyclean-am
352
353 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
354 clean-depend clean-generic mostlyclean-am
355
356 clean: clean-am
357
358 distclean-am: distclean-libLTLIBRARIES distclean-compile \
359 distclean-libtool distclean-tags distclean-depend \
360 distclean-generic clean-am
361 -rm -f libtool
362
363 distclean: distclean-am
364
365 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
366 maintainer-clean-compile maintainer-clean-libtool \
367 maintainer-clean-tags maintainer-clean-depend \
368 maintainer-clean-generic distclean-am
369 @echo "This command is intended for maintainers to use;"
370 @echo "it deletes files that may require special tools to rebuild."
371
372 maintainer-clean: maintainer-clean-am
373
374 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
375 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
376 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
377 distclean-compile clean-compile maintainer-clean-compile \
378 mostlyclean-libtool distclean-libtool clean-libtool \
379 maintainer-clean-libtool uninstall-psiconvincludeHEADERS \
380 install-psiconvincludeHEADERS tags mostlyclean-tags distclean-tags \
381 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
382 distclean-depend clean-depend maintainer-clean-depend info-am info \
383 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
384 install-exec install-data-local install-data-am install-data install-am \
385 install uninstall-am uninstall all-redirect all-am all installdirs \
386 mostlyclean-generic distclean-generic clean-generic \
387 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
388
389
390 # There must be some automake-way to do this nicer, but for now it works.
391 install-data-local:
392 $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir)
393 p=general.h; \
394 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
395 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \
396 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p;
397
398 # Tell versions [3.59,3.63) of GNU make to not export all variables.
399 # Otherwise a system limit (for SysV at least) may be exceeded.
400 .NOEXPORT:

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