1 Star 0 Fork 0

p4lang-mirror/p4ofagent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.am 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Pierce McEntagart 提交于 2016-07-26 15:31 . Foce sequintial build. (#20)
lib_LIBRARIES = libp4ofagent.a
SUBDIRS = inc
AM_CPPFLAGS = -I$(srcdir)/inc
AM_CPPFLAGS += -I inc
AM_CPPFLAGS += -Isubmodules/indigo/modules/indigo/module/inc
AM_CPPFLAGS += -Isubmodules/indigo/submodules/loxigen-artifacts/loci/inc
AM_CPPFLAGS += -Isubmodules/indigo/submodules/infra/modules/AIM/module/inc
AM_CPPFLAGS += -Isubmodules/indigo/modules/OFConnectionManager/module/inc
AM_CPPFLAGS += -Isubmodules/indigo/modules/SocketManager/module/inc
AM_CPPFLAGS += -Isubmodules/indigo/modules/OFStateManager/module/inc
AM_CPPFLAGS += -I/usr/include/libnl3
AM_CPPFLAGS += -lrt
AM_CPPFLAGS += -fPIC
p4ofagent_includes = \
inc/p4ofagent/callbacks.h \
inc/p4ofagent/openflow-spec1.3.0.h \
inc/p4ofagent/p4ofagent.h \
inc/p4ofagent/parse.h
p4ofagent_headers = \
src/state.h \
src/cpu_packet.h \
$(p4ofagent_includes)
p4ofagent_sources = \
src/callbacks.c \
src/cpu_packet.c \
src/ind_fwd.c \
src/ind_ports.c \
src/p4ofagent.c \
src/parse.c \
src/state.c
libp4ofagent_a_SOURCES = $(p4ofagent_headers) $(p4ofagent_sources)
nobase_include_HEADERS = dependmodules.x
indigo-lib:
make -f indigo-lib.mk indigo-lib
find submodules -name inc -exec sh -c "cp -r {}/* inc" \;
p4ofagent: indigo-lib all
ar -M <libp4ofagent.mri
.NOTPARALLEL:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/p4lang-mirror/p4ofagent.git
[email protected]:p4lang-mirror/p4ofagent.git
p4lang-mirror
p4ofagent
p4ofagent
master

搜索帮助