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

4.104.114.84.95
Last change on this file since f42a7891 was f42a7891, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 14:37:49

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • bootloader/Makefile.am: Cosmetics.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • irq/Makefile.am: Add preinstallation dirstamp support.
  • motorola/Makefile.am: Cosmetics.
  • openpic/Makefile.am: Cosmetics.
  • pci/Makefile.am: Cosmetics.
  • residual/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • vectors/Makefile.am: Add preinstallation dirstamp support.
  • vme/Makefile.am: Add preinstallation dirstamp support.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 1006 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/start
6
7S_FILES = start.S rtems_crti.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#
18bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
19bsplib_DATA += $(PROJECT_RELEASE)/lib/rtems_crti.$(OBJEXT)
20
21$(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
22        $(INSTALL_DATA) $< $@
23
24$(PROJECT_RELEASE)/lib/rtems_crti.$(OBJEXT): $(ARCH)/rtems_crti.$(OBJEXT)
25        $(INSTALL_DATA) $< $@
26
27TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
28TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems_crti.$(OBJEXT)
29
30all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT) $(TMPINSTALL_FILES)
31
32$(OBJS): $(ARCH)
33
34.PRECIOUS: $(ARCH)/start.$(OBJEXT) $(ARCH)/rtems_crti.$(OBJEXT)
35
36include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.