makefile

来自「开源代码的pwlib的1.10.0版本,使用openh323的1.18.0版本毕」· 代码 · 共 21 行

TXT
21
字号
# Simple makefile for the serial example program.
#
# copyright 2005 Derek J Smithies
#
# $Log: Makefile,v $
# Revision 1.1  2005/03/10 09:21:46  dereksmithies
# Initial release of a program to illustrate the operation of the serial port.
#
#
#
PROG    = serial
SOURCES = serial.cxx

ifndef PWLIBDIR
PWLIBDIR=$(HOME)/pwlib
endif

include $(PWLIBDIR)/make/ptlib.mak

# End of Makefile

⌨️ 快捷键说明

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