#$Id: GNUmakefile 21400 2011-11-04 16:02:04Z d3p852 $

SUBDIRS = 

OBJ = ncc_input.o ncc_driver.o

OBJ_OPTIMIZE = ncc_util.o \
               ncc_singles.o ncc_doubles.o \
               ncc_fourindex.o


LIBRARY = libncc.a

USES_BLAS = 

LIB_DEFINES += -DDEBUG_PRINT -DDETAILED_FREE

HEADERS =

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

