[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.2, Sat Jun 26 13:19:01 2004 UTC (19 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.1: +2 -2 lines

fixed

# $OpenXM: OpenXM/src/ox_maple/Makefile,v 1.2 2004/06/26 13:19:01 ohara Exp $
all:   libsimple.so

libsimple.so: simple.c
	gcc -fpic -fPIC -I../../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_*