## ## $Id$ ## AUTOMAKE_OPTIONS = foreign 1.4 H_FILES = bsp.h registers.h $(PROJECT_INCLUDE): $(mkinstalldirs) $@ $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(INSTALL_DATA) $< $@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) all: $(PREINSTALL_FILES) EXTRA_DIST = bspio.h bsp.h uart.h registers.h include $(top_srcdir)/../../../../../../automake/local.am