1 Star 0 Fork 0

Third_Party/pupnp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Top-level "Makefile.am" for libupnp
#
# Copyright (C) 2005 Rémi Turboult <[email protected]>
#
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-samples
SUBDIRS = \
ixml \
upnp \
docs
EXTRA_DIST = \
CMakeLists.txt \
cmake/CmDaB.cmake \
cmake/autoheader.cmake \
cmake/options.cmake \
cmake/post-test.cmake \
cmake/test-functions.cmake \
fuzzer/FuzzIxml.c \
fuzzer/build.sh \
fuzzer/CMakeLists.txt \
gtest/README.md \
gtest/CMakeLists.txt \
gtest/tools \
gtest/tools/compile.sh \
gtest/tools/README \
gtest/tools/test_tools.cpp \
gtest/tools/tools.cpp \
gtest/test_UpnpHttpHeaderList.cpp \
gtest/test_template.cpp \
gtest/test_upnpapi.cpp \
gtest/TODO \
IXML.cmake.in \
UPNP.cmake.in \
ixml/CMakeLists.txt \
ixml/test/CMakeLists.txt \
upnp/CMakeLists.txt \
upnp/test/CMakeLists.txt \
upnp/sample/CMakeLists.txt \
upnp/inc/upnpconfig.h.cm \
upnp/sample/common/config_sample.h.cm \
docs/Doxyfile \
libupnp.pc.in \
libupnp.spec
# This variable must have 'exec' in its name, in order to be installed
# by 'install-exec' target (instead of default 'install-data')
pkgconfigexecdir = $(libdir)/pkgconfig
pkgconfigexec_DATA = libupnp.pc
$(pkgconfigexec_DATA): config.status
CLEANFILES = build/inc/autoconfig.h build/inc/upnpconfig.h
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/third_party_2/pupnp.git
[email protected]:third_party_2/pupnp.git
third_party_2
pupnp
pupnp
branch-1.14.x

搜索帮助