URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [mpc8xx/] [include/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.5 2002/03/28 00:48:15 joel Exp
##
include_mpc8xxdir = $(includedir)/mpc8xx
include_HEADERS = mpc8xx.h
include_mpc8xx_HEADERS = console.h cpm.h mmu.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)
$(PROJECT_INCLUDE)/mpc8xx:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/mpc8xx/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am