summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/include/Makefile.am
blob: 77974d6e6a8ea9f83336f8b43be48951c88a5832 (plain) (tree)
1
2
3
4
5
6
7
8
9
  
       
  
 
 
                                  
 

                                                  
 


                           


                           
                           

                             
                                

                             
                                                              

                                                         
 
                              
 
                                                                    
                                                         
##
## $Id$
##


include_bspdir = $(includedir)/bsp

include_HEADERS = bsp.h coverhd.h bspopts.h
include_bsp_HEADERS = mbx.h 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) $< $@

TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \
	$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
	$(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%)

all-local: $(TMPINSTALL_FILES)

include $(top_srcdir)/../../../../../../automake/force-preinstall.am
include $(top_srcdir)/../../../../../../automake/local.am