summaryrefslogblamecommitdiffstats
path: root/cpukit/score/cpu/powerpc/Makefile.am
blob: 65007ef533339ef582ca900340f155c45c2b8c52 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                         
 
                                      
                                   

                                                  


                                                   
 


                                                         



                                       
                               
                                       
include $(top_srcdir)/automake/compile.am

include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/asm.h

include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/powerpc.h
include_rtems_score_HEADERS += rtems/score/cpu.h
include_rtems_score_HEADERS += rtems/score/types.h

include_rtems_powerpcdir = $(includedir)/rtems/powerpc
include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h

noinst_LIBRARIES = libscorecpu.a
libscorecpu_a_SOURCES = cpu.c
libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)

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