/[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 57 - (show annotations)
Sun Dec 10 16:13:24 2000 UTC (23 years, 3 months ago) by frodo
File size: 11316 byte(s)
(Frodo) general.h is now installed

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

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