/[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 14 - (hide annotations)
Mon Oct 11 19:17:17 1999 UTC (24 years, 5 months ago) by frodo
File size: 9452 byte(s)
(Frodo) Moved generation stuff out of the library into psiconv

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

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