OSDN Git Service

2002-03-15 Eric Blake <ebb9@email.byu.edu>
[pf3gnuchains/gcc-fork.git] / libjava / libltdl / Makefile.in
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 CXX = @CXX@
65 CXXCPP = @CXXCPP@
66 DLLTOOL = @DLLTOOL@
67 EXEEXT = @EXEEXT@
68 GCINCS = @GCINCS@
69 GCJ = @GCJ@
70 GCJFLAGS = @GCJFLAGS@
71 LIBADD_DL = @LIBADD_DL@
72 LIBTOOL = @LIBTOOL@
73 LIBTOOL_DEPS = @LIBTOOL_DEPS@
74 LN_S = @LN_S@
75 MAINT = @MAINT@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 STRIP = @STRIP@
82 VERSION = @VERSION@
83 mkinstalldirs = @mkinstalldirs@
84
85 AUTOMAKE_OPTIONS = no-dependencies foreign
86
87 INCLUDES = $(GCINCS)
88
89 @INSTALL_LTDL_TRUE@include_HEADERS = \
90 @INSTALL_LTDL_TRUE@ltdl.h
91 @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = \
92 @INSTALL_LTDL_TRUE@libltdl.la
93 @INSTALL_LTDL_FALSE@noinst_HEADERS = \
94 @INSTALL_LTDL_FALSE@ltdl.h
95
96 @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = \
97 @CONVENIENCE_LTDL_TRUE@libltdlc.la
98
99 libltdl_la_SOURCES = ltdl.c
100 libltdl_la_LDFLAGS = -no-undefined -version-info 2:0:2
101 libltdl_la_LIBADD = $(LIBADD_DL)
102
103 libltdlc_la_SOURCES = ltdl.c
104 libltdlc_la_LIBADD = $(LIBADD_DL)
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 CONFIG_HEADER = config.h
107 CONFIG_CLEAN_FILES = 
108 LTLIBRARIES =  $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
109
110
111 DEFS = @DEFS@ -I. -I$(srcdir) -I.
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 libltdl_la_DEPENDENCIES = 
116 libltdl_la_OBJECTS =  ltdl.lo
117 libltdlc_la_LDFLAGS = 
118 libltdlc_la_DEPENDENCIES = 
119 libltdlc_la_OBJECTS =  ltdl.lo
120 CFLAGS = @CFLAGS@
121 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 CCLD = $(CC)
124 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
126
127 DIST_COMMON =  README ./stamp-h.in COPYING.LIB ChangeLog Makefile.am \
128 Makefile.in acconfig.h acinclude.m4 aclocal.m4 config.h.in configure \
129 configure.in
130
131
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134 TAR = tar
135 GZIP_ENV = --best
136 SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
137 OBJECTS = $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS)
138
139 all: all-redirect
140 .SUFFIXES:
141 .SUFFIXES: .S .c .lo .o .obj .s
142 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
144
145 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
146         cd $(top_builddir) \
147           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
149 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
150         cd $(srcdir) && $(ACLOCAL)
151
152 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
153         $(SHELL) ./config.status --recheck
154 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
155         cd $(srcdir) && $(AUTOCONF)
156
157 config.h: stamp-h
158         @if test ! -f $@; then \
159                 rm -f stamp-h; \
160                 $(MAKE) stamp-h; \
161         else :; fi
162 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
163         cd $(top_builddir) \
164           && CONFIG_FILES= CONFIG_HEADERS=config.h \
165              $(SHELL) ./config.status
166         @echo timestamp > stamp-h 2> /dev/null
167 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
168         @if test ! -f $@; then \
169                 rm -f $(srcdir)/stamp-h.in; \
170                 $(MAKE) $(srcdir)/stamp-h.in; \
171         else :; fi
172 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
173         cd $(top_srcdir) && $(AUTOHEADER)
174         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
175
176 mostlyclean-hdr:
177
178 clean-hdr:
179
180 distclean-hdr:
181         -rm -f config.h
182
183 maintainer-clean-hdr:
184
185 mostlyclean-libLTLIBRARIES:
186
187 clean-libLTLIBRARIES:
188         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
189
190 distclean-libLTLIBRARIES:
191
192 maintainer-clean-libLTLIBRARIES:
193
194 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
195         @$(NORMAL_INSTALL)
196         $(mkinstalldirs) $(DESTDIR)$(libdir)
197         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
198           if test -f $$p; then \
199             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
200             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
201           else :; fi; \
202         done
203
204 uninstall-libLTLIBRARIES:
205         @$(NORMAL_UNINSTALL)
206         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
207           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
208         done
209
210 mostlyclean-noinstLTLIBRARIES:
211
212 clean-noinstLTLIBRARIES:
213         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
214
215 distclean-noinstLTLIBRARIES:
216
217 maintainer-clean-noinstLTLIBRARIES:
218
219 .c.o:
220         $(COMPILE) -c $<
221
222 # FIXME: We should only use cygpath when building on Windows,
223 # and only if it is available.
224 .c.obj:
225         $(COMPILE) -c `cygpath -w $<`
226
227 .s.o:
228         $(COMPILE) -c $<
229
230 .S.o:
231         $(COMPILE) -c $<
232
233 mostlyclean-compile:
234         -rm -f *.o core *.core
235         -rm -f *.$(OBJEXT)
236
237 clean-compile:
238
239 distclean-compile:
240         -rm -f *.tab.c
241
242 maintainer-clean-compile:
243
244 .c.lo:
245         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
246
247 .s.lo:
248         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
249
250 .S.lo:
251         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
252
253 mostlyclean-libtool:
254         -rm -f *.lo
255
256 clean-libtool:
257         -rm -rf .libs _libs
258
259 distclean-libtool:
260
261 maintainer-clean-libtool:
262
263 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
264         $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
265
266 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
267         $(LINK)  $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
268
269 install-includeHEADERS: $(include_HEADERS)
270         @$(NORMAL_INSTALL)
271         $(mkinstalldirs) $(DESTDIR)$(includedir)
272         @list='$(include_HEADERS)'; for p in $$list; do \
273           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
274           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
275           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
276         done
277
278 uninstall-includeHEADERS:
279         @$(NORMAL_UNINSTALL)
280         list='$(include_HEADERS)'; for p in $$list; do \
281           rm -f $(DESTDIR)$(includedir)/$$p; \
282         done
283
284 tags: TAGS
285
286 ID: $(HEADERS) $(SOURCES) $(LISP)
287         list='$(SOURCES) $(HEADERS)'; \
288         unique=`for i in $$list; do echo $$i; done | \
289           awk '    { files[$$0] = 1; } \
290                END { for (i in files) print i; }'`; \
291         here=`pwd` && cd $(srcdir) \
292           && mkid -f$$here/ID $$unique $(LISP)
293
294 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
295         tags=; \
296         here=`pwd`; \
297         list='$(SOURCES) $(HEADERS)'; \
298         unique=`for i in $$list; do echo $$i; done | \
299           awk '    { files[$$0] = 1; } \
300                END { for (i in files) print i; }'`; \
301         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
302           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
303
304 mostlyclean-tags:
305
306 clean-tags:
307
308 distclean-tags:
309         -rm -f TAGS ID
310
311 maintainer-clean-tags:
312
313 distdir = $(PACKAGE)-$(VERSION)
314 top_distdir = $(distdir)
315
316 # This target untars the dist file and tries a VPATH configuration.  Then
317 # it guarantees that the distribution is self-contained by making another
318 # tarfile.
319 distcheck: dist
320         -rm -rf $(distdir)
321         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
322         mkdir $(distdir)/=build
323         mkdir $(distdir)/=inst
324         dc_install_base=`cd $(distdir)/=inst && pwd`; \
325         cd $(distdir)/=build \
326           && ../configure --srcdir=.. --prefix=$$dc_install_base \
327           && $(MAKE) $(AM_MAKEFLAGS) \
328           && $(MAKE) $(AM_MAKEFLAGS) dvi \
329           && $(MAKE) $(AM_MAKEFLAGS) check \
330           && $(MAKE) $(AM_MAKEFLAGS) install \
331           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
332           && $(MAKE) $(AM_MAKEFLAGS) dist
333         -rm -rf $(distdir)
334         @banner="$(distdir).tar.gz is ready for distribution"; \
335         dashes=`echo "$$banner" | sed s/./=/g`; \
336         echo "$$dashes"; \
337         echo "$$banner"; \
338         echo "$$dashes"
339 dist: distdir
340         -chmod -R a+r $(distdir)
341         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
342         -rm -rf $(distdir)
343 dist-all: distdir
344         -chmod -R a+r $(distdir)
345         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
346         -rm -rf $(distdir)
347 distdir: $(DISTFILES)
348         -rm -rf $(distdir)
349         mkdir $(distdir)
350         -chmod 777 $(distdir)
351         @for file in $(DISTFILES); do \
352           d=$(srcdir); \
353           if test -d $$d/$$file; then \
354             cp -pr $$/$$file $(distdir)/$$file; \
355           else \
356             test -f $(distdir)/$$file \
357             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
358             || cp -p $$d/$$file $(distdir)/$$file || :; \
359           fi; \
360         done
361 info-am:
362 info: info-am
363 dvi-am:
364 dvi: dvi-am
365 check-am: all-am
366 check: check-am
367 installcheck-am:
368 installcheck: installcheck-am
369 all-recursive-am: config.h
370         $(MAKE) $(AM_MAKEFLAGS) all-recursive
371
372 install-exec-am: install-libLTLIBRARIES
373 install-exec: install-exec-am
374
375 install-data-am: install-includeHEADERS
376 install-data: install-data-am
377
378 install-am: all-am
379         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
380 install: install-am
381 uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
382 uninstall: uninstall-am
383 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
384 all-redirect: all-am
385 install-strip:
386         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
387 installdirs:
388         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
389
390
391 mostlyclean-generic:
392
393 clean-generic:
394
395 distclean-generic:
396         -rm -f Makefile $(CONFIG_CLEAN_FILES)
397         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
398
399 maintainer-clean-generic:
400 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
401                 mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
402                 mostlyclean-libtool mostlyclean-tags \
403                 mostlyclean-generic
404
405 mostlyclean: mostlyclean-am
406
407 clean-am:  clean-hdr clean-libLTLIBRARIES clean-noinstLTLIBRARIES \
408                 clean-compile clean-libtool clean-tags clean-generic \
409                 mostlyclean-am
410
411 clean: clean-am
412
413 distclean-am:  distclean-hdr distclean-libLTLIBRARIES \
414                 distclean-noinstLTLIBRARIES distclean-compile \
415                 distclean-libtool distclean-tags distclean-generic \
416                 clean-am
417         -rm -f libtool
418
419 distclean: distclean-am
420         -rm -f config.status
421
422 maintainer-clean-am:  maintainer-clean-hdr \
423                 maintainer-clean-libLTLIBRARIES \
424                 maintainer-clean-noinstLTLIBRARIES \
425                 maintainer-clean-compile maintainer-clean-libtool \
426                 maintainer-clean-tags maintainer-clean-generic \
427                 distclean-am
428         @echo "This command is intended for maintainers to use;"
429         @echo "it deletes files that may require special tools to rebuild."
430
431 maintainer-clean: maintainer-clean-am
432         -rm -f config.status
433
434 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
435 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
436 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
437 uninstall-libLTLIBRARIES install-libLTLIBRARIES \
438 mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
439 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
440 mostlyclean-compile distclean-compile clean-compile \
441 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
442 clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
443 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
444 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
445 installcheck-am installcheck all-recursive-am install-exec-am \
446 install-exec install-data-am install-data install-am install \
447 uninstall-am uninstall all-redirect all-am all installdirs \
448 mostlyclean-generic distclean-generic clean-generic \
449 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
450
451
452 ltdl.lo: ltdl.h config.h
453
454 $(OBJECTS): libtool
455 libtool: $(LIBTOOL_DEPS)
456         $(SHELL) ./config.status --recheck
457
458 local-install-files: $(DISTFILES)
459         -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
460         $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
461         @for file in $(DISTFILES); do \
462           d=$(srcdir); \
463           if test -d $$d/$$file; then \
464             cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
465           else \
466             test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
467             || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
468           fi; \
469         done
470
471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
472 # Otherwise a system limit (for SysV at least) may be exceeded.
473 .NOEXPORT: