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


       
 
                                         
 


                
                                      
                                   
 
                                                
                                                                     




                                                                    
                                
                                       
                                       
 
                              
 
                               
 
                                       
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

CLEANFILES =
DISTCLEANFILES =

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

include_rtems_mipsdir = $(includedir)/rtems/mips
include_rtems_mips_HEADERS = rtems/mips/idtcpu.h rtems/mips/iregdef.h

include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
    rtems/score/types.h

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

all-local: $(PREINSTALL_FILES)

include $(srcdir)/preinstall.am

include $(top_srcdir)/automake/local.am