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

Annotation of OpenXM/src/ox_maple/Makefile, Revision 1.2

1.2     ! ohara       1: # $OpenXM: OpenXM/src/ox_maple/Makefile,v 1.1 2004/06/21 12:46:04 takayama Exp $
1.1       takayama    2: all:   libsimple.so
                      3:
                      4: libsimple.so: simple.c
1.2     ! ohara       5:        gcc -fpic -fPIC -I../../include -c simple.c
1.1       takayama    6:        gcc -shared -Wl,-soname,libsimple.so -o libsimple.so simple.o ../ox_toolkit/libox.so
                      7:
                      8: clean:
                      9:        rm -f *~ *.o libsimple.so
                     10:        rm -f mwrap_*

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>