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

Contents of /psiconv/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Jun 17 18:44:28 2001 UTC (22 years, 9 months ago) by frodo
File size: 11371 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 SUBDIRS = compat lib program formats extra docs
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = config.h
87 CONFIG_CLEAN_FILES =
88 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
89 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
90 config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
91 mkinstalldirs
92
93
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
96 TAR = tar
97 GZIP_ENV = --best
98 all: all-redirect
99 .SUFFIXES:
100 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
102
103 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
104 cd $(top_builddir) \
105 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
107 $(ACLOCAL_M4): configure.in
108 cd $(srcdir) && $(ACLOCAL)
109
110 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
111 $(SHELL) ./config.status --recheck
112 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
113 cd $(srcdir) && $(AUTOCONF)
114
115 config.h: stamp-h
116 @if test ! -f $@; then \
117 rm -f stamp-h; \
118 $(MAKE) stamp-h; \
119 else :; fi
120 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
121 cd $(top_builddir) \
122 && CONFIG_FILES= CONFIG_HEADERS=config.h \
123 $(SHELL) ./config.status
124 @echo timestamp > stamp-h 2> /dev/null
125 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
126 @if test ! -f $@; then \
127 rm -f $(srcdir)/stamp-h.in; \
128 $(MAKE) $(srcdir)/stamp-h.in; \
129 else :; fi
130 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
131 cd $(top_srcdir) && $(AUTOHEADER)
132 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
133
134 mostlyclean-hdr:
135
136 clean-hdr:
137
138 distclean-hdr:
139 -rm -f config.h
140
141 maintainer-clean-hdr:
142
143 # This directory's subdirectories are mostly independent; you can cd
144 # into them and run `make' without going through this Makefile.
145 # To change the values of `make' variables: instead of editing Makefiles,
146 # (1) if the variable is set in `config.status', edit `config.status'
147 # (which will cause the Makefiles to be regenerated when you run `make');
148 # (2) otherwise, pass the desired values on the `make' command line.
149
150 @SET_MAKE@
151
152 all-recursive install-data-recursive install-exec-recursive \
153 installdirs-recursive install-recursive uninstall-recursive \
154 check-recursive installcheck-recursive info-recursive dvi-recursive:
155 @set fnord $(MAKEFLAGS); amf=$$2; \
156 dot_seen=no; \
157 target=`echo $@ | sed s/-recursive//`; \
158 list='$(SUBDIRS)'; for subdir in $$list; do \
159 echo "Making $$target in $$subdir"; \
160 if test "$$subdir" = "."; then \
161 dot_seen=yes; \
162 local_target="$$target-am"; \
163 else \
164 local_target="$$target"; \
165 fi; \
166 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168 done; \
169 if test "$$dot_seen" = "no"; then \
170 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
171 fi; test -z "$$fail"
172
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175 @set fnord $(MAKEFLAGS); amf=$$2; \
176 dot_seen=no; \
177 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
178 rev="$$subdir $$rev"; \
179 test "$$subdir" = "." && dot_seen=yes; \
180 done; \
181 test "$$dot_seen" = "no" && rev=". $$rev"; \
182 target=`echo $@ | sed s/-recursive//`; \
183 for subdir in $$rev; do \
184 echo "Making $$target in $$subdir"; \
185 if test "$$subdir" = "."; then \
186 local_target="$$target-am"; \
187 else \
188 local_target="$$target"; \
189 fi; \
190 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192 done && test -z "$$fail"
193 tags-recursive:
194 list='$(SUBDIRS)'; for subdir in $$list; do \
195 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
196 done
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 list='$(SOURCES) $(HEADERS)'; \
202 unique=`for i in $$list; do echo $$i; done | \
203 awk ' { files[$$0] = 1; } \
204 END { for (i in files) print i; }'`; \
205 here=`pwd` && cd $(srcdir) \
206 && mkid -f$$here/ID $$unique $(LISP)
207
208 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
209 tags=; \
210 here=`pwd`; \
211 list='$(SUBDIRS)'; for subdir in $$list; do \
212 if test "$$subdir" = .; then :; else \
213 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
214 fi; \
215 done; \
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 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
221 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
222
223 mostlyclean-tags:
224
225 clean-tags:
226
227 distclean-tags:
228 -rm -f TAGS ID
229
230 maintainer-clean-tags:
231
232 distdir = $(PACKAGE)-$(VERSION)
233 top_distdir = $(distdir)
234
235 # This target untars the dist file and tries a VPATH configuration. Then
236 # it guarantees that the distribution is self-contained by making another
237 # tarfile.
238 distcheck: dist
239 -rm -rf $(distdir)
240 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
241 mkdir $(distdir)/=build
242 mkdir $(distdir)/=inst
243 dc_install_base=`cd $(distdir)/=inst && pwd`; \
244 cd $(distdir)/=build \
245 && ../configure --srcdir=.. --prefix=$$dc_install_base \
246 && $(MAKE) $(AM_MAKEFLAGS) \
247 && $(MAKE) $(AM_MAKEFLAGS) dvi \
248 && $(MAKE) $(AM_MAKEFLAGS) check \
249 && $(MAKE) $(AM_MAKEFLAGS) install \
250 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
251 && $(MAKE) $(AM_MAKEFLAGS) dist
252 -rm -rf $(distdir)
253 @banner="$(distdir).tar.gz is ready for distribution"; \
254 dashes=`echo "$$banner" | sed s/./=/g`; \
255 echo "$$dashes"; \
256 echo "$$banner"; \
257 echo "$$dashes"
258 dist: distdir
259 -chmod -R a+r $(distdir)
260 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
261 -rm -rf $(distdir)
262 dist-all: distdir
263 -chmod -R a+r $(distdir)
264 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
265 -rm -rf $(distdir)
266 distdir: $(DISTFILES)
267 -rm -rf $(distdir)
268 mkdir $(distdir)
269 -chmod 777 $(distdir)
270 here=`cd $(top_builddir) && pwd`; \
271 top_distdir=`cd $(distdir) && pwd`; \
272 distdir=`cd $(distdir) && pwd`; \
273 cd $(top_srcdir) \
274 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
275 @for file in $(DISTFILES); do \
276 d=$(srcdir); \
277 if test -d $$d/$$file; then \
278 cp -pr $$d/$$file $(distdir)/$$file; \
279 else \
280 test -f $(distdir)/$$file \
281 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
282 || cp -p $$d/$$file $(distdir)/$$file || :; \
283 fi; \
284 done
285 for subdir in $(SUBDIRS); do \
286 if test "$$subdir" = .; then :; else \
287 test -d $(distdir)/$$subdir \
288 || mkdir $(distdir)/$$subdir \
289 || exit 1; \
290 chmod 777 $(distdir)/$$subdir; \
291 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
292 || exit 1; \
293 fi; \
294 done
295 info-am:
296 info: info-recursive
297 dvi-am:
298 dvi: dvi-recursive
299 check-am: all-am
300 check: check-recursive
301 installcheck-am:
302 installcheck: installcheck-recursive
303 all-recursive-am: config.h
304 $(MAKE) $(AM_MAKEFLAGS) all-recursive
305
306 install-exec-am:
307 install-exec: install-exec-recursive
308
309 install-data-am:
310 install-data: install-data-recursive
311
312 install-am: all-am
313 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
314 install: install-recursive
315 uninstall-am:
316 uninstall: uninstall-recursive
317 all-am: Makefile config.h
318 all-redirect: all-recursive-am
319 install-strip:
320 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
321 installdirs: installdirs-recursive
322 installdirs-am:
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-hdr mostlyclean-tags mostlyclean-generic
335
336 mostlyclean: mostlyclean-recursive
337
338 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
339
340 clean: clean-recursive
341
342 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
343 -rm -f libtool
344
345 distclean: distclean-recursive
346 -rm -f config.status
347
348 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
349 maintainer-clean-generic distclean-am
350 @echo "This command is intended for maintainers to use;"
351 @echo "it deletes files that may require special tools to rebuild."
352
353 maintainer-clean: maintainer-clean-recursive
354 -rm -f config.status
355
356 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
357 install-data-recursive uninstall-data-recursive install-exec-recursive \
358 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
359 all-recursive check-recursive installcheck-recursive info-recursive \
360 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
361 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
362 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
363 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
364 install-exec-am install-exec install-data-am install-data install-am \
365 install uninstall-am uninstall all-redirect all-am all installdirs-am \
366 installdirs mostlyclean-generic distclean-generic clean-generic \
367 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
368
369
370 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371 # Otherwise a system limit (for SysV at least) may be exceeded.
372 .NOEXPORT:

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