# Makefile for standalone test programs in this directory # $Header: /mnt/data2/cvs2svn/cvs-repositories/arrangements/CactusBase/LocalInterp/src/GeneralizedPolynomial-Uniform/makefile,v 1.7 2003-05-02 18:57:57 jthorn Exp $ test_molecule_posn : test_molecule_posn.c molecule_posn.c \ InterpLocalUniform.h gcc -g \ -Wall -W -Wno-unused -Wshadow -Winline -Wpointer-arith \ -Wbad-function-cast -Wcast-align -Wcast-qual \ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \ -DLOCALINTERP_STANDALONE_BUILD -o test_molecule_posn \ test_molecule_posn.c molecule_posn.c -lm .PHONY : clean clean : -rm test_molecule_posn