⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 本人收集整理的一份c/c++跨平台网络库
💻 AM
字号:
libcricketbase_la_SOURCES = socketaddress.cc \                            time.cc \                            asyncudpsocket.cc \                            messagequeue.cc \                            thread.cc \                            physicalsocketserver.cc \                            bytebuffer.cc \                            asyncpacketsocket.cc \                            network.cc \                            asynctcpsocket.cc \                            socketadapters.cc \                            md5c.c \                            base64.cc \                            task.cc \                            taskrunner.cc \                            host.cc \                            proxydetect.cc \                            socketaddresspair.cc \                            stringencode.cc \                            stringdigest.cc \                            stringutils.cc \                            proxyinfo.cc \                            common.cc \                            logging.cc \                            stream.cc \                            ssladapter.cc \                            openssladapter.cc \                            helpers.cc \                            asynchttprequest.cc \                            firewallsocketserver.cc \                            httpcommon.cc \                            httpbase.cc \                            httpclient.cc \			    httpserver.cc \                            socketpool.cc \                            signalthread.cc \                            autodetectproxy.cc \                            urlencode.cc \                            pathutils.cc \			    fileutils.cc \			    unixfilesystem.cc \			    tarstream.cc \			    streamutils.cc \			    diskcache.cc \			    diskcachestd.cclibcrickettest_la_SOURCES = testclient.cc \                            natserver.cc \                            natsocketfactory.cc \                            nattypes.cc \                            virtualsocketserver.ccnoinst_HEADERS =            asyncfile.h \                            common.h \			    convert.h \                            asyncpacketsocket.h \                            socketfactory.h \                            asyncsocket.h \                            socket.h \                            asynctcpsocket.h \                            linked_ptr.h \                            asyncudpsocket.h \                            logging.h \                            socketserver.h \                            base64.h \                            md5.h \                            stl_decl.h \                            basicdefs.h \                            messagequeue.h \                            basictypes.h \                            stringdigest.h \                            stringencode.h \                            stringutils.h \                            bytebuffer.h \                            task.h \                            byteorder.h \                            taskrunner.h \                            criticalsection.h \                            network.h \                            thread.h \                            time.h \                            physicalsocketserver.h \                            proxyinfo.h \                            host.h \                            scoped_ptr.h \                            sigslot.h \                            winping.h \                            socketadapters.h \                            socketaddress.h \                            host.h \                            socketaddresspair.h \                            Equifax_Secure_Global_eBusiness_CA-1.h \                            stream.h \                            ssladapter.h \                            openssladapter.h \			    cryptstring.h \			    httpbase.h \			    httpclient.h \                            httpcommon.h \			    httpserver.h \			    httpcommon-inl.h \			    proxydetect.h \			    helpers.h \			    socketpool.h \			    asynchttprequest.h \			    signalthread.h \			    firewallsocketserver.h \			    diskcache.h \     			    pathutils.h \                            socketstream.h \			    autodetectproxy.h \			    urlencode.h \			    fileutils.h \			    unixfilesystem.h \			    win32filesystem.h \			    tarstream.h \			    streamutils.h \			    diskcachestd.h \			    testclient.h \			    natserver.h \			    nattypes.h \			    natsocketfactory.h \			    virtualsocketserver.h \			    event.hAM_CXXFLAGS = -DPOSIXDEFAULT_INCLUDES = -I$(top_srcdir) `pkg-config --cflags gtk+-2.0`noinst_LTLIBRARIES = libcricketbase.la libcrickettest.lanoinst_PROGRAMS = natserver nat_unittest virtualsocket_unittestnatserver_SOURCES = natserver_main.ccnatserver_LDADD = libcrickettest.la libcricketbase.la -lpthreadnat_unittest_SOURCES = nat_unittest.ccnat_unittest_LDADD = libcrickettest.la libcricketbase.la -lpthreadvirtualsocket_unittest_SOURCES = virtualsocket_unittest.ccvirtualsocket_unittest_LDADD = libcrickettest.la libcricketbase.la -lpthreadEXTRA_DIST =  	diskcache_win32.h \		diskcache_win32.cc \		win32.h \                winping.h \                winping.cc \                win32filesystem.cc \		win32socketserver.cc \                win32socketserver.h \		win32window.h \                winfirewall.h \                winfirewall.cc \                schanneladapter.h \                schanneladapter.cc \                sec_buffer.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -