source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/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: 655 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5
6VPATH = @srcdir@:@srcdir@/../../shared/openpic
7
8C_FILES = openpic.c
9
10H_FILES = ../../shared/openpic/openpic.h
11
[dc17e8ed]12OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[4e36a2f]13
[068231cd]14include $(top_srcdir)/../../../../../../automake/compile.am
[4e36a2f]15include $(top_srcdir)/../../../../../../automake/lib.am
16
17$(PROJECT_INCLUDE)/bsp:
18        $(mkinstalldirs) $< $@
19
20$(PROJECT_INCLUDE)/bsp/openpic.h: ../../shared/openpic/openpic.h
21        $(INSTALL_DATA) $< $@
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
[8c4566a]27PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/openpic.h
[4e36a2f]28
29all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
30
31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.