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

Contents of /psiconv/trunk/lib/psiconv/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (show annotations)
Mon Dec 25 00:26:53 2000 UTC (23 years, 3 months ago) by frodo
File size: 11944 byte(s)
(Frodo) Added word-specific generation routines

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

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