10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-26 12:47:33 +02:00
quantum_package/src/Makefile.common

13 lines
312 B
Makefile
Raw Normal View History

2014-04-04 00:41:43 +02:00
# Include the user's config
include $(QPACKAGE_ROOT)/src/Makefile.config
2014-11-04 01:03:50 +01:00
# Define the Makefile common variables
2014-04-03 01:50:22 +02:00
EZFIO_DIR=$(QPACKAGE_ROOT)/EZFIO
EZFIO=$(EZFIO_DIR)/lib/libezfio_irp.a
LIB+=$(EZFIO) $(MKL)
2014-04-24 12:31:15 +02:00
IRPF90+=$(patsubst %, -I %, $(INCLUDE_DIRS)) $(IRPF90_FLAGS)
2015-05-18 10:09:45 +02:00
include Makefile.depend
2014-04-03 11:28:54 +02:00
include irpf90.make