/[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 33 - (show annotations)
Tue Nov 30 00:26:55 1999 UTC (24 years, 4 months ago) by frodo
File size: 10923 byte(s)
(Frodo) Force commit to update timestamps of autoconf/automake generated files

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

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