# $Id: Makefile,v 1.2 2005/08/15 04:14:44 dodell Exp $ # Copyright 2001 Sun Microsystems, Inc. All rights reserved. # # This is a header to gmake a dunamic PHP extension for cce. # include ../../dynamic.mk # FIXME: To install this you will need to manually copy dl/phpdl.h from your # PHP source tree into /usr/local/include/php/ CCEMODULE = cce-libcce all: gmake -C src clean: gmake -C src clean depend: install: gmake -C src install gmake -C class install