# # Makefile for test directory # compilies test programs and performs tests on major functions # of libepp # # # which library to link to extended mallock debugging # MEM_DEBUG=-lefence # # define MEM_DEBUG_LOCATION if your memory debugging library # lives somewhere in non-standard place #MEM_DEBUG_LOCATION=/usr/local/lib # # We use real compilier flags # CFLAGS=-g -O2 -I ../../include LDFLAGS=-static -L.. ${MEM_DEBUG_LOCATION} LOADLIBES=-lepp -lm ${MEM_DEBUG} test: test_epplib testdata.dat test256.epp run_test.sh run_test.sh test_epplib: test_epplib.o ../libepp.a test_epplib.o: test_epplib.c