source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am @ 6891f9f6

4.104.114.84.95
Last change on this file since 6891f9f6 was f1feebb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:47:59

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

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