mirror of
https://github.com/LCPQ/DEHam
synced 2024-12-21 20:03:40 +01:00
Makefile Update
added in line 27 IRPF90_temp/ knowing that the requsted file should be in that directory.
This commit is contained in:
parent
934b7494e0
commit
4e5e4f36ec
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ ${BIN_DIR}:
|
||||
directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR}
|
||||
|
||||
${LIB_DIR}/irpf90.a: directories
|
||||
cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp irpf90.a ../${LIB_DIR}
|
||||
cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp IRPF90_temp/irpf90.a ../${LIB_DIR}
|
||||
|
||||
${OBJ_DIR}/read2.o: ${SRC_DIR}/read2.c directories chkopts
|
||||
${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}
|
||||
|
Loading…
Reference in New Issue
Block a user