#$Id: GNUmakefile,v 1.1 2008-09-30 18:35:55 jhammond Exp $

OBJ_OPTIMIZE =  tce_crop.o

LIB_INCLUDES = -I../include

LIBRARY = libtce.a

USES_BLAS = tce_crop.o
            
LIB_DEFINES = -DDEBUG_PRINT
#
# Possible #defines
#
#              -DDEBUG_PRINT          /* Debug printing routines */
#	       -DNOCOMMS              /* Turn off ALL communication calls */
#              -DBLOCK_TRANSF         /* Use block-transfer for comms calls */
#              -DOLD_AOBLOCK          /* Recover original AO blocking scheme */
#

HEADERS = 

include ../../config/makefile.h
include ../../config/makelib.h

