OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

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

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
machlib = @machlib@
195
mandir = @mandir@
196
mkdir_p = @mkdir_p@
197
newlib_basedir = @newlib_basedir@
198
oext = @oext@
199
oldincludedir = @oldincludedir@
200
pdfdir = @pdfdir@
201
prefix = @prefix@
202
program_transform_name = @program_transform_name@
203
psdir = @psdir@
204
sbindir = @sbindir@
205
sharedstatedir = @sharedstatedir@
206
srcdir = @srcdir@
207
subdirs = @subdirs@
208
sys_dir = @sys_dir@
209
sysconfdir = @sysconfdir@
210
target_alias = @target_alias@
211
top_build_prefix = @top_build_prefix@
212
top_builddir = @top_builddir@
213
top_srcdir = @top_srcdir@
214
AUTOMAKE_OPTIONS = cygnus
215
SUBDIRS = $(libm_machine_dir) .
216
@HAVE_LIBM_MACHINE_DIR_TRUE@LIBM_MACHLIB = lib.a
217
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(LIBM_MACHLIB)
218
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
219
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
220
all: all-recursive
221
 
222
.SUFFIXES:
223
.SUFFIXES: .c .lo .o .obj
224
am--refresh:
225
        @:
226
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
227
        @for dep in $?; do \
228
          case '$(am__configure_deps)' in \
229
            *$$dep*) \
230
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
231
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
232
                && exit 0; \
233
              exit 1;; \
234
          esac; \
235
        done; \
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
237
        $(am__cd) $(top_srcdir) && \
238
          $(AUTOMAKE) --cygnus Makefile
239
.PRECIOUS: Makefile
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241
        @case '$?' in \
242
          *config.status*) \
243
            echo ' $(SHELL) ./config.status'; \
244
            $(SHELL) ./config.status;; \
245
          *) \
246
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
247
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
248
        esac;
249
 
250
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251
        $(SHELL) ./config.status --recheck
252
 
253
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254
        $(am__cd) $(srcdir) && $(AUTOCONF)
255
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
257
$(am__aclocal_m4_deps):
258
 
259
clean-noinstLIBRARIES:
260
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
261
@USE_LIBTOOL_TRUE@lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
262
@USE_LIBTOOL_TRUE@      -rm -f lib.a
263
@USE_LIBTOOL_TRUE@      $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
264
@USE_LIBTOOL_TRUE@      $(RANLIB) lib.a
265
 
266
mostlyclean-compile:
267
        -rm -f *.$(OBJEXT)
268
 
269
distclean-compile:
270
        -rm -f *.tab.c
271
 
272
.c.o:
273
        $(COMPILE) -c $<
274
 
275
.c.obj:
276
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
277
 
278
.c.lo:
279
        $(LTCOMPILE) -c -o $@ $<
280
 
281
mostlyclean-libtool:
282
        -rm -f *.lo
283
 
284
clean-libtool:
285
        -rm -rf .libs _libs
286
 
287
distclean-libtool:
288
        -rm -f libtool config.lt
289
 
290
# This directory's subdirectories are mostly independent; you can cd
291
# into them and run `make' without going through this Makefile.
292
# To change the values of `make' variables: instead of editing Makefiles,
293
# (1) if the variable is set in `config.status', edit `config.status'
294
#     (which will cause the Makefiles to be regenerated when you run `make');
295
# (2) otherwise, pass the desired values on the `make' command line.
296
$(RECURSIVE_TARGETS):
297
        @failcom='exit 1'; \
298
        for f in x $$MAKEFLAGS; do \
299
          case $$f in \
300
            *=* | --[!k]*);; \
301
            *k*) failcom='fail=yes';; \
302
          esac; \
303
        done; \
304
        dot_seen=no; \
305
        target=`echo $@ | sed s/-recursive//`; \
306
        list='$(SUBDIRS)'; for subdir in $$list; do \
307
          echo "Making $$target in $$subdir"; \
308
          if test "$$subdir" = "."; then \
309
            dot_seen=yes; \
310
            local_target="$$target-am"; \
311
          else \
312
            local_target="$$target"; \
313
          fi; \
314
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315
          || eval $$failcom; \
316
        done; \
317
        if test "$$dot_seen" = "no"; then \
318
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
319
        fi; test -z "$$fail"
320
 
321
$(RECURSIVE_CLEAN_TARGETS):
322
        @failcom='exit 1'; \
323
        for f in x $$MAKEFLAGS; do \
324
          case $$f in \
325
            *=* | --[!k]*);; \
326
            *k*) failcom='fail=yes';; \
327
          esac; \
328
        done; \
329
        dot_seen=no; \
330
        case "$@" in \
331
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332
          *) list='$(SUBDIRS)' ;; \
333
        esac; \
334
        rev=''; for subdir in $$list; do \
335
          if test "$$subdir" = "."; then :; else \
336
            rev="$$subdir $$rev"; \
337
          fi; \
338
        done; \
339
        rev="$$rev ."; \
340
        target=`echo $@ | sed s/-recursive//`; \
341
        for subdir in $$rev; do \
342
          echo "Making $$target in $$subdir"; \
343
          if test "$$subdir" = "."; then \
344
            local_target="$$target-am"; \
345
          else \
346
            local_target="$$target"; \
347
          fi; \
348
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349
          || eval $$failcom; \
350
        done && test -z "$$fail"
351
tags-recursive:
352
        list='$(SUBDIRS)'; for subdir in $$list; do \
353
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354
        done
355
ctags-recursive:
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
357
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358
        done
359
 
360
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362
        unique=`for i in $$list; do \
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
          done | \
365
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
367
        mkid -fID $$unique
368
tags: TAGS
369
 
370
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371
                $(TAGS_FILES) $(LISP)
372
        set x; \
373
        here=`pwd`; \
374
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375
          include_option=--etags-include; \
376
          empty_fix=.; \
377
        else \
378
          include_option=--include; \
379
          empty_fix=; \
380
        fi; \
381
        list='$(SUBDIRS)'; for subdir in $$list; do \
382
          if test "$$subdir" = .; then :; else \
383
            test ! -f $$subdir/TAGS || \
384
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
385
          fi; \
386
        done; \
387
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
        unique=`for i in $$list; do \
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
          done | \
391
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392
              END { if (nonempty) { for (i in files) print i; }; }'`; \
393
        shift; \
394
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
          test -n "$$unique" || unique=$$empty_fix; \
396
          if test $$# -gt 0; then \
397
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
              "$$@" $$unique; \
399
          else \
400
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401
              $$unique; \
402
          fi; \
403
        fi
404
ctags: CTAGS
405
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
                $(TAGS_FILES) $(LISP)
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
        unique=`for i in $$list; do \
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
          done | \
411
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
        test -z "$(CTAGS_ARGS)$$unique" \
414
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415
             $$unique
416
 
417
GTAGS:
418
        here=`$(am__cd) $(top_builddir) && pwd` \
419
          && $(am__cd) $(top_srcdir) \
420
          && gtags -i $(GTAGS_ARGS) "$$here"
421
 
422
distclean-tags:
423
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
check-am:
425
check: check-recursive
426
all-am: Makefile $(LIBRARIES)
427
installdirs: installdirs-recursive
428
installdirs-am:
429
install: install-recursive
430
install-exec: install-exec-recursive
431
install-data: install-data-recursive
432
uninstall: uninstall-recursive
433
 
434
install-am: all-am
435
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
 
437
installcheck: installcheck-recursive
438
install-strip:
439
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441
          `test -z '$(STRIP)' || \
442
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
443
mostlyclean-generic:
444
 
445
clean-generic:
446
 
447
distclean-generic:
448
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
450
 
451
maintainer-clean-generic:
452
        @echo "This command is intended for maintainers to use"
453
        @echo "it deletes files that may require special tools to rebuild."
454
clean: clean-recursive
455
 
456
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
457
        mostlyclean-am
458
 
459
distclean: distclean-recursive
460
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
461
        -rm -f Makefile
462
distclean-am: clean-am distclean-compile distclean-generic \
463
        distclean-libtool distclean-tags
464
 
465
dvi: dvi-recursive
466
 
467
dvi-am:
468
 
469
html: html-recursive
470
 
471
html-am:
472
 
473
info: info-recursive
474
 
475
info-am:
476
 
477
install-data-am:
478
 
479
install-dvi: install-dvi-recursive
480
 
481
install-dvi-am:
482
 
483
install-exec-am:
484
 
485
install-html: install-html-recursive
486
 
487
install-html-am:
488
 
489
install-info: install-info-recursive
490
 
491
install-info-am:
492
 
493
install-man:
494
 
495
install-pdf: install-pdf-recursive
496
 
497
install-pdf-am:
498
 
499
install-ps: install-ps-recursive
500
 
501
install-ps-am:
502
 
503
installcheck-am:
504
 
505
maintainer-clean: maintainer-clean-recursive
506
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
507
        -rm -rf $(top_srcdir)/autom4te.cache
508
        -rm -f Makefile
509
maintainer-clean-am: distclean-am maintainer-clean-generic
510
 
511
mostlyclean: mostlyclean-recursive
512
 
513
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
514
        mostlyclean-libtool
515
 
516
pdf: pdf-recursive
517
 
518
pdf-am:
519
 
520
ps: ps-recursive
521
 
522
ps-am:
523
 
524
uninstall-am:
525
 
526
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
527
        install-am install-strip tags-recursive
528
 
529
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
530
        all all-am am--refresh check check-am clean clean-generic \
531
        clean-libtool clean-noinstLIBRARIES ctags ctags-recursive \
532
        distclean distclean-compile distclean-generic \
533
        distclean-libtool distclean-tags dvi dvi-am html html-am info \
534
        info-am install install-am install-data install-data-am \
535
        install-dvi install-dvi-am install-exec install-exec-am \
536
        install-html install-html-am install-info install-info-am \
537
        install-man install-pdf install-pdf-am install-ps \
538
        install-ps-am install-strip installcheck installcheck-am \
539
        installdirs installdirs-am maintainer-clean \
540
        maintainer-clean-generic mostlyclean mostlyclean-compile \
541
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
542
        tags tags-recursive uninstall uninstall-am
543
 
544
 
545
@USE_LIBTOOL_FALSE@lib.a: $(libm_machine_dir)/lib.a
546
@USE_LIBTOOL_FALSE@     rm -f $@
547
@USE_LIBTOOL_FALSE@     ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
548
@USE_LIBTOOL_FALSE@      cp $(libm_machine_dir)/lib.a $@
549
 
550
$(libm_machine_dir)/lib.a:
551
 
552
doc:
553
 
554
# Tell versions [3.59,3.63) of GNU make to not export all variables.
555
# Otherwise a system limit (for SysV at least) may be exceeded.
556
.NOEXPORT:

powered by: WebSVN 2.1.0

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