summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/arm_bare_bsp/include/Makefile.am
blob: 6e4ee50f82468ca72ca6b507809e22b698dc0f62 (plain) (tree)























                                                                            
## 
## $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