source: rtems/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am @ 9630de8

4.104.114.84.95
Last change on this file since 9630de8 was 9630de8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/02 at 08:17:45

2002-12-14 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 983 bytes
RevLine 
[df49c60]1##
[10726095]2## $Id$
[df49c60]3##
[10726095]4
5
[2700423]6VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
[10726095]7
[4e36a2f]8PGM = $(ARCH)/startup.rel
[10726095]9
10C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c main.c bootcard.c sbrk.c \
[e13b2ec0]11    setvec.c spurious.c erc32mec.c
[9a4a887]12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[10726095]13
[2700423]14S_FILES = boardinit.S
[9a4a887]15S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[2700423]16
17OBJS = $(C_O_FILES) $(S_O_FILES)
[10726095]18
[0ecf57c7]19include $(top_srcdir)/../../../../../../automake/compile.am
[10726095]20include $(top_srcdir)/../../../../../../automake/lib.am
21
22#
23# (OPTIONAL) Add local stuff here using +=
24#
25
26# USE_INIT_FINI tells main.c what C++ help we need.
27AM_CPPFLAGS += -DUSE_INIT_FINI
28
[4e36a2f]29$(PGM): $(OBJS)
[10726095]30        $(make-rel)
31
[f1feebb]32bsplib_DATA = linkcmds
33
[10726095]34$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
35        $(INSTALL_DATA) $< $@
36
[4e36a2f]37TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
[10726095]38
[4e36a2f]39all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
[10726095]40
[4e36a2f]41.PRECIOUS: $(PGM)
42
[2700423]43EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S
[10726095]44
45include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.