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

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