source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/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: 1.1 KB
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5VPATH = @srcdir@:@srcdir@/../../shared/motorola
6
7C_FILES = motorola.c
[dc17e8ed]8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]9
10# FIXME: This doesn't give any sense here
[23090f33]11include_bspdir = $(includedir)/bsp
12nodist_include_bsp_HEADERS = $(top_srcdir)/../shared/motorola/motorola.h
[4e36a2f]13
14OBJS = $(C_O_FILES)
15
[6badcc2]16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
[4e36a2f]18
19#
20# (OPTIONAL) Add local stuff here using +=
21#
22
23# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
24
[03db12e]25all-local: $(OBJS)
[4e36a2f]26
[f42a7891]27    $(top_srcdir)/../shared/motorola/motorola.h
28        $(INSTALL_DATA) $< $@
29
[23090f33]30PREINSTALL_FILES =
31
[f42a7891]32$(PROJECT_INCLUDE)/bsp/$(dirstamp):
[23090f33]33        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
[f42a7891]34        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
[23090f33]36
[f42a7891]37$(PROJECT_INCLUDE)/bsp/motorola.h: $(top_srcdir)/../shared/motorola/motorola.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/motorola.h
[23090f33]39PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.h
40
[6badcc2]41include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.