summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/Makefile.am
blob: bc039bbeb5a961f274f9683439d4ce55647dc554 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                        
 
                                                     
 
                                  
                                       
 


                                 
                                              
 
                                          
                                                            
                                  
 
                                                        
 

                                     
                                  
 
                                                              
 
                            
                  
 

                                                                   
                                                          
                                                                    
                                                                         
                                                           

                                                       
 

                                                                  
                                       

                                                 

                                            


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

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

include_bspdir = $(includedir)/bsp
include_bsp_HEADERS = include/syscall.h

dist_project_lib_DATA = bsp_specs

include_HEADERS = include/bsp.h
include_HEADERS += ../../shared/include/tm27.h

nodist_include_HEADERS = include/bspopts.h
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
DISTCLEANFILES = include/bspopts.h

nodist_include_HEADERS += ../../shared/include/coverhd.h

noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)

dist_project_lib_DATA += startup/linkcmds startup/linkcmds.sim

noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =

# startup
libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
    ../../shared/bsppredriverhook.c ../shared/bspstart.c \
    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
    ../../shared/bspclean.c ../../shared/sbrk.c ../../shared/bootcard.c \
    ../../shared/gnatinstallhandler.c ../shared/bsphwinit.c
# clock
libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c

# trap34
libbsp_a_SOURCES += trap34/console-io.c trap34/console-support.S \
    ../../shared/dummy_printk_support.c
# console
libbsp_a_SOURCES += ../../shared/console-polled.c
# timer
libbsp_a_SOURCES += ../../shared/timerstub.c

libbsp_a_LIBADD = \
    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/score.rel

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