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

4.104.114.84.95
Last change on this file since 5f4ee2a 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
RevLine 
[3e30f27]1##
[8ef3818]2## $Id$
[3e30f27]3##
[8ef3818]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[98f3cfa]7include_mpc8xxdir = $(includedir)/mpc8xx
[8ef3818]8
[98f3cfa]9include_HEADERS = mpc8xx.h
10include_mpc8xx_HEADERS = console.h cpm.h mmu.h
[8ef3818]11
[5f4ee2a]12PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
[98f3cfa]13    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
14    $(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)
[8ef3818]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
[3e30f27]25all-local: $(PREINSTALL_FILES)
[8ef3818]26
27include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.