/[public]/psiconv/trunk/program/psiconv/Makefile.in
ViewVC logotype

Contents of /psiconv/trunk/program/psiconv/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Jun 17 18:44:28 2001 UTC (22 years, 10 months ago) by frodo
File size: 10164 byte(s)
(Frodo) Update to libtool-1.4, autoconf-2.50

1 # Makefile.in generated automatically by automake 1.4-p4 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 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 IMAGEMAGICK = @IMAGEMAGICK@
68 INT_16_BIT = @INT_16_BIT@
69 INT_32_BIT = @INT_32_BIT@
70 INT_8_BIT = @INT_8_BIT@
71 LIBTOOL = @LIBTOOL@
72 LIB_MAGICK = @LIB_MAGICK@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 OBJDUMP = @OBJDUMP@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 STRIP = @STRIP@
80 VERSION = @VERSION@
81 cflags_set = @cflags_set@
82
83 INCLUDES = -I../.. -I../../lib -I../../compat
84
85 bin_PROGRAMS = psiconv
86 psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c gen_latex.c magick-aux.c
87
88 psiconv_LDADD = ../../lib/psiconv/libpsiconv.la @LIB_MAGICK@
89 psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h
90
91 EXTRA_DIST = gen.h psiconv.h magick-aux.h
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_HEADER = ../../config.h
94 CONFIG_CLEAN_FILES =
95 bin_PROGRAMS = psiconv$(EXEEXT)
96 PROGRAMS = $(bin_PROGRAMS)
97
98
99 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
100 CPPFLAGS = @CPPFLAGS@
101 LDFLAGS = @LDFLAGS@
102 LIBS = @LIBS@
103 psiconv_OBJECTS = psiconv.$(OBJEXT) gen_html.$(OBJEXT) \
104 gen_html4.$(OBJEXT) gen_txt.$(OBJEXT) gen_rtf.$(OBJEXT) \
105 gen_image.$(OBJEXT) gen_latex.$(OBJEXT) magick-aux.$(OBJEXT)
106 psiconv_DEPENDENCIES = ../../lib/psiconv/libpsiconv.la
107 psiconv_LDFLAGS =
108 CFLAGS = @CFLAGS@
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON = Makefile.am Makefile.in
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 TAR = tar
119 GZIP_ENV = --best
120 DEP_FILES = .deps/gen_html.P .deps/gen_html4.P .deps/gen_image.P \
121 .deps/gen_latex.P .deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P \
122 .deps/psiconv.P
123 SOURCES = $(psiconv_SOURCES)
124 OBJECTS = $(psiconv_OBJECTS)
125
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .lo .o .obj .s
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
130 cd $(top_srcdir) && $(AUTOMAKE) --gnu program/psiconv/Makefile
131
132 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
133 cd $(top_builddir) \
134 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136
137 mostlyclean-binPROGRAMS:
138
139 clean-binPROGRAMS:
140 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
141
142 distclean-binPROGRAMS:
143
144 maintainer-clean-binPROGRAMS:
145
146 install-binPROGRAMS: $(bin_PROGRAMS)
147 @$(NORMAL_INSTALL)
148 $(mkinstalldirs) $(DESTDIR)$(bindir)
149 @list='$(bin_PROGRAMS)'; for p in $$list; do \
150 if test -f $$p; then \
151 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
152 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153 else :; fi; \
154 done
155
156 uninstall-binPROGRAMS:
157 @$(NORMAL_UNINSTALL)
158 list='$(bin_PROGRAMS)'; for p in $$list; do \
159 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160 done
161
162 # FIXME: We should only use cygpath when building on Windows,
163 # and only if it is available.
164 .c.obj:
165 $(COMPILE) -c `cygpath -w $<`
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 -rm -f *.$(OBJEXT)
176
177 clean-compile:
178
179 distclean-compile:
180 -rm -f *.tab.c
181
182 maintainer-clean-compile:
183
184 .s.lo:
185 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
186
187 .S.lo:
188 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
189
190 mostlyclean-libtool:
191 -rm -f *.lo
192
193 clean-libtool:
194 -rm -rf .libs _libs
195
196 distclean-libtool:
197
198 maintainer-clean-libtool:
199
200 psiconv$(EXEEXT): $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES)
201 @rm -f psiconv$(EXEEXT)
202 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS)
203
204 tags: TAGS
205
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 here=`pwd` && cd $(srcdir) \
212 && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
215 tags=; \
216 here=`pwd`; \
217 list='$(SOURCES) $(HEADERS)'; \
218 unique=`for i in $$list; do echo $$i; done | \
219 awk ' { files[$$0] = 1; } \
220 END { for (i in files) print i; }'`; \
221 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
223
224 mostlyclean-tags:
225
226 clean-tags:
227
228 distclean-tags:
229 -rm -f TAGS ID
230
231 maintainer-clean-tags:
232
233 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
234
235 subdir = program/psiconv
236
237 distdir: $(DISTFILES)
238 here=`cd $(top_builddir) && pwd`; \
239 top_distdir=`cd $(top_distdir) && pwd`; \
240 distdir=`cd $(distdir) && pwd`; \
241 cd $(top_srcdir) \
242 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu program/psiconv/Makefile
243 @for file in $(DISTFILES); do \
244 d=$(srcdir); \
245 if test -d $$d/$$file; then \
246 cp -pr $$d/$$file $(distdir)/$$file; \
247 else \
248 test -f $(distdir)/$$file \
249 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
250 || cp -p $$d/$$file $(distdir)/$$file || :; \
251 fi; \
252 done
253
254 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
255
256 -include $(DEP_FILES)
257
258 mostlyclean-depend:
259
260 clean-depend:
261
262 distclean-depend:
263 -rm -rf .deps
264
265 maintainer-clean-depend:
266
267 %.o: %.c
268 @echo '$(COMPILE) -c $<'; \
269 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
270 @-cp .deps/$(*F).pp .deps/$(*F).P; \
271 tr ' ' '\012' < .deps/$(*F).pp \
272 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
273 >> .deps/$(*F).P; \
274 rm .deps/$(*F).pp
275
276 %.lo: %.c
277 @echo '$(LTCOMPILE) -c $<'; \
278 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
279 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
280 < .deps/$(*F).pp > .deps/$(*F).P; \
281 tr ' ' '\012' < .deps/$(*F).pp \
282 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
283 >> .deps/$(*F).P; \
284 rm -f .deps/$(*F).pp
285 info-am:
286 info: info-am
287 dvi-am:
288 dvi: dvi-am
289 check-am: all-am
290 check: check-am
291 installcheck-am:
292 installcheck: installcheck-am
293 install-exec-am: install-binPROGRAMS
294 install-exec: install-exec-am
295
296 install-data-am:
297 install-data: install-data-am
298
299 install-am: all-am
300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
301 install: install-am
302 uninstall-am: uninstall-binPROGRAMS
303 uninstall: uninstall-am
304 all-am: Makefile $(PROGRAMS)
305 all-redirect: all-am
306 install-strip:
307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
308 installdirs:
309 $(mkinstalldirs) $(DESTDIR)$(bindir)
310
311
312 mostlyclean-generic:
313
314 clean-generic:
315
316 distclean-generic:
317 -rm -f Makefile $(CONFIG_CLEAN_FILES)
318 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319
320 maintainer-clean-generic:
321 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
322 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
323 mostlyclean-generic
324
325 mostlyclean: mostlyclean-am
326
327 clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
328 clean-depend clean-generic mostlyclean-am
329
330 clean: clean-am
331
332 distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
333 distclean-tags distclean-depend distclean-generic \
334 clean-am
335 -rm -f libtool
336
337 distclean: distclean-am
338
339 maintainer-clean-am: maintainer-clean-binPROGRAMS \
340 maintainer-clean-compile maintainer-clean-libtool \
341 maintainer-clean-tags maintainer-clean-depend \
342 maintainer-clean-generic distclean-am
343 @echo "This command is intended for maintainers to use;"
344 @echo "it deletes files that may require special tools to rebuild."
345
346 maintainer-clean: maintainer-clean-am
347
348 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
349 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
350 mostlyclean-compile distclean-compile clean-compile \
351 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
352 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
353 distclean-tags clean-tags maintainer-clean-tags distdir \
354 mostlyclean-depend distclean-depend clean-depend \
355 maintainer-clean-depend info-am info dvi-am dvi check check-am \
356 installcheck-am installcheck install-exec-am install-exec \
357 install-data-am install-data install-am install uninstall-am uninstall \
358 all-redirect all-am all installdirs mostlyclean-generic \
359 distclean-generic clean-generic maintainer-clean-generic clean \
360 mostlyclean distclean maintainer-clean
361
362
363 # Tell versions [3.59,3.63) of GNU make to not export all variables.
364 # Otherwise a system limit (for SysV at least) may be exceeded.
365 .NOEXPORT:

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