[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_maple

File: [local] / OpenXM / src / ox_maple / Makefile (download)

Revision 1.1, Mon Jun 21 12:46:04 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN

A sample implementation of calling ox servers from maple.
It uses ox_toolkit.

# $OpenXM: OpenXM/src/ox_maple/Makefile,v 1.1 2004/06/21 12:46:04 takayama Exp $
all:   libsimple.so

libsimple.so: simple.c
	gcc -fPIC -I/private/taka/OpenXM/include -c simple.c
	gcc -shared -Wl,-soname,libsimple.so -o libsimple.so simple.o ../ox_toolkit/libox.so

clean:
	rm -f *~ *.o libsimple.so
	rm -f mwrap_*