source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am @ 25bc7ee8

4.104.114.84.95
Last change on this file since 25bc7ee8 was 25bc7ee8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:39:33

2001-09-27 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • irq/Makefile.am: Use 'PREINSTALL_FILES ='.
  • vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 627 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_bspdir = $(includedir)/bsp
8
9include_HEADERS = bsp.h coverhd.h bspopts.h
10include_bsp_HEADERS = mbx.h commproc.h 8xx_immap.h
11
12$(PROJECT_INCLUDE):
13        $(mkinstalldirs) $@
14
15$(PROJECT_INCLUDE)/bsp:
16        $(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21$(PROJECT_INCLUDE)/bsp/%.h : %.h
22        $(INSTALL_DATA) $< $@
23
24PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \
25        $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
26        $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%)
27
28all-local: $(PREINSTALL_FILES)
29
30include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.