]> www.wagner.pp.ru Git - oss/fgis.git/blob - lib/test/Makefile
First checked in version
[oss/fgis.git] / lib / test / Makefile
1 #
2 # Makefile for test directory 
3 # compilies test programs and performs tests on major functions
4 # of libepp
5
6
7 #
8 # which library to link to extended mallock debugging
9 #
10 MEM_DEBUG=-lefence
11
12 # define MEM_DEBUG_LOCATION if your memory debugging library 
13 # lives somewhere in non-standard place
14 #MEM_DEBUG_LOCATION=/usr/local/lib
15 #
16 # We use real compilier flags 
17 #
18 CFLAGS=-g -O2 -I ../../include
19 LDFLAGS=-static -L.. ${MEM_DEBUG_LOCATION}
20 LOADLIBES=-lepp -lm ${MEM_DEBUG}
21
22 test: test_epplib testdata.dat test256.epp run_test.sh
23         run_test.sh
24 test_epplib: test_epplib.o ../libepp.a
25
26 test_epplib.o: test_epplib.c