summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus/include/Makefile.am
blob: d235103c8a7f9051d1c02aa7c3c3fc09b0a95699 (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