make-rules

来自「Open VXI. This is a open source.」· 代码 · 共 32 行

TXT
32
字号
#### Rules prepended to each Makefile.am, which in turn is interpreted## by automake to create Makefile.in, which in turn is interpreted by## configure to create the final Makefile.#### In short, put global comments and global rules (like C++ compiler## flags) to insert in every Makefile here.###***************License************************************************## Copyright 2000-2001.  SpeechWorks International, Inc.## Use of this software is subject to notices and obligations set forth in# the SpeechWorks Public License - Software Version 1.1 which is included# with this software.## SpeechWorks is a registered trademark, and SpeechWorks Here,# DialogModules and the SpeechWorks logo are trademarks of SpeechWorks# International, Inc. in the United States and other countries.##***********************************************************************VXI_INCLUDES = -I$(top_srcdir)/../includeVXI_CFLAGS = \	-DCOMPANY_DOMAIN=L\"com.yourcompany\" \	-DOPENVXI \	-D_GNU_SOURCE \	-DNDEBUG \	-D_linux_

⌨️ 快捷键说明

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