from building import *
import os

objs=[]
objs += SConscript('src/SConscript')
objs += SConscript('libcpu/SConscript')
Return('objs')
