10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-05 10:55:59 +02:00
quantum_package/src/Makefile.common
2015-05-20 16:01:41 +02:00

13 lines
312 B
Makefile

# Include the user's config
include $(QPACKAGE_ROOT)/src/Makefile.config
# Define the Makefile common variables
EZFIO_DIR=$(QPACKAGE_ROOT)/EZFIO
EZFIO=$(EZFIO_DIR)/lib/libezfio_irp.a
LIB+=$(EZFIO) $(MKL)
IRPF90+=$(patsubst %, -I %, $(INCLUDE_DIRS)) $(IRPF90_FLAGS)
include Makefile.depend
include irpf90.make