summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/include/Makefile.am
blob: 804410ce0ec1d2aa50eb79da00d9a6feb58369ef (plain) (tree)
1
2
3
4
5
6



       
 
                                                               








                                                                
##
## $Id$
##


include_HEADERS = bsp.h bspopts.h coverhd.h syscall.h ramdisk.h

$(PROJECT_INCLUDE)/%.h: %.h
	$(INSTALL_DATA) $< $@

PREINSTALL_FILES = $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)

all-local: $(PREINSTALL_FILES)

include $(top_srcdir)/../../../../../../automake/local.am