Install msysDTK-1.0.1
[msysgit.git] / share / libtool / libltdl / Makefile.in
blob4e33b89086b698509c532fd1c24955423e7302ba
1 # Makefile.in generated by automake 1.6.1 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = @program_transform_name@
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
64 EXEEXT = @EXEEXT@
65 OBJEXT = @OBJEXT@
66 PATH_SEPARATOR = @PATH_SEPARATOR@
67 AMTAR = @AMTAR@
68 AS = @AS@
69 AWK = @AWK@
70 CC = @CC@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 DEPDIR = @DEPDIR@
74 DLLTOOL = @DLLTOOL@
75 ECHO = @ECHO@
76 EGREP = @EGREP@
77 F77 = @F77@
78 GCJ = @GCJ@
79 GCJFLAGS = @GCJFLAGS@
80 INCLTDL = @INCLTDL@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 LIBADD_DL = @LIBADD_DL@
83 LIBLTDL = @LIBLTDL@
84 LIBTOOL = @LIBTOOL@
85 LIBTOOL_DEPS = @LIBTOOL_DEPS@
86 LN_S = @LN_S@
87 OBJDUMP = @OBJDUMP@
88 PACKAGE = @PACKAGE@
89 RANLIB = @RANLIB@
90 RC = @RC@
91 STRIP = @STRIP@
92 VERSION = @VERSION@
93 am__include = @am__include@
94 am__quote = @am__quote@
95 install_sh = @install_sh@
97 AUTOMAKE_OPTIONS = no-dependencies foreign
99 @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
100 @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
101 @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
103 @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
105 CLEANFILES = libltdl.la libltdlc.la
107 libltdl_la_SOURCES = ltdl.c
108 libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
109 libltdl_la_LIBADD = $(LIBADD_DL)
111 libltdlc_la_SOURCES = ltdl.c
112 libltdlc_la_LIBADD = $(LIBADD_DL)
113 subdir = .
114 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
116 CONFIG_HEADER = config.h
117 CONFIG_CLEAN_FILES =
118 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
120 libltdl_la_DEPENDENCIES =
121 am_libltdl_la_OBJECTS = ltdl.lo
122 libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
123 libltdlc_la_LDFLAGS =
124 libltdlc_la_DEPENDENCIES =
125 am_libltdlc_la_OBJECTS = ltdl.lo
126 libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
128 DEFS = @DEFS@
129 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
130 CPPFLAGS = @CPPFLAGS@
131 LDFLAGS = @LDFLAGS@
132 LIBS = @LIBS@
133 depcomp =
134 am__depfiles_maybe =
135 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
138 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139 CCLD = $(CC)
140 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141 $(AM_LDFLAGS) $(LDFLAGS) -o $@
142 CFLAGS = @CFLAGS@
143 DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
144 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
146 DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \
147 ../config.guess ../config.sub ../install-sh ../ltmain.sh \
148 ../missing ../mkinstalldirs COPYING.LIB Makefile.am Makefile.in \
149 acinclude.m4 aclocal.m4 config-h.in configure configure.ac
150 SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
152 all: config.h
153 $(MAKE) $(AM_MAKEFLAGS) all-am
155 .SUFFIXES:
156 .SUFFIXES: .c .lo .o .obj
157 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
158 cd $(top_srcdir) && \
159 $(AUTOMAKE) --foreign Makefile
160 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
163 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
164 $(SHELL) ./config.status --recheck
165 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
166 cd $(srcdir) && $(AUTOCONF)
168 $(ACLOCAL_M4): configure.ac acinclude.m4
169 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
171 config.h: stamp-h1
172 @if test ! -f $@; then \
173 rm -f stamp-h1; \
174 $(MAKE) stamp-h1; \
175 else :; fi
177 stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status
178 @rm -f stamp-h1
179 cd $(top_builddir) && $(SHELL) ./config.status config.h
181 $(srcdir)/config-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
182 cd $(top_srcdir) && $(AUTOHEADER)
183 touch $(srcdir)/config-h.in
185 distclean-hdr:
186 -rm -f config.h
187 libLTLIBRARIES_INSTALL = $(INSTALL)
188 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
189 @$(NORMAL_INSTALL)
190 $(mkinstalldirs) $(DESTDIR)$(libdir)
191 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
192 if test -f $$p; then \
193 f="`echo $$p | sed -e 's|^.*/||'`"; \
194 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
195 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
196 else :; fi; \
197 done
199 uninstall-libLTLIBRARIES:
200 @$(NORMAL_UNINSTALL)
201 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
202 p="`echo $$p | sed -e 's|^.*/||'`"; \
203 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
204 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
205 done
207 clean-libLTLIBRARIES:
208 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
210 clean-noinstLTLIBRARIES:
211 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
212 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
213 $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
214 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
215 $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
217 mostlyclean-compile:
218 -rm -f *.$(OBJEXT) core *.core
220 distclean-compile:
221 -rm -f *.tab.c
223 .c.o:
224 $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
226 .c.obj:
227 $(COMPILE) -c `cygpath -w $<`
229 .c.lo:
230 $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
232 mostlyclean-libtool:
233 -rm -f *.lo
235 clean-libtool:
236 -rm -rf .libs _libs
238 distclean-libtool:
239 -rm -f libtool
240 uninstall-info-am:
241 includeHEADERS_INSTALL = $(INSTALL_HEADER)
242 install-includeHEADERS: $(include_HEADERS)
243 @$(NORMAL_INSTALL)
244 $(mkinstalldirs) $(DESTDIR)$(includedir)
245 @list='$(include_HEADERS)'; for p in $$list; do \
246 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
247 f="`echo $$p | sed -e 's|^.*/||'`"; \
248 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
249 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
250 done
252 uninstall-includeHEADERS:
253 @$(NORMAL_UNINSTALL)
254 @list='$(include_HEADERS)'; for p in $$list; do \
255 f="`echo $$p | sed -e 's|^.*/||'`"; \
256 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
257 rm -f $(DESTDIR)$(includedir)/$$f; \
258 done
260 ETAGS = etags
261 ETAGSFLAGS =
263 tags: TAGS
265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) ' { files[$$0] = 1; } \
271 END { for (i in files) print i; }'`; \
272 mkid -fID $$unique
274 TAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
275 $(TAGS_FILES) $(LISP)
276 tags=; \
277 here=`pwd`; \
278 list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
279 unique=`for i in $$list; do \
280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281 done | \
282 $(AWK) ' { files[$$0] = 1; } \
283 END { for (i in files) print i; }'`; \
284 test -z "$(ETAGS_ARGS)$$tags$$unique" \
285 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
286 $$tags $$unique
288 GTAGS:
289 here=`$(am__cd) $(top_builddir) && pwd` \
290 && cd $(top_srcdir) \
291 && gtags -i $(GTAGS_ARGS) $$here
293 distclean-tags:
294 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
295 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
297 top_distdir = .
298 distdir = $(PACKAGE)-$(VERSION)
300 am__remove_distdir = \
301 { test ! -d $(distdir) \
302 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
303 && rm -fr $(distdir); }; }
305 GZIP_ENV = --best
306 distcleancheck_listfiles = find . -type f -print
308 distdir: $(DISTFILES)
309 $(am__remove_distdir)
310 mkdir $(distdir)
311 $(mkinstalldirs) $(distdir)/..
312 @for file in $(DISTFILES); do \
313 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
314 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
315 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
316 dir="/$$dir"; \
317 $(mkinstalldirs) "$(distdir)$$dir"; \
318 else \
319 dir=''; \
320 fi; \
321 if test -d $$d/$$file; then \
322 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
324 fi; \
325 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
326 else \
327 test -f $(distdir)/$$file \
328 || cp -p $$d/$$file $(distdir)/$$file \
329 || exit 1; \
330 fi; \
331 done
332 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
333 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
334 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
335 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
336 || chmod -R a+r $(distdir)
337 dist-gzip: distdir
338 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
339 $(am__remove_distdir)
341 dist dist-all: distdir
342 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
343 $(am__remove_distdir)
345 # This target untars the dist file and tries a VPATH configuration. Then
346 # it guarantees that the distribution is self-contained by making another
347 # tarfile.
348 distcheck: dist
349 $(am__remove_distdir)
350 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
351 chmod -R a-w $(distdir); chmod a+w $(distdir)
352 mkdir $(distdir)/=build
353 mkdir $(distdir)/=inst
354 chmod a-w $(distdir)
355 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
356 && cd $(distdir)/=build \
357 && ../configure --srcdir=.. --prefix=$$dc_install_base \
358 $(DISTCHECK_CONFIGURE_FLAGS) \
359 && $(MAKE) $(AM_MAKEFLAGS) \
360 && $(MAKE) $(AM_MAKEFLAGS) dvi \
361 && $(MAKE) $(AM_MAKEFLAGS) check \
362 && $(MAKE) $(AM_MAKEFLAGS) install \
363 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
364 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
365 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
366 || { echo "ERROR: files left after uninstall:" ; \
367 find $$dc_install_base -type f -print ; \
368 exit 1; } >&2 ) \
369 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
370 && rm -f $(distdir).tar.gz \
371 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
372 $(am__remove_distdir)
373 @echo "$(distdir).tar.gz is ready for distribution" | \
374 sed 'h;s/./=/g;p;x;p;x'
375 distcleancheck: distclean
376 if test '$(srcdir)' = . ; then \
377 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
378 exit 1 ; \
380 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
381 || { echo "ERROR: files left after distclean:" ; \
382 $(distcleancheck_listfiles) ; \
383 exit 1; } >&2
384 check-am: all-am
385 check: check-am
386 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
388 installdirs:
389 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
391 install: install-am
392 install-exec: install-exec-am
393 install-data: install-data-am
394 uninstall: uninstall-am
396 install-am: all-am
397 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
399 installcheck: installcheck-am
400 install-strip:
401 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402 INSTALL_STRIP_FLAG=-s \
403 `test -z '$(STRIP)' || \
404 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405 mostlyclean-generic:
407 clean-generic:
408 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
410 distclean-generic:
411 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
413 maintainer-clean-generic:
414 @echo "This command is intended for maintainers to use"
415 @echo "it deletes files that may require special tools to rebuild."
416 clean: clean-am
418 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
419 clean-noinstLTLIBRARIES mostlyclean-am
421 distclean: distclean-am
422 -rm -f config.status config.cache config.log
423 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
424 distclean-libtool distclean-tags
426 dvi: dvi-am
428 dvi-am:
430 info: info-am
432 info-am:
434 install-data-am: install-includeHEADERS
436 install-exec-am: install-libLTLIBRARIES
438 install-info: install-info-am
440 install-man:
442 installcheck-am:
444 maintainer-clean: maintainer-clean-am
446 maintainer-clean-am: distclean-am maintainer-clean-generic
448 mostlyclean: mostlyclean-am
450 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
451 mostlyclean-libtool
453 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
454 uninstall-libLTLIBRARIES
456 .PHONY: GTAGS all all-am check check-am clean clean-generic \
457 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES dist \
458 dist-all dist-gzip distcheck distclean distclean-compile \
459 distclean-generic distclean-hdr distclean-libtool \
460 distclean-tags distcleancheck distdir dvi dvi-am info info-am \
461 install install-am install-data install-data-am install-exec \
462 install-exec-am install-includeHEADERS install-info \
463 install-info-am install-libLTLIBRARIES install-man \
464 install-strip installcheck installcheck-am installdirs \
465 maintainer-clean maintainer-clean-generic mostlyclean \
466 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
467 tags uninstall uninstall-am uninstall-includeHEADERS \
468 uninstall-info-am uninstall-libLTLIBRARIES
471 ltdl.lo: ltdl.h config.h
473 $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
474 libtool: $(LIBTOOL_DEPS)
475 $(SHELL) ./config.status --recheck
477 local-install-files: $(DISTFILES)
478 -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
479 $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
480 @for file in $(DISTFILES); do \
481 d=$(srcdir); \
482 if test -d $$d/$$file; then \
483 cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
484 else \
485 test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
486 || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
487 fi; \
488 done
489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
490 # Otherwise a system limit (for SysV at least) may be exceeded.
491 .NOEXPORT: