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

4.104.114.84.95
Last change on this file since f42a7891 was f42a7891, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 14:37:49

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

  • Makefile.am: Add preinstallation dirstamp support.
  • bootloader/Makefile.am: Cosmetics.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • irq/Makefile.am: Add preinstallation dirstamp support.
  • motorola/Makefile.am: Cosmetics.
  • openpic/Makefile.am: Cosmetics.
  • pci/Makefile.am: Cosmetics.
  • residual/Makefile.am: Cosmetics.
  • start/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • vectors/Makefile.am: Add preinstallation dirstamp support.
  • vme/Makefile.am: Add preinstallation dirstamp support.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 965 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/$(dirstamp):
27        @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
28        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
30
31$(PROJECT_INCLUDE)/bsp/pci.h: $(top_srcdir)/../shared/pci/pci.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pci.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/pci.h
34
35include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.