1 Star 0 Fork 0

WangYue0426/pyhyp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Hyp_Common.mk 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
# ******************************************************************
# * *
# * File: Hyp_Common.mk *
# * Author: Gaetan Kenway *
# * Starting date: 04-05-2013 *
# * Last modified: 04-05-2013 *
# * *
# ******************************************************************
HYP_MODDIR = $(HYP_DIR)/mod
HYP_OBJDIR = $(HYP_DIR)/obj
HYP_LIBDIR = $(HYP_DIR)/lib
# ******************************************************************
# * *
# * Include the file describing the compiler settings. *
# * *
# ******************************************************************
HYP_COMPILERS = $(HYP_DIR)/config.mk
ifneq ($(MAKECMDGOALS),clean)
include ${HYP_COMPILERS}
endif
# ******************************************************************
# * *
# * Redefine .SUFFIXES to be sure all the desired ones are *
# * included. *
# * *
# ******************************************************************
.SUFFIXES: .o .f .F .f90 .F90
# ******************************************************************
# * *
# * Arguments of make clean. *
# * *
# ******************************************************************
MAKE_CLEAN_ARGUMENTS = *~ *.o *.mod *.il *.stb c_*
# ******************************************************************
# * *
# * Compiler flags to compile the sources. *
# * The macro's ADDITIONAL_FF90_FLAGS and ADDITIONAL_CC_FLAGS *
# * make it possible that every subdirectory adds its own specific *
# * compiler flags, if necessary. *
# * *
# ******************************************************************
FF90_ALL_FLAGS = -I$(HYP_MODDIR) $(CGNS_INCLUDE_FLAGS) \
$(FF90_GEN_FLAGS) $(FF90_OPT_FLAGS) $(PETSC_INCLUDE_FLAGS)
CC_ALL_FLAGS = -I$(HYP_MODDIR) $(CGNS_INCLUDE_FLAGS) \
$(CC_GEN_FLAGS) $(CC_OPT_FLAGS) $(PETSC_INCLUDE_FLAGS)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyue0426/pyhyp.git
git@gitee.com:wangyue0426/pyhyp.git
wangyue0426
pyhyp
pyhyp
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385