## ## $Id$ ## AUTOMAKE_OPTIONS = foreign 1.4 include_bspdir = $(includedir)/bsp include_HEADERS = bsp.h coverhd.h canbus.h info.h bspopts.h include_bsp_HEADERS = commproc.h 8xx_immap.h $(PROJECT_INCLUDE): $(mkinstalldirs) $@ $(PROJECT_INCLUDE)/bsp: $(mkinstalldirs) $@ $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ $(PROJECT_INCLUDE)/bsp/%.h : %.h $(INSTALL_DATA) $< $@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \ $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%) all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am