1 Star 0 Fork 0

yuncai_shenzhen/PI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
# DOXYGEN SUPPORT
@DX_RULES@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
if WITH_CLI
MAYBE_CLI = CLI
endif
if WITH_PROTO
MAYBE_PROTO = proto
endif
# examples need to come after generators!
# proto depends on frontends_extra/cpp!
SUBDIRS = third_party lib include src generators targets $(MAYBE_CLI) examples \
bin tests frontends_extra $(MAYBE_PROTO)
DIST_SUBDIRS = third_party lib include src generators targets CLI examples \
bin tests frontends_extra $(MAYBE_PROTO)
AM_DISTCHECK_CONFIGURE_FLAGS = --with-bmv2 --with-fe-cpp
# ensure the distribution of the doxygen configuration file
EXTRA_DIST = $(top_srcdir)/docs/doxygen.cfg \
$(top_srcdir)/docs/bfn_latex.sty \
$(top_srcdir)/docs/*.md
mostlyclean-local:
-$(RM) -r $(DX_CLEANFILES)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuncaicheng/PI.git
git@gitee.com:yuncaicheng/PI.git
yuncaicheng
PI
PI
main

搜索帮助