source: rtems/c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am @ f4d43dd

4.104.114.84.95
Last change on this file since f4d43dd was f4d43dd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:37:30

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

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[f849f3e]1##
2## $Id$
3##
4
5
[d33dd2f]6VPATH = @srcdir@:@srcdir@/../../../shared:@srcdir@/../../shared/gdbstub:@srcdir@/../../../shared/gdbstub
[f849f3e]7
8PGM = $(ARCH)/startup.rel
9
10C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
[3f1c124]11    gnatinstallhandler.c setvec.c mips-stub.c gdb-support.c rtems-stub-glue.c
[f849f3e]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
14OBJS = $(C_O_FILES)
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../../../../../../automake/compile.am
18include $(top_srcdir)/../../../../../../automake/lib.am
19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
[ffdc659]24AM_CPPFLAGS += -I @srcdir@/../../shared/gdbstub
25
[f849f3e]26$(PGM): $(OBJS)
27        $(make-rel)
28
[f4d43dd]29bsplib_DATA = linkcmds
30
[f849f3e]31$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
32        $(INSTALL_DATA) $< $@
33
34# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
35TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
36
37all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
38
39.PRECIOUS: $(PGM)
40
41EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
42
43include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.