source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/Makefile.am @ fdc10e3

4.104.114.84.95
Last change on this file since fdc10e3 was fdc10e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/19/02 at 05:05:55

2002-07-19 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 1.8 KB
Line 
1##
2## $Id$
3##
4
5
6VPATH = @srcdir@:@srcdir@/../../../shared
7
8PGM = $(ARCH)/startup.rel
9
10#C_PIECES = bspclean bsplibc bsppost bspstart bootcard main sbrk setvec \
11#    gnatinstallhandler
12C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c cntrltbl.c \
13    exit.c fault.c flttbl.c frmstr.c intrtbl.c kkprintf.c main.c nmi.c \
14    nulsystbl.c prcb.c rom_cntrltbl.c rom_ibr.c rom_prcb.c sbrk.c sctns.c \
15    setvec.c systbl.c
16
17noinst_HEADERS = asmfault.h asmstub.h cntrltbl.h fault.h faultret.h flttbl.h \
18    frmstr.h i960.h ihandler.h intrtbl.h main.h memchnl.h pmc901_memmap.h \
19    prcb.h rom_ibr.h rommon.h sctns.h systbl.h time.h
20
21S_FILES = asmfault.S asmstub.S ihandler.S
22
23OBJS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
24
25include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
26include $(top_srcdir)/../../../../../../automake/compile.am
27include $(top_srcdir)/../../../../../../automake/lib.am
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33$(PGM): $(OBJS)
34        $(make-rel)
35
36bsplib_DATA = linkcmds
37
38$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
39        $(INSTALL_DATA) $< $@
40
41# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
42
43TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
44
45all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
46
47.PRECIOUS: $(PGM)
48
49EXTRA_DIST = asmfault.S asmfault.h asmstub.S asmstub.h bspstart.c cntrltbl.c \
50    cntrltbl.h dram.ld exit.c fault.c fault.h faultret.h flttbl.c flttbl.h \
51    frmstr.c frmstr.h i960.h ihandler.S ihandler.h intrtbl.c intrtbl.h \
52    kkprintf.c linkcmds main.h memchnl.h nmi.c nulsystbl.c pmc901_memmap.h \
53    prcb.c prcb.h rom.ld rom_cntrltbl.c rom_ibr.c rom_ibr.h rom_prcb.c \
54    rommon.h rxgen_romld.S sctns.c sctns.h setvec.c systbl.c systbl.h time.h
55
56include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.