comparison makefile.cygwin_dll @ 386:97db060d0ef5 libtommath-orig libtommath-0.40

Update to LibTomMath 0.40
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 03:11:15 +0000
parents 91fbc376f010
children
comparison
equal deleted inserted replaced
282:91fbc376f010 386:97db060d0ef5
47 47
48 # build the test program using the windows DLL 48 # build the test program using the windows DLL
49 test: $(OBJECTS) windll 49 test: $(OBJECTS) windll
50 gcc $(CFLAGS) demo/demo.c libtommath.dll.a -Wl,--enable-auto-import -o test -s 50 gcc $(CFLAGS) demo/demo.c libtommath.dll.a -Wl,--enable-auto-import -o test -s
51 cd mtest ; $(CC) -O3 -fomit-frame-pointer -funroll-loops mtest.c -o mtest -s 51 cd mtest ; $(CC) -O3 -fomit-frame-pointer -funroll-loops mtest.c -o mtest -s
52
53 /* $Source: /cvs/libtom/libtommath/makefile.cygwin_dll,v $ */
54 /* $Revision: 1.2 $ */
55 /* $Date: 2005/05/05 14:38:45 $ */