📄 makefile
字号:
# $Id: Makefile,v 1.15.54.1 2001/02/13 23:48:49 icahoon Exp $# $Log: Makefile,v $# Revision 1.15.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.15 2000/06/12 23:45:03 hong# added NCS support## Revision 1.14 2000/01/19 01:45:17 hong# fix for building## Revision 1.13 1999/12/21 22:17:53 bogawa# fixes for great renaming## Revision 1.12 1999/12/17 05:45:37 bogawa# fixes to reduce the number of warnings and to allow the MGCP example code (agent/gateway) to compile under vxworks## 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:02 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:54 bogawa## the mgcp/examples/gateway 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.7 1999/07/15 19:26:32 bogawa## fix for intel architecture machine independence## Revision 1.6 1999/07/02 01:49:15 bogawa## Fix for build problem when files have changed but haven't been installed.## Revision 1.5 1999/06/29 22:29:33 eckelcu# Modified to work with new mgcp directory structure.# Added support for ringback and DTMF, modified Rtp.code to be# more robust and incorporating changes in the api.## Revision 1.4 1999/06/29 22:00:06 bogawa## update to the libmgcp directory.## Revision 1.3 1999/06/28 23:54:15 bogawa## fix for doc++ generation## Revision 1.2 1999/06/28 23:18:53 bogawa## update to use the new files.## Revision 1.1 1999/06/28 21:38:34 bogawa## New files to add to the CVS for the Gateway.code.## Revision 1.6 1999/06/17 18:41:03 bogawa## New, cleaner version of the Gateway.code.## Revision 1.5 1999/06/09 08:24:31 bogawa# makefile had problems -- this should reduce the amount of wrong remaking# that it does (although it's not totally safe).## Revision 1.4 1999/06/09 04:09:51 bogawa## This makefile now correctly does diving makes.## In addition, the code has been cleaned up and adds some comments for doc++.## doc++ can be invoked by using make doc -- the current version will be shipped# with appropriate html documentation.## Revision 1.3 1999/06/09 01:05:02 bogawa## Changes to make the new structure compile correctly, and to allow the# code to use the new hardware structure. gateway1 is now using the# new structure fully, while gateway2 is using it partially (actually# not very much).## A future version should be much cleaner.## Revision 1.2 1999/06/08 20:24:29 bogawa# some CVS changes to improve the building procedure for the vovida directory## Revision 1.1.1.1 1999/06/08 18:12:25 bogawa# make file system for cvs## Revision 1.1.1.1 1999/06/04 23:52:54 bogawa# create filesBUILD = ../../../buildinclude $(BUILD)/Makefile.prePACKAGES += MGCP RTP PTHREAD QUICKNET SDP UTILTESTPROGRAMS = \ gateway.cxx HWSRC = \ NullHardware.cxxifeq ($(LARCH),ia32)ifeq ($(OSTYPE),Linux)HWSRC += TpjackHardware.cxxendifendifinclude $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -