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

4.104.114.84.95
Last change on this file since 914981ce was 88a67b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:54:29

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 1.1 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
[88a67b6]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[f849f3e]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.