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

4.104.114.84.95
Last change on this file since e00763df was 7a78028, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 15:10:36

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

  • bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • residual/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.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 828 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)/%.$(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.