# Set the following to the location of the NTL library NTL=/usr/local/ntl-3.6b CC=g++ INCLUDE=$(NTL)/include LIB=$(NTL)/lib CXXFLAGS=-O -I$(INCLUDE) LD=g++ OBJ1=ewordp.o OBJ2=$(LIB)/ntl.a all: ewordp ewordp: $(OBJ1) $(OBJ2)