1 Star 0 Fork 1

xonghanwei/UPnP-SDK-for-Linux---libupnpsource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marcelo Roberto Jimenez 提交于 2021-03-29 18:50 . More missing cmake stuff
#
# 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 \
CmDaB.cmake \
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 \
build/msvc/inttypes.h \
build/msvc/stdint.h
# 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/xonghanwei/pupnpsource.git
[email protected]:xonghanwei/pupnpsource.git
xonghanwei
pupnpsource
UPnP-SDK-for-Linux---libupnpsource
master

搜索帮助