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