📄 makefile.am
字号:
## "Makefile.am" for "libupnp/upnp"## Copyright (C) 2005 R閙i Turboult <r3mi@users.sourceforge.net>#SUBDIRS = doc . sampleAM_CPPFLAGS = \ -I$(srcdir)/inc \ -I$(top_srcdir)/threadutil/inc \ -I$(top_srcdir)/ixml/incLDADD = \ libupnp.la \ $(top_builddir)/threadutil/libthreadutil.la \ $(top_builddir)/ixml/libixml.laupnpincludedir = $(includedir)/upnpupnpinclude_HEADERS = \ inc/upnp.h \ inc/upnpdebug.hnodist_upnpinclude_HEADERS = inc/upnpconfig.h if ENABLE_TOOLSupnpinclude_HEADERS += inc/upnptools.h endiflib_LTLIBRARIES = libupnp.lalibupnp_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/src/inc libupnp_la_LDFLAGS = \ -version-info $(LT_VERSION_UPNP) \ -export-symbols-regex '^Upnp.*' \ $(top_builddir)/threadutil/libthreadutil.la \ $(top_builddir)/ixml/libixml.lalibupnp_la_SOURCES = \ src/inc/config.h \ src/inc/client_table.h \ src/inc/gena.h \ src/inc/gena_ctrlpt.h \ src/inc/gena_device.h \ src/inc/global.h \ src/inc/gmtdate.h \ src/inc/http_client.h \ src/inc/httpparser.h \ src/inc/httpreadwrite.h \ src/inc/md5.h \ src/inc/membuffer.h \ src/inc/miniserver.h \ src/inc/netall.h \ src/inc/parsetools.h \ src/inc/server.h \ src/inc/service_table.h \ src/inc/soaplib.h \ src/inc/sock.h \ src/inc/statcodes.h \ src/inc/statuscodes.h \ src/inc/strintmap.h \ src/inc/ssdplib.h \ src/inc/sysdep.h \ src/inc/unixutil.h \ src/inc/upnpapi.h \ src/inc/upnpclosesocket.h \ src/inc/upnp_timeout.h \ src/inc/uri.h \ src/inc/urlconfig.h \ src/inc/util.h \ src/inc/utilall.h \ src/inc/uuid.h \ src/inc/webserver.h# ssdplibupnp_la_SOURCES += \ src/ssdp/ssdp_device.c \ src/ssdp/ssdp_ctrlpt.c \ src/ssdp/ssdp_server.c# soaplibupnp_la_SOURCES += \ src/soap/soap_device.c \ src/soap/soap_ctrlpt.c \ src/soap/soap_common.c# genliblibupnp_la_SOURCES += \ src/genlib/miniserver/miniserver.c \ src/genlib/service_table/service_table.c \ src/genlib/util/membuffer.c \ src/genlib/util/strintmap.c \ src/genlib/util/upnp_timeout.c \ src/genlib/util/util.c \ src/genlib/client_table/client_table.c \ src/genlib/net/sock.c \ src/genlib/net/http/httpparser.c \ src/genlib/net/http/httpreadwrite.c \ src/genlib/net/http/statcodes.c \ src/genlib/net/http/webserver.c \ src/genlib/net/http/parsetools.c \ src/genlib/net/uri/uri.c# genalibupnp_la_SOURCES += \ src/gena/gena_device.c \ src/gena/gena_ctrlpt.c \ src/gena/gena_callback2.c# apilibupnp_la_SOURCES += src/api/upnpapi.cif ENABLE_TOOLSlibupnp_la_SOURCES += src/api/upnptools.cendifif ENABLE_DEBUGlibupnp_la_SOURCES += src/api/upnpdebug.c endif# uuidlibupnp_la_SOURCES += \ src/uuid/md5.c \ src/uuid/sysdep.c \ src/uuid/uuid.c# urlconfiglibupnp_la_SOURCES += src/urlconfig/urlconfig.c# check / distcheck testscheck_PROGRAMS = test_initTESTS = test_inittest_init_SOURCES = test/test_init.cEXTRA_DIST = \ LICENSE \ src/inc/inet_pton.h \ src/inet_pton.c \ src/win_dll.cCLEANFILES = \ IUpnpErrFile.txt \ IUpnpInfoFile.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -