Imported Upstream version 2.9.0
[debian/cc1111] / sim / ucsim / libltdl / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
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 = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AS = @AS@
62 AWK = @AWK@
63 CC = @CC@
64 DEPDIR = @DEPDIR@
65 DLLTOOL = @DLLTOOL@
66 ECHO = @ECHO@
67 EXEEXT = @EXEEXT@
68 INCLTDL = @INCLTDL@
69 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70 LIBADD_DL = @LIBADD_DL@
71 LIBLTDL = @LIBLTDL@
72 LIBTOOL = @LIBTOOL@
73 LIBTOOL_DEPS = @LIBTOOL_DEPS@
74 LN_S = @LN_S@
75 MAINT = @MAINT@
76 OBJDUMP = @OBJDUMP@
77 OBJEXT = @OBJEXT@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 STRIP = @STRIP@
81 VERSION = @VERSION@
82 am__include = @am__include@
83 am__quote = @am__quote@
84 install_sh = @install_sh@
85
86 AUTOMAKE_OPTIONS = no-dependencies foreign
87
88 @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
89 @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
90 @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
91
92 @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
93
94 CLEANFILES = libltdl.la libltdlc.la
95
96 libltdl_la_SOURCES = ltdl.c
97 libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
98 libltdl_la_LIBADD = $(LIBADD_DL)
99
100 libltdlc_la_SOURCES = ltdl.c
101 libltdlc_la_LIBADD = $(LIBADD_DL)
102 subdir = .
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
105 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES =
107 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
108
109 libltdl_la_DEPENDENCIES =
110 am_libltdl_la_OBJECTS = ltdl.lo
111 libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
112 libltdlc_la_LDFLAGS =
113 libltdlc_la_DEPENDENCIES =
114 am_libltdlc_la_OBJECTS = ltdl.lo
115 libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
116
117 DEFS = @DEFS@
118 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
119 CPPFLAGS = @CPPFLAGS@
120 LDFLAGS = @LDFLAGS@
121 LIBS = @LIBS@
122 depcomp =
123 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
126         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129         $(AM_LDFLAGS) $(LDFLAGS) -o $@
130 CFLAGS = @CFLAGS@
131 DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
132 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
133
134 DIST_COMMON = README $(include_HEADERS) $(noinst_HEADERS) \
135         ../config.guess ../config.sub ../install-sh ../ltmain.sh \
136         ../missing ../mkinstalldirs ./stamp-h.in COPYING.LIB \
137         Makefile.am Makefile.in acinclude.m4 aclocal.m4 config-h.in \
138         configure configure.in
139 SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
140
141 all: config.h
142         $(MAKE) $(AM_MAKEFLAGS) all-am
143
144 .SUFFIXES:
145 .SUFFIXES: .c .lo .o .obj
146
147 mostlyclean-libtool:
148         -rm -f *.lo
149
150 clean-libtool:
151         -rm -rf .libs _libs
152
153 distclean-libtool:
154         -rm -f libtool
155 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
156         cd $(top_srcdir) && \
157           $(AUTOMAKE) --foreign  Makefile
158 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
159         cd $(top_builddir) && \
160           CONFIG_HEADERS= CONFIG_LINKS= \
161           CONFIG_FILES=$@ $(SHELL) ./config.status
162
163 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
164         $(SHELL) ./config.status --recheck
165 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
166         cd $(srcdir) && $(AUTOCONF)
167
168 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
169         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
170 config.h: stamp-h
171         @if test ! -f $@; then \
172                 rm -f stamp-h; \
173                 $(MAKE) stamp-h; \
174         else :; fi
175 stamp-h: $(srcdir)/config-h.in $(top_builddir)/config.status
176         @rm -f stamp-h stamp-hT
177         @echo timestamp > stamp-hT 2> /dev/null
178         cd $(top_builddir) \
179           && CONFIG_FILES= CONFIG_HEADERS=config.h:config-h.in \
180              $(SHELL) ./config.status
181         @mv stamp-hT stamp-h
182 $(srcdir)/config-h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
183         @if test ! -f $@; then \
184                 rm -f $(srcdir)/./stamp-h.in; \
185                 $(MAKE) $(srcdir)/./stamp-h.in; \
186         else :; fi
187 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
188         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
189         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
190         cd $(top_srcdir) && $(AUTOHEADER)
191         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
192
193 distclean-hdr:
194         -rm -f config.h
195 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
196         @$(NORMAL_INSTALL)
197         $(mkinstalldirs) $(DESTDIR)$(libdir)
198         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
199           if test -f $$p; then \
200             echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
201             $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
202           else :; fi; \
203         done
204
205 uninstall-libLTLIBRARIES:
206         @$(NORMAL_UNINSTALL)
207         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
208           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
209           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
210         done
211
212 clean-libLTLIBRARIES:
213         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
214
215 clean-noinstLTLIBRARIES:
216         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
217 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 
218         $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
219 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
220         $(LINK)  $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
221
222 mostlyclean-compile:
223         -rm -f *.$(OBJEXT) core *.core
224
225 distclean-compile:
226         -rm -f *.tab.c
227
228 .c.o:
229         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
230
231 .c.obj:
232         $(COMPILE) -c `cygpath -w $<`
233
234 .c.lo:
235         $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
236 uninstall-info-am:
237 install-includeHEADERS: $(include_HEADERS)
238         @$(NORMAL_INSTALL)
239         $(mkinstalldirs) $(DESTDIR)$(includedir)
240         @list='$(include_HEADERS)'; for p in $$list; do \
241           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
242           f="`echo $$p | sed -e 's|^.*/||'`"; \
243           echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
244           $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
245         done
246
247 uninstall-includeHEADERS:
248         @$(NORMAL_UNINSTALL)
249         @list='$(include_HEADERS)'; for p in $$list; do \
250           f="`echo $$p | sed -e 's|^.*/||'`"; \
251           echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
252           rm -f $(DESTDIR)$(includedir)/$$f; \
253         done
254
255 tags: TAGS
256
257 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
258         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
259         unique=`for i in $$list; do \
260             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261           done | \
262           $(AWK) '    { files[$$0] = 1; } \
263                END { for (i in files) print i; }'`; \
264         mkid -fID $$unique $(LISP)
265
266 TAGS:  $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
267                 $(TAGS_FILES) $(LISP)
268         tags=; \
269         here=`pwd`; \
270         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
271         unique=`for i in $$list; do \
272             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
273           done | \
274           $(AWK) '    { files[$$0] = 1; } \
275                END { for (i in files) print i; }'`; \
276         test -z "$(ETAGS_ARGS)config-h.in$$unique$(LISP)$$tags" \
277           || etags $(ETAGS_ARGS) $$tags config-h.in $$unique $(LISP)
278
279 GTAGS:
280         here=`CDPATH=: && cd $(top_builddir) && pwd` \
281           && cd $(top_srcdir) \
282           && gtags -i $(GTAGS_ARGS) $$here
283
284 distclean-tags:
285         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
286
287 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
288
289 top_distdir = .
290 # Avoid unsightly `./'.
291 distdir = $(PACKAGE)-$(VERSION)
292
293 GZIP_ENV = --best
294
295 distdir: $(DISTFILES)
296         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
297         mkdir $(distdir)
298         $(mkinstalldirs) $(distdir)/..
299         @for file in $(DISTFILES); do \
300           if test -f $$file; then d=.; else d=$(srcdir); fi; \
301           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
302           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
303             $(mkinstalldirs) "$(distdir)/$$dir"; \
304           fi; \
305           if test -d $$d/$$file; then \
306             cp -pR $$d/$$file $(distdir) \
307             || exit 1; \
308           else \
309             test -f $(distdir)/$$file \
310             || cp -p $$d/$$file $(distdir)/$$file \
311             || exit 1; \
312           fi; \
313         done
314         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
315           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
316           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
317           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
318         || chmod -R a+r $(distdir)
319 dist: distdir
320         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
321         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
322
323 # This target untars the dist file and tries a VPATH configuration.  Then
324 # it guarantees that the distribution is self-contained by making another
325 # tarfile.
326 distcheck: dist
327         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
328         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
329         chmod -R a-w $(distdir); chmod a+w $(distdir)
330         mkdir $(distdir)/=build
331         mkdir $(distdir)/=inst
332         chmod a-w $(distdir)
333         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
334           && cd $(distdir)/=build \
335           && ../configure --srcdir=.. --prefix=$$dc_install_base \
336           && $(MAKE) $(AM_MAKEFLAGS) \
337           && $(MAKE) $(AM_MAKEFLAGS) dvi \
338           && $(MAKE) $(AM_MAKEFLAGS) check \
339           && $(MAKE) $(AM_MAKEFLAGS) install \
340           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
341           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
342           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
343              || (echo "Error: files left after uninstall" 1>&2; \
344                  exit 1) ) \
345           && $(MAKE) $(AM_MAKEFLAGS) dist \
346           && $(MAKE) $(AM_MAKEFLAGS) distclean \
347           && rm -f $(distdir).tar.gz \
348           && (test `find . -type f -print | wc -l` -eq 0 \
349              || (echo "Error: files left after distclean" 1>&2; \
350                  exit 1) )
351         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
352         @echo "$(distdir).tar.gz is ready for distribution" | \
353           sed 'h;s/./=/g;p;x;p;x'
354 check-am: all-am
355 check: check-am
356 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
357
358 installdirs:
359         $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
360
361 install: install-am
362 install-exec: install-exec-am
363 install-data: install-data-am
364 uninstall: uninstall-am
365
366 install-am: all-am
367         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369 installcheck: installcheck-am
370 install-strip:
371         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372           `test -z '$(STRIP)' || \
373             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
374 mostlyclean-generic:
375
376 clean-generic:
377         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
378
379 distclean-generic:
380         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
381
382 maintainer-clean-generic:
383         @echo "This command is intended for maintainers to use"
384         @echo "it deletes files that may require special tools to rebuild."
385 clean: clean-am
386
387 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
388         clean-noinstLTLIBRARIES mostlyclean-am
389
390 dist-all: distdir
391         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
392         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
393 distclean: distclean-am
394         -rm -f config.status config.cache config.log
395 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
396         distclean-libtool distclean-tags
397
398 dvi: dvi-am
399
400 dvi-am:
401
402 info: info-am
403
404 info-am:
405
406 install-data-am: install-includeHEADERS
407
408 install-exec-am: install-libLTLIBRARIES
409
410 install-info: install-info-am
411
412 install-man:
413
414 installcheck-am:
415
416 maintainer-clean: maintainer-clean-am
417
418 maintainer-clean-am: distclean-am maintainer-clean-generic
419
420 mostlyclean: mostlyclean-am
421
422 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
423         mostlyclean-libtool
424
425 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
426         uninstall-libLTLIBRARIES
427
428 .PHONY: GTAGS all all-am check check-am clean clean-generic \
429         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES dist \
430         dist-all distcheck distclean distclean-compile \
431         distclean-generic distclean-hdr distclean-libtool \
432         distclean-tags distdir dvi dvi-am info info-am install \
433         install-am install-data install-data-am install-exec \
434         install-exec-am install-includeHEADERS install-info \
435         install-info-am install-libLTLIBRARIES install-man \
436         install-strip installcheck installcheck-am installdirs \
437         maintainer-clean maintainer-clean-generic mostlyclean \
438         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
439         tags uninstall uninstall-am uninstall-includeHEADERS \
440         uninstall-info-am uninstall-libLTLIBRARIES
441
442
443 ltdl.lo: ltdl.h config.h
444
445 $(OBJECTS) $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
446 libtool: $(LIBTOOL_DEPS)
447         $(SHELL) ./config.status --recheck
448
449 local-install-files: $(DISTFILES)
450         -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
451         $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
452         @for file in $(DISTFILES); do \
453           d=$(srcdir); \
454           if test -d $$d/$$file; then \
455             cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
456           else \
457             test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
458             || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
459           fi; \
460         done
461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462 # Otherwise a system limit (for SysV at least) may be exceeded.
463 .NOEXPORT: