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

📄 makefile

📁 mgcp协议源代码。支持多种编码:g711
💻
字号:
# $Id: Makefile,v 1.3 2001/01/17 01:52:24 liuhong Exp $# Copyright 1999-2000 Vovida Networks, Inc.  All Rights Reserved.# $Log: Makefile,v $# Revision 1.3  2001/01/17 01:52:24  liuhong# remove msgTest.c file because the files it depends on are removed## Revision 1.2  2000/01/11 00:55:54  bogawa# copyright notice fixes for year 2000## Revision 1.1  1999/09/13 20:40:40  bogawa## new asyncAgent files -- simple async test.## Revision 1.10  1999/08/25 20:51:01  bogawa# New makefiles offer more flexibility (e.g. targets that let you select# what you intend to make) as well as a packaging structure.## Revision 1.9  1999/07/23 23:56:46  bogawa## the mgcp/examples/agent Makefile was changed to use the new make file system.## improve the global makefiles.  Now, most targets use these makefiles# which should simplify the lives of the users, we hope.## Key features include support for nested object directories as well as# a more coherent install strategy (so that installs are less likely to# produce error messages)## Revision 1.8  1999/07/15 19:26:30  bogawa## fix for intel architecture machine independence## Revision 1.7  1999/07/02 01:49:13  bogawa## Fix for build problem when files have changed but haven't been installed.## Revision 1.6  1999/06/29 22:26:48  eckelcu# Modified to work with new mgcp directory structure.## Revision 1.5  1999/06/29 22:00:05  bogawa## update to the libmgcp directory.## Revision 1.4  1999/06/28 23:54:14  bogawa## fix for doc++ generation## Revision 1.3  1999/06/28 23:10:35  bogawa## update...## Revision 1.2  1999/06/28 21:49:17  bogawa## Update comments to be Makefile style.## Revision 1.1  1999/06/28 21:06:56  chok# Create#BUILD = ../../../buildinclude $(BUILD)/Makefile.pre#PROG = agentPACKAGES += MGCP SDP UTIL PTHREAD#INCDIRS  += ../../libmgcp ../../lowlevel $(RELEASE)/include  #LDLIBS	 += -L ../../libmgcp/obj.$(ARCH) -lmgcp -L $(RELEASE)/lib.$(ARCH) -lrtp -lpthreadSRC = \	dump.cxxTESTPROGRAMS = \	asyncAgent.cxxinclude $(BUILD)/Makefile.post

⌨️ 快捷键说明

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