source: rtems/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am @ 0ecf57c7

4.104.114.84.95
Last change on this file since 0ecf57c7 was 0ecf57c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:54:50

2000-09-04 Ralf Corsepius <corsepiu@…>

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