/[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 75 - (show annotations)
Sun Dec 24 17:26:24 2000 UTC (23 years, 3 months ago) by frodo
File size: 11863 byte(s)
(Frodo) Several things:

 * Added the extra directory to the build process, added a README.
 * Made checkuid compile cleanly
 * Added rewrite utility

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

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