Add python file to split top.bb.f & model.bb.f

This commit is contained in:
joey0320
2023-02-02 22:16:28 -08:00
committed by abejgonzalez
parent c9cf69d1c0
commit 9e8812d7fb
4 changed files with 145 additions and 2 deletions

View File

@@ -182,6 +182,8 @@ MODEL_MODS_FILELIST ?= $(build_dir)/$(long_name).model.f
# list of all blackbox files (may be included in the top/model.f files)
# this has the build_dir appended
BB_MODS_FILELIST ?= $(build_dir)/$(long_name).bb.f
TOP_BB_MODS_FILELIST ?= $(build_dir)/$(long_name).top.bb.f
MODEL_BB_MODS_FILELIST ?= $(build_dir)/$(long_name).model.bb.f
# all module files to include (top, model, bb included)
ALL_MODS_FILELIST ?= $(build_dir)/$(long_name).all.f