source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.am @ 03db12e

4.104.114.84.95
Last change on this file since 03db12e was 03db12e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:32

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • irq/Makefile.am: Remove all-local: $(ARCH).
  • motorola/Makefile.am: Remove all-local: $(ARCH).
  • openpic/Makefile.am: Remove all-local: $(ARCH).
  • pci/Makefile.am: Remove all-local: $(ARCH).
  • residual/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • vectors/Makefile.am: Remove all-local: $(ARCH).
  • vme/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 714 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/openpic
6
7C_FILES = openpic.c
8
9include_bspdir = $(includedir)/bsp
10nodist_include_bsp_HEADERS = $(top_srcdir)/../shared/openpic/openpic.h
11
12OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
13
14include $(top_srcdir)/../../../../automake/compile.am
15include $(top_srcdir)/../../../../automake/lib.am
16
17all-local: $(PREINSTALL_FILES) $(OBJS)
18
19PREINSTALL_FILES =
20
21$(PROJECT_INCLUDE)/bsp:
22        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
24
25$(PROJECT_INCLUDE)/bsp/openpic.h: $(top_srcdir)/../shared/openpic/openpic.h
26        $(INSTALL_DATA) $< $@
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/openpic.h
28
29include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.