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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [machine/] [Makefile.am] - Blame information for rev 1773

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

Line No. Rev Author Line
1 1005 ivang
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
SUBDIRS = $(machine_dir) .
6
 
7
if HAVE_MACHINE_DIR
8
MACHLIB = lib.a
9
endif
10
 
11
if USE_LIBTOOL
12
else
13
noinst_LIBRARIES = $(MACHLIB)
14
 
15
lib.a: $(machine_dir)/lib.a
16
        rm -f $@
17
        ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
18
         cp $(machine_dir)/lib.a $@
19
endif
20
 
21
$(machine_dir)/lib.a:
22
 
23
doc:
24
 
25
ACLOCAL_AMFLAGS = -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.