source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/Makefile.am @ f2bd16e

4.104.114.84.95
Last change on this file since f2bd16e was f2bd16e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:29:19

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

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • bootloader/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • vme/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 963 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/motorola
6
7C_FILES = motorola.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10# FIXME: This doesn't give any sense here
11include_bspdir = $(includedir)/bsp
12nodist_include_bsp_HEADERS = $(top_srcdir)/../shared/motorola/motorola.h
13
14OBJS = $(C_O_FILES)
15
16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
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
25all-local: $(OBJS)
26
27PREINSTALL_FILES =
28
29$(PROJECT_INCLUDE)/bsp/$(dirstamp):
30        @$(mkdir_p) $(PROJECT_INCLUDE)/bsp
31        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
32
33$(PROJECT_INCLUDE)/bsp/motorola.h: $(top_srcdir)/../shared/motorola/motorola.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/motorola.h
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.h
36
37include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.