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

📄 makefile

📁 mgcp协议源代码。支持多种编码:g711
💻
字号:
# $Id: Makefile,v 1.14.54.1 2001/02/13 23:48:49 icahoon Exp $# Copyright 1999-2000 Vovida Networks, Inc.  All Rights Reserved.# $Log: Makefile,v $# Revision 1.14.54.1  2001/02/13 23:48:49  icahoon# Makefile changes to allow mgcp code to use NCS_PROFILE.# Now use 'make NCS_PROFILE=1' for the various targets.## Revision 1.14  2000/06/12 23:43:51  hong# added NCS support## Revision 1.13  2000/01/19 01:45:06  hong# fixes## Revision 1.12  2000/01/11 00:55:54  bogawa# copyright notice fixes for year 2000## Revision 1.11  1999/12/09 08:16:21  bogawa## A bunch of mgcp fixes.  These files have been cleaned up a little.## 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 PTHREAD SDP UTIL#INCDIRS  += ../../libmgcp ../../lowlevel $(RELEASE)/include  #LDLIBS	 += -L ../../libmgcp/obj.$(ARCH) -lmgcp -L $(RELEASE)/lib.$(ARCH) -lrtp -lpthreadSRC = \	endpoint.cxxTESTPROGRAMS = \	agent.cxxinclude $(BUILD)/Makefile.post

⌨️ 快捷键说明

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