# $Id: Makefile,v 1.2 2005/08/15 04:14:45 dodell Exp $ # Copyright 2001 Sun Microsystems, Inc. All rights reserved. # # Makefile for swig module creation. # May later do perl API creation as well as python. # include ../../rules.mk include /usr/lib/swig_lib/Makefile SWIG=swig SWIGOPT=-v -I../include/ -shadow TARGET=cce INTERFACE=cce.i INCLUDE= -g \ -I../include/ \ -I../../cscp/include/ \ -I../../codb/include/ \ -I../../conf/include/ \ -I../../scalar/include/ \ -I../../../devel-tools/libdebug/include/ \ -I../../../i18n/src/include/ \ -I/usr/local/include/glib-2.0 LIBS= \ -lcce -L../src/ SRCS= TARGET=cce INTERFACE=cce.i all:: python clean: rm -f *_wrap* *.o mypython code *.so *.sl *.pm