source: rtems/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am @ c1767be0

4.104.114.84.95
Last change on this file since c1767be0 was 5f4ee2a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:45:55

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

  • new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
  • old_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/mmu/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/clock/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc6xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc8xx/include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • mpc8xx/exceptions/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/include/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/src/Makefile.am: Use 'PREINSTALL_FILES ='.
  • shared/src/Makefile.am: Use 'CLEANFILES ='.
  • Property mode set to 100644
File size: 567 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_mpc8xxdir = $(includedir)/mpc8xx
8
9include_HEADERS = mpc8xx.h
10include_mpc8xx_HEADERS = console.h cpm.h mmu.h
11
12PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
13    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
14    $(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)
15
16$(PROJECT_INCLUDE)/mpc8xx:
17        $(mkinstalldirs) $@
18
19$(PROJECT_INCLUDE)/%.h: %.h
20        $(INSTALL_DATA) $< $@
21
22$(PROJECT_INCLUDE)/mpc8xx/%.h: %.h
23        $(INSTALL_DATA) $< $@
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.