summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
blob: 8bcfe9d8befd1f450cc673ac5e0094d76ce55404 (plain) (tree)
1
2
3
4
5
6
7





                              
                                                             






                             
                                                               

                             

                                                                 
 
                              
 
                              

                                                         
## 
## $Id$
## 

AUTOMAKE_OPTIONS = foreign 1.4

H_FILES = bsp.h registers.h ../../../shared/include/coverhd.h

$(PROJECT_INCLUDE):
	$(mkinstalldirs) $@

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

$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h
	$(INSTALL_DATA) $< $@

TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
    $(PROJECT_INCLUDE)/registers.h $(PROJECT_INCLUDE)/coverhd.h

all-local: $(TMPINSTALL_FILES)

EXTRA_DIST = bsp.h registers.h

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