📄 makefile
字号:
# $Id: Makefile,v 1.6 2001/02/27 01:21:42 cktam Exp $# $Log: Makefile,v $# Revision 1.6 2001/02/27 01:21:42 cktam# Change the structure of the test programs... move source out of# the header files (*.h) and into the source files (*.cxx). Add# new option of automated test.## Modified Files:# Cdr.h ConnectPserver.h Feature.h Heartbeat.h Jtapi.h Makefile# Marshal.h Osp.h Policy.h Provision.h Redirect.h tClient.cxx# testClient.cxx## Added Files:# AutomatedTest.cxx AutomatedTest.h Cdr.cxx ConnectPserver.cxx# Feature.cxx Heartbeat.cxx Jtapi.cxx Marshal.cxx Osp.cxx# Policy.cxx Provision.cxx Redirect.cxx## Revision 1.5 2000/08/22 22:51:05 bryan# Changes to do testing of callbacks and the caching mechanism for the# server lists.# Modified Files:# Makefile tClient.cxx## Revision 1.4 2000/08/08 23:03:11 mvu# Added testClient program.## Revision 1.3 2000/04/13 01:05:21 surendra## Added LIBXML package## Revision 1.2 2000/02/29 05:29:28 surendra## Added PSUTILIB in the package list## Revision 1.1 2000/02/27 02:45:27 surendra## Initial revision## Revision 1.0 2000/02/14 surendra# Added ProvisionServer.cxxBUILD = ../../buildinclude $(BUILD)/Makefile.preDEFINES += USE_PTHREADS#TESTPROGRAMS = tClient.cxxTESTPROGRAMS = testClient.cxxPACKAGES += PSLIB PSUTILIB UTIL PTHREAD LIBXML# name of all files to be compiled (don't include header files)SRC = \ AutomatedTest.cxx \ Cdr.cxx \ ConnectPserver.cxx \ Feature.cxx \ Heartbeat.cxx \ Jtapi.cxx \ Marshal.cxx \ Osp.cxx \ Policy.cxx \ Provision.cxx \ Redirect.cxxinclude $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -