# $Id: Makefile,v 1.4 2001/08/10 22:23:08 mpashniak Exp $
# Copyright 2001 Sun Microsystems, Inc.  All rights reserved.
include ../../../dynamic.mk

CCEPHPCLASSDIR=$(CCE_INSTALLDIR)/ui/libPhp

install:
	-mkdir -p $(CCEPHPCLASSDIR)
	$(INSTALL) $(INST_BINFLAGS) CceClient.php $(CCEPHPCLASSDIR)
	$(INSTALL) $(INST_BINFLAGS) CceError.php $(CCEPHPCLASSDIR)
