aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
blob: 71ce9a87c781ba394eacb720b3bf1338194629cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile for standalone test programs in this directory
# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AEILocalInterp/src/makefile,v 1.1.1.1 2003-07-06 11:16:11 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 \
            -DAEILOCALINTERP_STANDALONE_TEST -o test_molecule_posn \
            test_molecule_posn.c molecule_posn.c -lm

.PHONY	: clean
clean	:
	-rm test_molecule_posn