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

Annotation of /psiconv/trunk/lib/psiconv/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (hide annotations)
Fri Jul 14 20:44:40 2000 UTC (23 years, 8 months ago) by frodo
File size: 10903 byte(s)
(Frodo) First stab at ImageMagick 5 support. Still problems with listing
        all filetypes, though.

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

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