makefile cleanup

This commit is contained in:
edoapra 2023-08-04 17:37:29 -07:00
parent 81c962a256
commit 7140d507d3
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -1,14 +1,6 @@
#$Id$
OBJ_OPTIMIZE = map_hcore.o rot_vir.o ducc.o hh.o hp.o pp.o hhhh.o pppp.o hhhp.o ppph.o hhpp.o hphp.o
include ../../config/makefile.h
ifeq ($(FC),ifx)
#fix for hhhh.F segv crash with ifx 2023.2.0
FOPTIMIZE = -O0
V=1
endif
LIB_INCLUDES = -I../include
LIBRARY = libtce.a
@ -20,16 +12,15 @@ LIB_DEFINES = -DDEBUG_PRINT
ifdef OPTIMIZE_DUCC
LIB_DEFINES += -DOPTIMIZE_DUCC
endif
#
# 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
V=1
ifeq ($(FC),ifx)
#fix for hhhh.F segv crash with ifx 2023.2.0
FOPTIMIZE = -O0
endif