/[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 36 - (hide annotations)
Thu Dec 2 18:05:36 1999 UTC (24 years, 4 months ago) by frodo
File size: 9632 byte(s)
(Frodo) Release 0.6.0. Several minor things found when compiling.

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

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