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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [lto-plugin/] [Makefile.in] - Blame information for rev 847

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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