source: rtems/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am @ 825b119

4.104.114.84.95
Last change on this file since 825b119 was 825b119, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/01 at 19:09:22

2001-11-28 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use _HEADER instead of H_FILES.
  • irq/Makefile.am: Ditto.
  • openpic/Makefile.am: Ditto.
  • include/bsp.h: Include <bspopts.h>.
  • Property mode set to 100644
File size: 448 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7C_FILES = openpic.c
8
9include_bspdir = $(includedir)/bsp
10include_bsp_HEADERS = openpic.h
11
12$(PROJECT_INCLUDE)/bsp:
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/bsp/%.h: %.h
16        $(INSTALL_DATA) $< $@
17
18PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \
19    $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%)
20
21all-local: $(PREINSTALL_FILES)
22
23EXTRA_DIST = openpic.c
24
25include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.