📄 make-rules
字号:
#### 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -