source: rtems/c/src/lib/libcpu/powerpc/mpc8xx/Makefile.am @ 0dcf8597

4.104.114.84.95
Last change on this file since 0dcf8597 was 0dcf8597, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/02 at 15:14:36

2002-12-02 Ralf Corsepius <corsepiu@…>

  • mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
  • mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
  • mpc8260/include/Makefile.am: Remove.
  • mpc8xx/include/Makefile.am: Remove.
  • configure.ac: Remove mpc8260/include/Makefile. Remove mpc8xx/include/Makefile.
  • Property mode set to 100644
File size: 716 bytes
Line 
1##
2## $Id$
3##
4
5SUBDIRS = . console-generic clock timer cpm mmu exceptions
6
7include_mpc8xxdir = $(includedir)/mpc8xx
8
9include_HEADERS = include/mpc8xx.h
10include_mpc8xx_HEADERS = include/console.h include/cpm.h include/mmu.h
11
12PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
13    $(include_HEADERS:include/%=$(PROJECT_INCLUDE)/%) \
14    $(include_mpc8xx_HEADERS:include/%=$(PROJECT_INCLUDE)/mpc8xx/%)
15
16$(PROJECT_INCLUDE)/mpc8xx:
17        $(mkinstalldirs) $@
18
19$(PROJECT_INCLUDE)/%.h: include/%.h
20        $(INSTALL_DATA) $< $@
21
22$(PROJECT_INCLUDE)/mpc8xx/%.h: include/%.h
23        $(INSTALL_DATA) $< $@
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../../../automake/subdirs.am
28include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.