makefile.am
来自「源代码」· AM 代码 · 共 25 行
AM
25 行
## Process this file with automake to produce Makefile.in## Created by Anjuta - will be overwritten## If you don't want it to overwrite it,## Please disable it in the Anjuta project configurationINCLUDES =CXXFLAGS =\ -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE\ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\ -O1\ -gbin_PROGRAMS = vcardsyncvcardsync_SOURCES = \ main.ccvcardsync_LDFLAGS = vcardsync_LDADD = \ -lsyncml -lpthread
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?