include ../Config.mk

#clean: override SUBDIRS = src cppunit

SUBDIRS = src

# ifneq "$(PP_BUILD_TYPE)" "final"
# ifneq ($(PP_FEAT_IN_SDK), 1)
# ifeq ($(PP_FEAT_CPPUNIT_TEST), 1)
# ifneq ($(PP_FEAT_RPCCFG),1)
# # don't build this for RIPCKIMXN, cause libpp_rpc needs symbols from many many many libs :)
# # FIXME: (ron) use multicore binaries for the eric process ? 
# SUBDIRS += cppunit
# endif
# endif
# endif
# endif

include $(PP_BUILD_SYS_DIR)/Top.mk
