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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [Makefile.am] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
SUBDIRS = $(libm_machine_dir) .
6
 
7
if HAVE_LIBM_MACHINE_DIR
8
LIBM_MACHLIB = lib.a
9
endif
10
 
11
if USE_LIBTOOL
12
else
13
noinst_LIBRARIES = $(LIBM_MACHLIB)
14
 
15
lib.a: $(libm_machine_dir)/lib.a
16
        rm -f $@
17
        ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
18
         cp $(libm_machine_dir)/lib.a $@
19
endif # USE_LIBTOOL
20
 
21
$(libm_machine_dir)/lib.a:
22
 
23
doc:
24
 
25
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
26
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

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