📄 h323.mak
字号:
#************************************************************************
#Filename : h323.mak
#Description: h323 library sub-makefile
#************************************************************************
# Copyright (c) 2001,2002 RADVISION Inc. and RADVISION Ltd.
#************************************************************************
#NOTICE:
#This document contains information that is confidential and proprietary
#to RADVISION Inc. and RADVISION Ltd.. No part of this document may be
#reproduced in any form whatsoever without written prior approval by
#RADVISION Inc. or RADVISION Ltd..
#
#RADVISION Inc. and RADVISION Ltd. reserve the right to revise this
#publication and make changes without obligation to notify any person of
#such revisions or changes.
#************************************************************************
# Project Name - must be unique within build tree. Actual target names will
# be based on this name (for example, on Solaris, the resulting library
# will be called libNAME.a and the excutable, if any, will be NAME.
PROJECT_NAME := h323
# Project Makefile - relative path and name of this file.
# Must match path and name in main makefile.
PROJECT_MAKE := h323/h323.mak
# Project Path = relative path from main makefile to top of source
# directory tree for this project
PROJECT_PATH := h323
# Module sub-directories - relative path from this makefile
MODULES := asn_objects cat cm h245 mib ras transport middle
# Build executable application for this project - yes/no
BUILD_EXECUTABLE := no
# Libraries needed for linking executable (exclude lib prefix and extension)
EXE_LIBS_NEEDED :=
# List of files that should be exported
INCLUDE_FILES_LIST += h323/cm/cm.h h323/cm/cmsize.h h323/cm/cmhook.h h323/cm/cmpreservation.h h323/ras/cmras.h h323/h245/cmctrl.h h323/h245/faststart.h h323/h245/transpcap.h h323/h245/redencod.h h323/h245/userinput.h h323/middle/rvcommon.h h323/middle/rv_defs.h h323/middle/seli.h h323/middle/rvh323watchdog.h h323/middle/msg.h h323/middle/mti.h h323/cm/stkutils.h
INCLUDE_FILES_LIST += h323/asn_objects/q931asn1.h h323/asn_objects/h245.h
ifneq ($(wildcard h323/snmp), )
INCLUDE_FILES_LIST += h323/snmp/rvh341agent.h h323/snmp/h341common.h h323/snmp/snmpI.h h323/applSnmp/applSnmpI.h
endif
# This file must be included at the end of every project makefile
include $(PROJECT_MAKE_PATH)/project.mak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -