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

                                                                 

                                                                   
                       


                                  















                                                   
 

                                                     
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../../../../aclocal

# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = . clock console startup start timer tod PCI_bus vectors \
    @exceptions@ wrapup

include $(top_srcdir)/../../bsp.am

include_HEADERS += include/coverhd.h include/gen2.h
include_HEADERS += include/tod.h

all-local: $(PREINSTALL_FILES)

$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
	$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h

$(PROJECT_INCLUDE)/gen2.h: include/gen2.h
	$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/gen2.h

$(PROJECT_INCLUDE)/tod.h: include/tod.h
	$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h

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