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

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

1.1     ! takayama    1: # $OpenXM$
        !             2: all:   libsimple.so
        !             3:
        !             4: libsimple.so: simple.c
        !             5:        gcc -fPIC -I/private/taka/OpenXM/include -c simple.c
        !             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>