/[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 98 - (show annotations)
Mon Jan 29 21:57:05 2001 UTC (23 years, 2 months ago) by frodo
File size: 12156 byte(s)
(Frodo) Base formula work

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

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