1*0861b331Schristosbin_PROGRAMS = test
2*0861b331Schristos
3*0861b331Schristos
4*0861b331Schristostest_SOURCES=test.c multi_exp.c ../bi_gmp.c ../bi_openssl.c ../bi.c \
5*0861b331Schristos	../../../include/bi.h ../../../include/bi_openssl.h ../../../include/bi_gmp.h
6*0861b331Schristostest_CFLAGS=-G
7*0861b331Schristos
8*0861b331Schristos# test_CFLAGS=-I../../../include -DBI_OPENSSL
9*0861b331Schristos
10