1#ckbn only used if export EACCSD=y while building
2
3OBJ_OPTIMIZE = eaccsd_x1.o eaccsd_x2.o tce_print_eax1.o tce_print_eax2.o tce_eax1_offset.o tce_eax2_offset.o \
4               tce_eom_eaxguess.o tce_jacobi_eax1.o tce_jacobi_eax2.o
5
6LIB_INCLUDES = -I../include
7
8LIBRARY = libtce.a
9
10USES_BLAS = eaccsd_x1.F eaccsd_x2.F tce_print_eax1.F tce_print_eax2.F tce_eax1_offset.F tce_eax2_offset.F \
11            tce_eom_eaxguess.F tce_jacobi_eax1.F tce_jacobi_eax2.F
12
13
14ifdef EACCSD
15      LIB_DEFINES += -DEACCSD
16endif
17LIB_DEFINES = -DDEBUG_PRINT
18#
19# Possible #defines
20#
21#              -DDEBUG_PRINT          /* Debug printing routines */
22#	       -DNOCOMMS              /* Turn off ALL communication calls */
23#              -DBLOCK_TRANSF         /* Use block-transfer for comms calls */
24#              -DOLD_AOBLOCK          /* Recover original AO blocking scheme */
25#
26
27HEADERS =
28
29include ../../config/makefile.h
30include ../../config/makelib.h
31
32