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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [start/] [Makefile.am] - Blame information for rev 493

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

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 11:59:50 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
PGMS = $(ARCH)/start.o
8
 
9
S_FILES = start.S
10
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
11
 
12
OBJS = $(S_O_FILES)
13
 
14
H_FILES = 80386ex.h
15
 
16
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17
include $(top_srcdir)/../../../../../../automake/lib.am
18
 
19
#
20
# (OPTIONAL) Add local stuff here using +=
21
#
22
 
23
if RTEMS_GAS_CODE16
24
AM_CPPFLAGS += -DNEW_GAS
25
endif
26
 
27
$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o
28
        $(INSTALL_DATA) $< $@
29
 
30
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
31
 
32
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
33
 
34
EXTRA_DIST = 80386ex.h 80386ex.inc macros.inc start.S ts_1325.inc
35
 
36
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

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