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

📄 makefile.am

📁 贡献一份commoncpp2,有兴趣的可以研究一下
💻 AM
字号:
# Copyright (C) 1999-2005 Open Source Telecom Corporation.## This file is free software; as a special exception the author gives# unlimited permission to copy and/or distribute it, with or without# modifications, as long as this notice is preserved.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.MAINTAINERCLEANFILES = Makefile.in MakefileEXTRA_DIST = README test.xml Makefile.bccAM_CXXFLAGS = $(THREAD_FLAGS) @WARN_FLAGS@INCLUDES = -I$(top_srcdir)/includeLDADD = ../src/libccgnu2.la $(THREAD_LIBS) $(DYN_LOADER)Z_LIBS = -lznoinst_PROGRAMS = tcp tcpthread tcpservice serial dir str buffer keydump \	urlfetch xmlfetch portsample netdevices slogTest crc32 cmdlineoptnoinst_HEADERS = serialecho.h SampleSocketPort.hurlfetch_SOURCES = urlfetch.cppurlfetch_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)xmlfetch_SOURCES = xmlfetch.cppxmlfetch_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)buffer_SOURCES = buffer.cppbuffer_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)cmdlineopt_SOURCES = cmdlineopt.cppcmdlineopt_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)slogTest_SOURCES = slogTest.cppdir_SOURCES = dir.cppkeydump_SOURCES = keydump.cppstr_SOURCES = str.cppstr_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)tcp_SOURCES = tcp.cpptcpthread_SOURCES = tcpthread.cpptcpservice_SOURCES = tcpservice.cpptcpservice_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)portsample_SOURCES = SampleSocketPort.cppportsample_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)netdevices_SOURCES = netdevices.cppnetdevices_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)serial_SOURCES = serialmain.cpp serialecho.cppserial_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)crc32_SOURCES = crc32.cppcrc32_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)

⌨️ 快捷键说明

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