source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.am @ 23090f33

4.104.114.84.95
Last change on this file since 23090f33 was 23090f33, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 13:22:48

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

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • include/bsp.h: Add copy of ../shared/include/bsp.h (Violates BSP coding standards).
  • configure.ac: Reflect changes above.
  • irq/Makefile.am: Fix header installation.
  • motorola/Makefile.am: Fix header installation.
  • openpic/Makefile.am: Fix header installation.
  • pci/Makefile.am: Fix header installation.
  • Property mode set to 100644
File size: 847 bytes
Line 
1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../shared/pci
6
7C_FILES = pci.c detect_raven_bridge.c pcifinddevice.c
8C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include_bspdir = $(includedir)/bsp
11nodist_include_bsp_HEADERS = $(top_srcdir)/../shared/pci/pci.h
12
13OBJS = $(C_O_FILES)
14
15include $(top_srcdir)/../../../../automake/compile.am
16include $(top_srcdir)/../../../../automake/lib.am
17
18AM_CFLAGS += -O2
19
20# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
21
22all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
23
24PREINSTALL_FILES =
25
26$(PROJECT_INCLUDE)/bsp:
27        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
28PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
29
30$(PROJECT_INCLUDE)/bsp/pci.h: $(top_srcdir)/../shared/pci/pci.h
31        $(INSTALL_DATA) $< $@
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/pci.h
33
34include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.