source: rtems/c/src/lib/libbsp/i386/shared/pci/Makefile.am @ 67113c7

4.104.114.84.95
Last change on this file since 67113c7 was 58695566, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:47

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
comm/Makefile.am: Reflect having moved automake.
io/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
pci/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 351 bytes
Line 
1##
2## $Id$
3##
4
5
6include_HEADERS = pcibios.h
7
8C_FILES = pcibios.c
9
10$(PROJECT_INCLUDE):
11        $(mkinstalldirs) $@
12$(PROJECT_INCLUDE)/%.h: %.h
13        $(INSTALL_DATA) $< $@
14
15PREINSTALL_FILES = $(PROJECT_INCLUDE) \
16    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
17
18all-local: $(PREINSTALL_FILES)
19
20EXTRA_DIST = pcibios.c
21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.