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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [machine/] [Makefile.am] - Blame information for rev 158

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 = $(machine_dir) .
6
 
7
noinst_DATA = $(CRT0)
8
 
9
$(CRT0): $(machine_dir)/$(CRT0)
10
        rm -f $@
11
        ln $(machine_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \
12
         || cp $(machine_dir)/$(CRT0) $@
13
 
14
$(machine_dir)/$(CRT0): ; @true
15
 
16
CLEANFILES = $(CRT0)
17
 
18
doc:
19
 
20
ACLOCAL_AMFLAGS = -I ../../../.. -I ../../../../..
21
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.