source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/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: 839 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: $(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.