summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/mips/Makefile.am
blob: ed04a69b14198fb6920e3e18a5c012085730a71e (plain) (tree)
1
2
3
4
5
6
7
  
       
  

                              
                                           
 




                   

        
                              



                                     


                                                        
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../aclocal

SHARED_LIB = shared

if tx39
CPU_SUBDIR = tx39
endif

if r46xx
CPU_SUBDIR = clock timer r46xx
endif

SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)


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