# Copyright 02/04/2000 Sun Microsystems, Inc. All Rights Reserved
# 
# Makefile for Cdlib
#

CFLAGS=-g -xsb
CCFLAGS=-g -sb

.KEEP_STATE:

Cdlib:

clean:
	@-$(RM) -rf .sb Cdlib \
	  *.BAK *.delta core .prof .nm mon.out \
	  *.tcov *.d tags *~ SunWS_cache

