source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.am @ 32a80b6

4.104.114.84.95
Last change on this file since 32a80b6 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: 814 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/start
6
7S_FILES = start.S
8S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
9
10OBJS = $(S_O_FILES)
11
12include $(top_srcdir)/../../../../../../automake/compile.am
13include $(top_srcdir)/../../../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19install-data-local: $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
20        @$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
21        $(INSTALL_DATA) $< $(DESTDIR)$(bsplibdir)
22
23$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
24        $(INSTALL_DATA) $< $@
25
26TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
27
28all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
29
30.PRECIOUS: $(ARCH)/start.$(OBJEXT)
31
32include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.