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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [Makefile.in] - Blame information for rev 802

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

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.11 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
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
subdir = .
38
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
        $(top_srcdir)/configure $(am__configure_deps) \
40
        $(srcdir)/../../../mkinstalldirs
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../../../libtool.m4 \
43
        $(top_srcdir)/../../../ltoptions.m4 \
44
        $(top_srcdir)/../../../ltsugar.m4 \
45
        $(top_srcdir)/../../../ltversion.m4 \
46
        $(top_srcdir)/../../../lt~obsolete.m4 \
47
        $(top_srcdir)/../../acinclude.m4 $(top_srcdir)/configure.in
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
        $(ACLOCAL_M4)
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51
 configure.lineno config.status.lineno
52
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
53
CONFIG_CLEAN_FILES =
54
CONFIG_CLEAN_VPATH_FILES =
55
LIBRARIES = $(noinst_LIBRARIES)
56
ARFLAGS = cru
57
lib_a_AR = $(AR) $(ARFLAGS)
58
lib_a_LIBADD =
59
lib_a_SOURCES = lib.c
60
lib_a_OBJECTS = lib.$(OBJEXT)
61
DEFAULT_INCLUDES = -I.@am__isrc@
62
depcomp =
63
am__depfiles_maybe =
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
CCLD = $(CC)
70
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72
        $(LDFLAGS) -o $@
73
SOURCES = lib.c
74
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
        html-recursive info-recursive install-data-recursive \
76
        install-dvi-recursive install-exec-recursive \
77
        install-html-recursive install-info-recursive \
78
        install-pdf-recursive install-ps-recursive install-recursive \
79
        installcheck-recursive installdirs-recursive pdf-recursive \
80
        ps-recursive uninstall-recursive
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82
  distclean-recursive maintainer-clean-recursive
83
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
85
ETAGS = etags
86
CTAGS = ctags
87
DIST_SUBDIRS = $(SUBDIRS)
88
ACLOCAL = @ACLOCAL@
89
AMTAR = @AMTAR@
90
AR = @AR@
91
AS = @AS@
92
AUTOCONF = @AUTOCONF@
93
AUTOHEADER = @AUTOHEADER@
94
AUTOMAKE = @AUTOMAKE@
95
AWK = @AWK@
96
CC = @CC@
97
CCAS = @CCAS@
98
CCASFLAGS = @CCASFLAGS@
99
CCDEPMODE = @CCDEPMODE@
100
CFLAGS = @CFLAGS@
101
CPP = @CPP@
102
CPPFLAGS = @CPPFLAGS@
103
CYGPATH_W = @CYGPATH_W@
104
DEFS = @DEFS@
105
DEPDIR = @DEPDIR@
106
DLLTOOL = @DLLTOOL@
107
DSYMUTIL = @DSYMUTIL@
108
DUMPBIN = @DUMPBIN@
109
ECHO_C = @ECHO_C@
110
ECHO_N = @ECHO_N@
111
ECHO_T = @ECHO_T@
112
EGREP = @EGREP@
113
EXEEXT = @EXEEXT@
114
FGREP = @FGREP@
115
GREP = @GREP@
116
INSTALL = @INSTALL@
117
INSTALL_DATA = @INSTALL_DATA@
118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
119
INSTALL_SCRIPT = @INSTALL_SCRIPT@
120
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121
LD = @LD@
122
LDFLAGS = @LDFLAGS@
123
LIBOBJS = @LIBOBJS@
124
LIBS = @LIBS@
125
LIBTOOL = @LIBTOOL@
126
LIPO = @LIPO@
127
LN_S = @LN_S@
128
LTLIBOBJS = @LTLIBOBJS@
129
MAINT = @MAINT@
130
MAKEINFO = @MAKEINFO@
131
MKDIR_P = @MKDIR_P@
132
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
133
NM = @NM@
134
NMEDIT = @NMEDIT@
135
OBJDUMP = @OBJDUMP@
136
OBJEXT = @OBJEXT@
137
OTOOL = @OTOOL@
138
OTOOL64 = @OTOOL64@
139
PACKAGE = @PACKAGE@
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
PACKAGE_NAME = @PACKAGE_NAME@
142
PACKAGE_STRING = @PACKAGE_STRING@
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
PACKAGE_VERSION = @PACKAGE_VERSION@
145
PATH_SEPARATOR = @PATH_SEPARATOR@
146
RANLIB = @RANLIB@
147
READELF = @READELF@
148
SED = @SED@
149
SET_MAKE = @SET_MAKE@
150
SHELL = @SHELL@
151
STRIP = @STRIP@
152
VERSION = @VERSION@
153
abs_builddir = @abs_builddir@
154
abs_srcdir = @abs_srcdir@
155
abs_top_builddir = @abs_top_builddir@
156
abs_top_srcdir = @abs_top_srcdir@
157
ac_ct_CC = @ac_ct_CC@
158
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159
aext = @aext@
160
am__include = @am__include@
161
am__leading_dot = @am__leading_dot@
162
am__quote = @am__quote@
163
am__tar = @am__tar@
164
am__untar = @am__untar@
165
bindir = @bindir@
166
build = @build@
167
build_alias = @build_alias@
168
build_cpu = @build_cpu@
169
build_os = @build_os@
170
build_vendor = @build_vendor@
171
builddir = @builddir@
172
datadir = @datadir@
173
datarootdir = @datarootdir@
174
docdir = @docdir@
175
dvidir = @dvidir@
176
exec_prefix = @exec_prefix@
177
host = @host@
178
host_alias = @host_alias@
179
host_cpu = @host_cpu@
180
host_os = @host_os@
181
host_vendor = @host_vendor@
182
htmldir = @htmldir@
183
includedir = @includedir@
184
infodir = @infodir@
185
install_sh = @install_sh@
186
libdir = @libdir@
187
libexecdir = @libexecdir@
188
libm_machine_dir = @libm_machine_dir@
189
localedir = @localedir@
190
localstatedir = @localstatedir@
191
lpfx = @lpfx@
192
lt_ECHO = @lt_ECHO@
193
machine_dir = @machine_dir@
194
mandir = @mandir@
195
mkdir_p = @mkdir_p@
196
newlib_basedir = @newlib_basedir@
197
oext = @oext@
198
oldincludedir = @oldincludedir@
199
pdfdir = @pdfdir@
200
prefix = @prefix@
201
program_transform_name = @program_transform_name@
202
psdir = @psdir@
203
sbindir = @sbindir@
204
sharedstatedir = @sharedstatedir@
205
srcdir = @srcdir@
206
subdirs = @subdirs@
207
sys_dir = @sys_dir@
208
sysconfdir = @sysconfdir@
209
target_alias = @target_alias@
210
top_build_prefix = @top_build_prefix@
211
top_builddir = @top_builddir@
212
top_srcdir = @top_srcdir@
213
AUTOMAKE_OPTIONS = cygnus
214
SUBDIRS = $(machine_dir) .
215
@HAVE_MACHINE_DIR_TRUE@MACHLIB = lib.a
216
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(MACHLIB)
217
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
218
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
219
all: all-recursive
220
 
221
.SUFFIXES:
222
.SUFFIXES: .c .lo .o .obj
223
am--refresh:
224
        @:
225
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
226
        @for dep in $?; do \
227
          case '$(am__configure_deps)' in \
228
            *$$dep*) \
229
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
230
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
231
                && exit 0; \
232
              exit 1;; \
233
          esac; \
234
        done; \
235
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
236
        $(am__cd) $(top_srcdir) && \
237
          $(AUTOMAKE) --cygnus Makefile
238
.PRECIOUS: Makefile
239
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
        @case '$?' in \
241
          *config.status*) \
242
            echo ' $(SHELL) ./config.status'; \
243
            $(SHELL) ./config.status;; \
244
          *) \
245
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
246
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
247
        esac;
248
 
249
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250
        $(SHELL) ./config.status --recheck
251
 
252
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
253
        $(am__cd) $(srcdir) && $(AUTOCONF)
254
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
255
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
256
$(am__aclocal_m4_deps):
257
 
258
clean-noinstLIBRARIES:
259
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
260
@USE_LIBTOOL_TRUE@lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
261
@USE_LIBTOOL_TRUE@      -rm -f lib.a
262
@USE_LIBTOOL_TRUE@      $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
263
@USE_LIBTOOL_TRUE@      $(RANLIB) lib.a
264
 
265
mostlyclean-compile:
266
        -rm -f *.$(OBJEXT)
267
 
268
distclean-compile:
269
        -rm -f *.tab.c
270
 
271
.c.o:
272
        $(COMPILE) -c $<
273
 
274
.c.obj:
275
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
276
 
277
.c.lo:
278
        $(LTCOMPILE) -c -o $@ $<
279
 
280
mostlyclean-libtool:
281
        -rm -f *.lo
282
 
283
clean-libtool:
284
        -rm -rf .libs _libs
285
 
286
distclean-libtool:
287
        -rm -f libtool config.lt
288
 
289
# This directory's subdirectories are mostly independent; you can cd
290
# into them and run `make' without going through this Makefile.
291
# To change the values of `make' variables: instead of editing Makefiles,
292
# (1) if the variable is set in `config.status', edit `config.status'
293
#     (which will cause the Makefiles to be regenerated when you run `make');
294
# (2) otherwise, pass the desired values on the `make' command line.
295
$(RECURSIVE_TARGETS):
296
        @failcom='exit 1'; \
297
        for f in x $$MAKEFLAGS; do \
298
          case $$f in \
299
            *=* | --[!k]*);; \
300
            *k*) failcom='fail=yes';; \
301
          esac; \
302
        done; \
303
        dot_seen=no; \
304
        target=`echo $@ | sed s/-recursive//`; \
305
        list='$(SUBDIRS)'; for subdir in $$list; do \
306
          echo "Making $$target in $$subdir"; \
307
          if test "$$subdir" = "."; then \
308
            dot_seen=yes; \
309
            local_target="$$target-am"; \
310
          else \
311
            local_target="$$target"; \
312
          fi; \
313
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314
          || eval $$failcom; \
315
        done; \
316
        if test "$$dot_seen" = "no"; then \
317
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
318
        fi; test -z "$$fail"
319
 
320
$(RECURSIVE_CLEAN_TARGETS):
321
        @failcom='exit 1'; \
322
        for f in x $$MAKEFLAGS; do \
323
          case $$f in \
324
            *=* | --[!k]*);; \
325
            *k*) failcom='fail=yes';; \
326
          esac; \
327
        done; \
328
        dot_seen=no; \
329
        case "$@" in \
330
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
331
          *) list='$(SUBDIRS)' ;; \
332
        esac; \
333
        rev=''; for subdir in $$list; do \
334
          if test "$$subdir" = "."; then :; else \
335
            rev="$$subdir $$rev"; \
336
          fi; \
337
        done; \
338
        rev="$$rev ."; \
339
        target=`echo $@ | sed s/-recursive//`; \
340
        for subdir in $$rev; do \
341
          echo "Making $$target in $$subdir"; \
342
          if test "$$subdir" = "."; then \
343
            local_target="$$target-am"; \
344
          else \
345
            local_target="$$target"; \
346
          fi; \
347
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348
          || eval $$failcom; \
349
        done && test -z "$$fail"
350
tags-recursive:
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353
        done
354
ctags-recursive:
355
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357
        done
358
 
359
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
360
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
361
        unique=`for i in $$list; do \
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363
          done | \
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
366
        mkid -fID $$unique
367
tags: TAGS
368
 
369
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
                $(TAGS_FILES) $(LISP)
371
        set x; \
372
        here=`pwd`; \
373
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374
          include_option=--etags-include; \
375
          empty_fix=.; \
376
        else \
377
          include_option=--include; \
378
          empty_fix=; \
379
        fi; \
380
        list='$(SUBDIRS)'; for subdir in $$list; do \
381
          if test "$$subdir" = .; then :; else \
382
            test ! -f $$subdir/TAGS || \
383
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
384
          fi; \
385
        done; \
386
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
        unique=`for i in $$list; do \
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
          done | \
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
        shift; \
393
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
394
          test -n "$$unique" || unique=$$empty_fix; \
395
          if test $$# -gt 0; then \
396
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
              "$$@" $$unique; \
398
          else \
399
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400
              $$unique; \
401
          fi; \
402
        fi
403
ctags: CTAGS
404
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405
                $(TAGS_FILES) $(LISP)
406
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
        unique=`for i in $$list; do \
408
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
          done | \
410
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
        test -z "$(CTAGS_ARGS)$$unique" \
413
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
             $$unique
415
 
416
GTAGS:
417
        here=`$(am__cd) $(top_builddir) && pwd` \
418
          && $(am__cd) $(top_srcdir) \
419
          && gtags -i $(GTAGS_ARGS) "$$here"
420
 
421
distclean-tags:
422
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
check-am:
424
check: check-recursive
425
all-am: Makefile $(LIBRARIES)
426
installdirs: installdirs-recursive
427
installdirs-am:
428
install: install-recursive
429
install-exec: install-exec-recursive
430
install-data: install-data-recursive
431
uninstall: uninstall-recursive
432
 
433
install-am: all-am
434
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
435
 
436
installcheck: installcheck-recursive
437
install-strip:
438
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440
          `test -z '$(STRIP)' || \
441
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
442
mostlyclean-generic:
443
 
444
clean-generic:
445
 
446
distclean-generic:
447
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
448
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
449
 
450
maintainer-clean-generic:
451
        @echo "This command is intended for maintainers to use"
452
        @echo "it deletes files that may require special tools to rebuild."
453
clean: clean-recursive
454
 
455
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
456
        mostlyclean-am
457
 
458
distclean: distclean-recursive
459
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
460
        -rm -f Makefile
461
distclean-am: clean-am distclean-compile distclean-generic \
462
        distclean-libtool distclean-tags
463
 
464
dvi: dvi-recursive
465
 
466
dvi-am:
467
 
468
html: html-recursive
469
 
470
html-am:
471
 
472
info: info-recursive
473
 
474
info-am:
475
 
476
install-data-am:
477
 
478
install-dvi: install-dvi-recursive
479
 
480
install-dvi-am:
481
 
482
install-exec-am:
483
 
484
install-html: install-html-recursive
485
 
486
install-html-am:
487
 
488
install-info: install-info-recursive
489
 
490
install-info-am:
491
 
492
install-man:
493
 
494
install-pdf: install-pdf-recursive
495
 
496
install-pdf-am:
497
 
498
install-ps: install-ps-recursive
499
 
500
install-ps-am:
501
 
502
installcheck-am:
503
 
504
maintainer-clean: maintainer-clean-recursive
505
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
506
        -rm -rf $(top_srcdir)/autom4te.cache
507
        -rm -f Makefile
508
maintainer-clean-am: distclean-am maintainer-clean-generic
509
 
510
mostlyclean: mostlyclean-recursive
511
 
512
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
513
        mostlyclean-libtool
514
 
515
pdf: pdf-recursive
516
 
517
pdf-am:
518
 
519
ps: ps-recursive
520
 
521
ps-am:
522
 
523
uninstall-am:
524
 
525
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
526
        install-am install-strip tags-recursive
527
 
528
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
529
        all all-am am--refresh check check-am clean clean-generic \
530
        clean-libtool clean-noinstLIBRARIES ctags ctags-recursive \
531
        distclean distclean-compile distclean-generic \
532
        distclean-libtool distclean-tags dvi dvi-am html html-am info \
533
        info-am install install-am install-data install-data-am \
534
        install-dvi install-dvi-am install-exec install-exec-am \
535
        install-html install-html-am install-info install-info-am \
536
        install-man install-pdf install-pdf-am install-ps \
537
        install-ps-am install-strip installcheck installcheck-am \
538
        installdirs installdirs-am maintainer-clean \
539
        maintainer-clean-generic mostlyclean mostlyclean-compile \
540
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
541
        tags tags-recursive uninstall uninstall-am
542
 
543
 
544
@USE_LIBTOOL_FALSE@lib.a: $(machine_dir)/lib.a
545
@USE_LIBTOOL_FALSE@     rm -f $@
546
@USE_LIBTOOL_FALSE@     ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
547
@USE_LIBTOOL_FALSE@      cp $(machine_dir)/lib.a $@
548
 
549
$(machine_dir)/lib.a:
550
 
551
doc:
552
 
553
# Tell versions [3.59,3.63) of GNU make to not export all variables.
554
# Otherwise a system limit (for SysV at least) may be exceeded.
555
.NOEXPORT:

powered by: WebSVN 2.1.0

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