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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [Makefile.am] - Blame information for rev 56

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

Line No. Rev Author Line
1 56 joel
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
SUBDIRS = $(sys_dir) .
6
 
7
if HAVE_SYS_DIR
8
SYSLIB = lib.a
9
endif
10
 
11
noinst_LIBRARIES = $(SYSLIB)
12
noinst_DATA = $(CRT0)
13
 
14
lib.a: $(sys_dir)/lib.a
15
        rm -f $@
16
        ln $(sys_dir)/lib.a $@ >/dev/null 2>/dev/null \
17
         || cp $(sys_dir)/lib.a $@
18
 
19
$(sys_dir)/lib.a: ; @true
20
 
21
crt0.o: $(sys_dir)/crt0.o
22
        rm -f $@
23
        ln $(sys_dir)/crt0.o $@ >/dev/null 2>/dev/null \
24
         || cp $(sys_dir)/crt0.o $@
25
 
26
$(sys_dir)/crt0.o: ; @true
27
 
28
CLEANFILES = crt0.o
29
 
30
doc:
31
 
32
ACLOCAL_AMFLAGS = -I ../..
33
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.