URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [score603e/] [include/] [Makefile.am] - Rev 623
Go to most recent revision | Compare with Previous | Blame | View Log
##
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:03 chris Exp $
##
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = bsp.h coverhd.h chain.h gen1.h gen2.h tod.h
$(PROJECT_INCLUDE)/bsp.h: bsp.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/chain.h: chain.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/gen1.h: gen1.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/gen2.h: gen2.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/tod.h: tod.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
$(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/chain.h \
$(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \
$(PROJECT_INCLUDE)/tod.h
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = bsp.h chain.h coverhd.h gen1.h gen2.h tod.h
include $(top_srcdir)/../../../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log