/[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 73 - (show annotations)
Sun Dec 24 16:03:57 2000 UTC (23 years, 3 months ago) by frodo
File size: 11797 byte(s)
(Frodo) We should now have enough to generate TextEd sections!

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

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