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.0rc2/] [newlib/] [libc/] [sys/] [Makefile.in] - Blame information for rev 520

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

powered by: WebSVN 2.1.0

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