source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am @ 8b9aa32d

Last change on this file since 8b9aa32d was 8b9aa32d, checked in by Joel Sherrill <joel.sherrill@…>, on 06/07/00 at 13:34:55

Added -DUSE_INIT_FINI so they should be able to run C++ tests.

  • Property mode set to 100644
File size: 817 bytes
RevLine 
[6f921ba]1##
[4e36a2f]2## $Id$
[6f921ba]3##
[4e36a2f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[6f921ba]7VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../../shared:@srcdir@/../../shared/startup
[4e36a2f]8
9C_FILES = bootcard.c main.c bspstart.c bsppost.c bsplibc.c sbrk.c bspclean.c \
10    gnatinstallhandler.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
13OBJS = $(C_O_FILES)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../../../../../../automake/lib.am
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
23        $(INSTALL_DATA) $< $@
24
25# FIXME: This should not be here
[6f921ba]26# $(PROJECT_RELEASE)/lib/libbsp.a:
[4e36a2f]27#       cd ../wrapup; $(MAKE) $(AM_MAKEFLAGS)
28
29TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
30
[effc2c4]31all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
[4e36a2f]32
33EXTRA_DIST = linkcmds
34
35include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.