#$Id: GNUmakefile,v 1.2 2007-10-30 17:20:50 jhammond Exp $

OBJ_OPTIMIZE = ccsd_quad_ot1.o ccsd_quad_ot2.o \
               ccsd_quad_xy1.o ccsd_quad_xy2.o

LIB_INCLUDES = -I../include

LIBRARY = libtce.a

USES_BLAS = ccsd_quad_ot1.F ccsd_quad_ot2.F \
            ccsd_quad_xy1.F ccsd_quad_xy2.F

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

