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

Last change on this file since ef42b5c was 83ae314, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:57:44

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • startup/Makefile.am, startup/linkcmds startup/Makefile.am, startup/bspstart.c, startup/pgtbl_activate.c, startup/pgtbl_setup.c: Let the powerpc/shared (+derived) BSPs use pagetable support from libcpu.
  • Property mode set to 100644
File size: 860 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 pgtbl_setup.c pgtbl_activate.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
12OBJS = $(C_O_FILES)
13
14include $(top_srcdir)/../../../../../../automake/compile.am
15include $(top_srcdir)/../../../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21bsplib_DATA = linkcmds
22
23$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
24        $(INSTALL_DATA) $< $@
25
26# FIXME: This should not be here
27# $(PROJECT_RELEASE)/lib/libbsp.a:
28#       cd ../wrapup; $(MAKE) $(AM_MAKEFLAGS)
29
30TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
31
32all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
33
34EXTRA_DIST = linkcmds
35
36include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.