OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [libltdl/] [Makefile.in] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  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.
9
 
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.
14
 
15
@SET_MAKE@
16
 
17
 
18
SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
19
 
20
srcdir = @srcdir@
21
top_srcdir = @top_srcdir@
22
VPATH = @srcdir@
23
pkgdatadir = $(datadir)/@PACKAGE@
24
pkglibdir = $(libdir)/@PACKAGE@
25
pkgincludedir = $(includedir)/@PACKAGE@
26
top_builddir = .
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
INSTALL = @INSTALL@
29
install_sh_DATA = $(install_sh) -c -m 644
30
install_sh_PROGRAM = $(install_sh) -c
31
install_sh_SCRIPT = $(install_sh) -c
32
INSTALL_HEADER = $(INSTALL_DATA)
33
transform = $(program_transform_name)
34
NORMAL_INSTALL = :
35
PRE_INSTALL = :
36
POST_INSTALL = :
37
NORMAL_UNINSTALL = :
38
PRE_UNINSTALL = :
39
POST_UNINSTALL = :
40
build_triplet = @build@
41
host_triplet = @host@
42
DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
43
        $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
44
        $(srcdir)/Makefile.in $(srcdir)/config-h.in \
45
        $(top_srcdir)/configure COPYING.LIB ChangeLog config.guess \
46
        config.sub install-sh ltmain.sh missing mkinstalldirs
47
subdir = .
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50
        $(top_srcdir)/configure.ac
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
        $(ACLOCAL_M4)
53
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54
 configure.lineno configure.status.lineno
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
CONFIG_CLEAN_FILES = config.h
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
am__vpath_adj = case $$p in \
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60
    *) f=$$p;; \
61
  esac;
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
64
libLTLIBRARIES_INSTALL = $(INSTALL)
65
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
66
am__DEPENDENCIES_1 =
67
libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
68
am_libltdl_la_OBJECTS = ltdl.lo
69
libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
70
@INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
71
libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
72
am_libltdlc_la_OBJECTS = ltdl.lo
73
libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
74
@CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
75
DEFAULT_INCLUDES = -I. -I$(srcdir)
76
depcomp =
77
am__depfiles_maybe =
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
81
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82
        $(AM_CFLAGS) $(CFLAGS)
83
CCLD = $(CC)
84
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
86
SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
87
DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
88
am__include_HEADERS_DIST = ltdl.h
89
includeHEADERS_INSTALL = $(INSTALL_HEADER)
90
am__noinst_HEADERS_DIST = ltdl.h
91
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
92
ETAGS = etags
93
CTAGS = ctags
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
distdir = $(PACKAGE)-$(VERSION)
96
top_distdir = $(distdir)
97
am__remove_distdir = \
98
  { test ! -d $(distdir) \
99
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
100
         && rm -fr $(distdir); }; }
101
DIST_ARCHIVES = $(distdir).tar.gz
102
GZIP_ENV = --best
103
distuninstallcheck_listfiles = find . -type f -print
104
distcleancheck_listfiles = find . -type f -print
105
ACLOCAL = @ACLOCAL@
106
AMDEP_FALSE = @AMDEP_FALSE@
107
AMDEP_TRUE = @AMDEP_TRUE@
108
AMTAR = @AMTAR@
109
AR = @AR@
110
AS = @AS@
111
AUTOCONF = @AUTOCONF@
112
AUTOHEADER = @AUTOHEADER@
113
AUTOMAKE = @AUTOMAKE@
114
AWK = @AWK@
115
CC = @CC@
116
CCDEPMODE = @CCDEPMODE@
117
CFLAGS = @CFLAGS@
118
CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
119
CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
120
CPP = @CPP@
121
CPPFLAGS = @CPPFLAGS@
122
CXX = @CXX@
123
CXXCPP = @CXXCPP@
124
CXXDEPMODE = @CXXDEPMODE@
125
CXXFLAGS = @CXXFLAGS@
126
CYGPATH_W = @CYGPATH_W@
127
DEFS = @DEFS@
128
DEPDIR = @DEPDIR@
129
DLLTOOL = @DLLTOOL@
130
ECHO = @ECHO@
131
ECHO_C = @ECHO_C@
132
ECHO_N = @ECHO_N@
133
ECHO_T = @ECHO_T@
134
EGREP = @EGREP@
135
EXEEXT = @EXEEXT@
136
F77 = @F77@
137
FFLAGS = @FFLAGS@
138
INSTALL_DATA = @INSTALL_DATA@
139
INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
140
INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144
LDFLAGS = @LDFLAGS@
145
LIBADD_DL = @LIBADD_DL@
146
LIBOBJS = @LIBOBJS@
147
LIBS = @LIBS@
148
LIBTOOL = @LIBTOOL@
149
LIBTOOL_DEPS = @LIBTOOL_DEPS@
150
LN_S = @LN_S@
151
LTLIBOBJS = @LTLIBOBJS@
152
MAINT = @MAINT@
153
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
154
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
155
MAKEINFO = @MAKEINFO@
156
OBJDUMP = @OBJDUMP@
157
OBJEXT = @OBJEXT@
158
PACKAGE = @PACKAGE@
159
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160
PACKAGE_NAME = @PACKAGE_NAME@
161
PACKAGE_STRING = @PACKAGE_STRING@
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
163
PACKAGE_VERSION = @PACKAGE_VERSION@
164
PATH_SEPARATOR = @PATH_SEPARATOR@
165
RANLIB = @RANLIB@
166
SET_MAKE = @SET_MAKE@
167
SHELL = @SHELL@
168
STRIP = @STRIP@
169
VERSION = @VERSION@
170
ac_ct_AR = @ac_ct_AR@
171
ac_ct_AS = @ac_ct_AS@
172
ac_ct_CC = @ac_ct_CC@
173
ac_ct_CXX = @ac_ct_CXX@
174
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
175
ac_ct_F77 = @ac_ct_F77@
176
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
177
ac_ct_RANLIB = @ac_ct_RANLIB@
178
ac_ct_STRIP = @ac_ct_STRIP@
179
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
182
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
183
am__include = @am__include@
184
am__leading_dot = @am__leading_dot@
185
am__quote = @am__quote@
186
am__tar = @am__tar@
187
am__untar = @am__untar@
188
bindir = @bindir@
189
build = @build@
190
build_alias = @build_alias@
191
build_cpu = @build_cpu@
192
build_os = @build_os@
193
build_vendor = @build_vendor@
194
datadir = @datadir@
195
exec_prefix = @exec_prefix@
196
host = @host@
197
host_alias = @host_alias@
198
host_cpu = @host_cpu@
199
host_os = @host_os@
200
host_vendor = @host_vendor@
201
includedir = @includedir@
202
infodir = @infodir@
203
install_sh = @install_sh@
204
libdir = @libdir@
205
libexecdir = @libexecdir@
206
localstatedir = @localstatedir@
207
mandir = @mandir@
208
mkdir_p = @mkdir_p@
209
oldincludedir = @oldincludedir@
210
prefix = @prefix@
211
program_transform_name = @program_transform_name@
212
sbindir = @sbindir@
213
sharedstatedir = @sharedstatedir@
214
sysconfdir = @sysconfdir@
215
target_alias = @target_alias@
216
AUTOMAKE_OPTIONS = no-dependencies foreign
217
INCLUDES = $(GCINCS)
218
@INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
219
@INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
220
@INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
221
@CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
222
CLEANFILES = libltdl.la libltdlc.la
223
libltdl_la_SOURCES = ltdl.c
224
libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
225
libltdl_la_LIBADD = $(LIBADD_DL)
226
libltdlc_la_SOURCES = ltdl.c
227
libltdlc_la_LIBADD = $(LIBADD_DL)
228
all: all-am
229
 
230
.SUFFIXES:
231
.SUFFIXES: .c .lo .o .obj
232
am--refresh:
233
        @:
234
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
235
        @for dep in $?; do \
236
          case '$(am__configure_deps)' in \
237
            *$$dep*) \
238
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
239
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
240
                && exit 0; \
241
              exit 1;; \
242
          esac; \
243
        done; \
244
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
245
        cd $(top_srcdir) && \
246
          $(AUTOMAKE) --foreign  Makefile
247
.PRECIOUS: Makefile
248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249
        @case '$?' in \
250
          *config.status*) \
251
            echo ' $(SHELL) ./config.status'; \
252
            $(SHELL) ./config.status;; \
253
          *) \
254
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
255
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
256
        esac;
257
 
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259
        $(SHELL) ./config.status --recheck
260
 
261
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262
        cd $(srcdir) && $(AUTOCONF)
263
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
265
config.h: $(top_builddir)/config.status $(srcdir)/config-h.in
266
        cd $(top_builddir) && $(SHELL) ./config.status $@
267
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
268
        @$(NORMAL_INSTALL)
269
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
270
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
271
          if test -f $$p; then \
272
            f=$(am__strip_dir) \
273
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
274
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
275
          else :; fi; \
276
        done
277
 
278
uninstall-libLTLIBRARIES:
279
        @$(NORMAL_UNINSTALL)
280
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
281
          p=$(am__strip_dir) \
282
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
283
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
284
        done
285
 
286
clean-libLTLIBRARIES:
287
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
288
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
289
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
290
          test "$$dir" != "$$p" || dir=.; \
291
          echo "rm -f \"$${dir}/so_locations\""; \
292
          rm -f "$${dir}/so_locations"; \
293
        done
294
 
295
clean-noinstLTLIBRARIES:
296
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
297
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
298
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
299
          test "$$dir" != "$$p" || dir=.; \
300
          echo "rm -f \"$${dir}/so_locations\""; \
301
          rm -f "$${dir}/so_locations"; \
302
        done
303
libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
304
        $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
305
libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
306
        $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
307
 
308
mostlyclean-compile:
309
        -rm -f *.$(OBJEXT)
310
 
311
distclean-compile:
312
        -rm -f *.tab.c
313
 
314
.c.o:
315
        $(COMPILE) -c $<
316
 
317
.c.obj:
318
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
319
 
320
.c.lo:
321
        $(LTCOMPILE) -c -o $@ $<
322
 
323
mostlyclean-libtool:
324
        -rm -f *.lo
325
 
326
clean-libtool:
327
        -rm -rf .libs _libs
328
 
329
distclean-libtool:
330
        -rm -f libtool
331
uninstall-info-am:
332
install-includeHEADERS: $(include_HEADERS)
333
        @$(NORMAL_INSTALL)
334
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
335
        @list='$(include_HEADERS)'; for p in $$list; do \
336
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337
          f=$(am__strip_dir) \
338
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
339
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
340
        done
341
 
342
uninstall-includeHEADERS:
343
        @$(NORMAL_UNINSTALL)
344
        @list='$(include_HEADERS)'; for p in $$list; do \
345
          f=$(am__strip_dir) \
346
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
347
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
348
        done
349
 
350
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
351
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352
        unique=`for i in $$list; do \
353
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
          done | \
355
          $(AWK) '    { files[$$0] = 1; } \
356
               END { for (i in files) print i; }'`; \
357
        mkid -fID $$unique
358
tags: TAGS
359
 
360
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361
                $(TAGS_FILES) $(LISP)
362
        tags=; \
363
        here=`pwd`; \
364
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365
        unique=`for i in $$list; do \
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
          done | \
368
          $(AWK) '    { files[$$0] = 1; } \
369
               END { for (i in files) print i; }'`; \
370
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371
          test -n "$$unique" || unique=$$empty_fix; \
372
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373
            $$tags $$unique; \
374
        fi
375
ctags: CTAGS
376
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
                $(TAGS_FILES) $(LISP)
378
        tags=; \
379
        here=`pwd`; \
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
        unique=`for i in $$list; do \
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
          done | \
384
          $(AWK) '    { files[$$0] = 1; } \
385
               END { for (i in files) print i; }'`; \
386
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
387
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
             $$tags $$unique
389
 
390
GTAGS:
391
        here=`$(am__cd) $(top_builddir) && pwd` \
392
          && cd $(top_srcdir) \
393
          && gtags -i $(GTAGS_ARGS) $$here
394
 
395
distclean-tags:
396
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
 
398
distdir: $(DISTFILES)
399
        $(am__remove_distdir)
400
        mkdir $(distdir)
401
        $(mkdir_p) $(distdir)/.
402
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
403
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
404
        list='$(DISTFILES)'; for file in $$list; do \
405
          case $$file in \
406
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
407
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
408
          esac; \
409
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
411
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
412
            dir="/$$dir"; \
413
            $(mkdir_p) "$(distdir)$$dir"; \
414
          else \
415
            dir=''; \
416
          fi; \
417
          if test -d $$d/$$file; then \
418
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
419
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
420
            fi; \
421
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
422
          else \
423
            test -f $(distdir)/$$file \
424
            || cp -p $$d/$$file $(distdir)/$$file \
425
            || exit 1; \
426
          fi; \
427
        done
428
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
429
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
430
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
431
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
432
        || chmod -R a+r $(distdir)
433
dist-gzip: distdir
434
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
435
        $(am__remove_distdir)
436
 
437
dist-bzip2: distdir
438
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
439
        $(am__remove_distdir)
440
 
441
dist-tarZ: distdir
442
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
443
        $(am__remove_distdir)
444
 
445
dist-shar: distdir
446
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
447
        $(am__remove_distdir)
448
 
449
dist-zip: distdir
450
        -rm -f $(distdir).zip
451
        zip -rq $(distdir).zip $(distdir)
452
        $(am__remove_distdir)
453
 
454
dist dist-all: distdir
455
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
456
        $(am__remove_distdir)
457
 
458
# This target untars the dist file and tries a VPATH configuration.  Then
459
# it guarantees that the distribution is self-contained by making another
460
# tarfile.
461
distcheck: dist
462
        case '$(DIST_ARCHIVES)' in \
463
        *.tar.gz*) \
464
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
465
        *.tar.bz2*) \
466
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
467
        *.tar.Z*) \
468
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
469
        *.shar.gz*) \
470
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
471
        *.zip*) \
472
          unzip $(distdir).zip ;;\
473
        esac
474
        chmod -R a-w $(distdir); chmod a+w $(distdir)
475
        mkdir $(distdir)/_build
476
        mkdir $(distdir)/_inst
477
        chmod a-w $(distdir)
478
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
479
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
480
          && cd $(distdir)/_build \
481
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
482
            $(DISTCHECK_CONFIGURE_FLAGS) \
483
          && $(MAKE) $(AM_MAKEFLAGS) \
484
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
485
          && $(MAKE) $(AM_MAKEFLAGS) check \
486
          && $(MAKE) $(AM_MAKEFLAGS) install \
487
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
488
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
489
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
490
                distuninstallcheck \
491
          && chmod -R a-w "$$dc_install_base" \
492
          && ({ \
493
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
494
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
495
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
496
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
497
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
498
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
499
          && rm -rf "$$dc_destdir" \
500
          && $(MAKE) $(AM_MAKEFLAGS) dist \
501
          && rm -rf $(DIST_ARCHIVES) \
502
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
503
        $(am__remove_distdir)
504
        @(echo "$(distdir) archives ready for distribution: "; \
505
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
506
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
507
distuninstallcheck:
508
        @cd $(distuninstallcheck_dir) \
509
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
510
           || { echo "ERROR: files left after uninstall:" ; \
511
                if test -n "$(DESTDIR)"; then \
512
                  echo "  (check DESTDIR support)"; \
513
                fi ; \
514
                $(distuninstallcheck_listfiles) ; \
515
                exit 1; } >&2
516
distcleancheck: distclean
517
        @if test '$(srcdir)' = . ; then \
518
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
519
          exit 1 ; \
520
        fi
521
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
522
          || { echo "ERROR: files left in build directory after distclean:" ; \
523
               $(distcleancheck_listfiles) ; \
524
               exit 1; } >&2
525
check-am: all-am
526
check: check-am
527
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
528
installdirs:
529
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
530
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
531
        done
532
install: install-am
533
install-exec: install-exec-am
534
install-data: install-data-am
535
uninstall: uninstall-am
536
 
537
install-am: all-am
538
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
539
 
540
installcheck: installcheck-am
541
install-strip:
542
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544
          `test -z '$(STRIP)' || \
545
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
546
mostlyclean-generic:
547
 
548
clean-generic:
549
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
550
 
551
distclean-generic:
552
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553
 
554
maintainer-clean-generic:
555
        @echo "This command is intended for maintainers to use"
556
        @echo "it deletes files that may require special tools to rebuild."
557
clean: clean-am
558
 
559
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
560
        clean-noinstLTLIBRARIES mostlyclean-am
561
 
562
distclean: distclean-am
563
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
564
        -rm -f Makefile
565
distclean-am: clean-am distclean-compile distclean-generic \
566
        distclean-libtool distclean-tags
567
 
568
dvi: dvi-am
569
 
570
dvi-am:
571
 
572
html: html-am
573
 
574
info: info-am
575
 
576
info-am:
577
 
578
install-data-am: install-includeHEADERS
579
 
580
install-exec-am: install-libLTLIBRARIES
581
 
582
install-info: install-info-am
583
 
584
install-man:
585
 
586
installcheck-am:
587
 
588
maintainer-clean: maintainer-clean-am
589
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
590
        -rm -rf $(top_srcdir)/autom4te.cache
591
        -rm -f Makefile
592
maintainer-clean-am: distclean-am maintainer-clean-generic
593
 
594
mostlyclean: mostlyclean-am
595
 
596
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
597
        mostlyclean-libtool
598
 
599
pdf: pdf-am
600
 
601
pdf-am:
602
 
603
ps: ps-am
604
 
605
ps-am:
606
 
607
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
608
        uninstall-libLTLIBRARIES
609
 
610
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
611
        clean-generic clean-libLTLIBRARIES clean-libtool \
612
        clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \
613
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
614
        distclean-compile distclean-generic distclean-libtool \
615
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
616
        dvi-am html html-am info info-am install install-am \
617
        install-data install-data-am install-exec install-exec-am \
618
        install-includeHEADERS install-info install-info-am \
619
        install-libLTLIBRARIES install-man install-strip installcheck \
620
        installcheck-am installdirs maintainer-clean \
621
        maintainer-clean-generic mostlyclean mostlyclean-compile \
622
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
623
        tags uninstall uninstall-am uninstall-includeHEADERS \
624
        uninstall-info-am uninstall-libLTLIBRARIES
625
 
626
 
627
ltdl.lo: ltdl.h config.h
628
 
629
$(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
630
libtool: $(LIBTOOL_DEPS)
631
        $(SHELL) ./config.status --recheck
632
 
633
local-install-files: $(DISTFILES)
634
        -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
635
        $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
636
        @for file in $(DISTFILES); do \
637
          d=$(srcdir); \
638
          if test -d $$d/$$file; then \
639
            cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
640
          else \
641
            test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
642
            || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
643
          fi; \
644
        done
645
# Tell versions [3.59,3.63) of GNU make to not export all variables.
646
# Otherwise a system limit (for SysV at least) may be exceeded.
647
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.