/[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 19 - (hide annotations)
Wed Oct 27 14:29:40 1999 UTC (24 years, 5 months ago) by frodo
File size: 9580 byte(s)
(Frodo) Added configuration options for more warnings

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

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