#
# $Id: Makefile,v 1.3 2003/03/21 00:21:13 ronpinkas Exp $
#

ROOT = ../../

C_SOURCES=\
	ppcore.c \
	ppcomp.c \
	pptable.c \
	pragma.c \

ifeq ($(HB_MT),MT)
   MT_LIBNAME=ppmt
endif

LIBNAME=pp

include $(TOP)$(ROOT)config/lib.cf
