# $Id: Makefile,v 1.5 2001/08/10 22:23:13 mpashniak Exp $
# Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
# Makefile for libcommon inside CCE

include ../dynamic.mk

all: 
	$(MAKE) -C src all

debug:
	$(MAKE) all DEBUG="$(CCE_DEBUG) -DDEBUG_COMMON"

depend:  
	$(MAKE) -C src depend

test:
	$(MAKE) -C test

clean:
	$(MAKE) -C src clean
	$(MAKE) -C test clean
