source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.am @ 7a78028

4.104.114.84.95
Last change on this file since 7a78028 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: 1.0 KB
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5
6VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/vectors
7
8C_FILES = vectors_init.c
[dc17e8ed]9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]10
11H_FILES = ../../shared/vectors/vectors.h
12
13S_FILES = vectors.S
[dc17e8ed]14S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[4e36a2f]15
16OBJS = $(S_O_FILES) $(C_O_FILES)
17
[068231cd]18include $(top_srcdir)/../../../../../../automake/compile.am
[4e36a2f]19include $(top_srcdir)/../../../../../../automake/lib.am
20
21#
22# (OPTIONAL) Add local stuff here using +=
23#
24
25$(PGM): $(OBJS)
26        $(make-rel)
27
[7e111950]28include_bspdir = $(includedir)/bsp
29include_bsp_HEADERS = ../../shared/vectors/vectors.h
30
[4e36a2f]31$(PROJECT_INCLUDE)/bsp:
32        $(mkinstalldirs) $@
33
34$(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h
35        $(INSTALL_DATA) $< $@
36
[7e111950]37TMPINSTALL_FILES += $(PROJECT_INCLUDE)
38TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
39TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
[4e36a2f]40
[7e111950]41all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS)
[4e36a2f]42
[7e111950]43include $(top_srcdir)/../../../../../../automake/force-preinstall.am
[4e36a2f]44include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.