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

4.104.114.84.95
Last change on this file since 84f0cfb was 84f0cfb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:52:20

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

  • bootloader/Makefile.am: Misc cleanups and fixes.
  • motorola/Makefile.am: Misc cleanups and fixes.
  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • startup/linkcmds: Preparations for gcc-3.3.x.
  • Property mode set to 100644
File size: 1.0 KB
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        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
31        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
33
34$(PROJECT_INCLUDE)/bsp/motorola.h: $(top_srcdir)/../shared/motorola/motorola.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/motorola.h
36PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.h
37
38include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.