/[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 10 - (hide annotations)
Mon Oct 11 15:06:57 1999 UTC (24 years, 5 months ago) by frodo
File size: 11030 byte(s)
(Frodo) First stap at image parsing. Won't compile yet - too bad

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

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