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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (hide annotations)
Wed Oct 13 16:08:59 1999 UTC (24 years, 5 months ago) by frodo
File size: 9491 byte(s)
(Frodo) Added ImageMagick detection and configuration. No code to use it yet.

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

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