/[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 71 - (show annotations)
Fri Dec 22 22:31:50 2000 UTC (23 years, 3 months ago) by frodo
File size: 11470 byte(s)
(Frodo) First generate routines! Reshuffled a few things to make it all work out

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

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