## Created RJudd */
## SPAWARSYSCEN */
##*********************************************************************
## For TASP VSIPL Documentation and Code neither the United States    /
## Government, the United States Navy, nor any of their employees,    /
## makes any warranty, express or implied, including the warranties   /
## of merchantability and fitness for a particular purpose, or        /
## assumes any legal liability or responsibility for the accuracy,    /
## completeness, or usefulness of any information, apparatus,         /
## product, or process disclosed, or represents that its use would    /
## not infringe privately owned rights                                /
##********************************************************************/
## $Id: Makefile,v 2.0 2003/02/22 15:23:14 judd Exp $
CC=cc
DIR=../..
INCLUDE=-I$(DIR)/include
LIB=-L$(DIR)/lib
VSIPLIB=-lvsip
VULIB=-lVU
FFTWLIB=

atest: atest.c *.h
	$(CC) -o atest atest.c $(LIB) $(INCLUDE) $(VULIB) $(VSIPLIB) $(FFTWLIB) -lm

clean:
	rm -f atest
