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

4.104.114.84.95
Last change on this file since 9f70652b was 9f70652b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/08/01 at 13:47:09

2001-05-26 Ralf Corsepius <corsepiu@…>

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