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

📄 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 dotests.sh test.sh output.txt vc6.mak Makefile.bccAM_CXXFLAGS = $(THREAD_FLAGS) @WARN_FLAGS@INCLUDES = -I$(top_srcdir)/includeLDADD = ../src/libccgnu2.la $(THREAD_LIBS) $(DYN_LOADER)Z_LIBS = -lzif WITH_CPPUNIT_TESTSTEST_SUITE = ccxx_testselseTEST_SUITE =endifnoinst_PROGRAMS = $(TEST_SUITE) \	bug1 bug2 thread1 thread2 thread3 digest tcpstr1 url1 forevernoinst_HEADERS = SampleObject.h SampleSubObject.h Test_Date.h Test_Digest.h \        Test_Engine.h Test_SHATumbler.h Test_TCPStream.h Test_URLString.hif WITH_CPPUNIT_TESTSccxx_tests_SOURCES = ccxx_tests.cpp SampleObject.cpp SampleSubObject.cpp \	Test_Date.cpp Test_Engine.cpp Test_TCPStream.cpp Test_URLString.cpp# Test_Digest.cppccxx_tests_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD) \	$(CPPUNIT_LIBS)endifbug1_SOURCES = bug1.cppbug2_SOURCES = bug2.cppforever_SOURCES = forever.cppdigest_SOURCES = digest.cppdigest_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)thread1_SOURCES = thread1.cppthread2_SOURCES = thread2.cppthread3_SOURCES = thread3.cpptcpstr1_SOURCES = tcpstr1.cppurl1_SOURCES = url1.cppurl1_LDADD = ../src/libccext2.la $(XML_LIBS) $(Z_LIBS) $(LDADD)

⌨️ 快捷键说明

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