makefile.am

来自「Jabber code library, developed with c」· AM 代码 · 共 16 行

AM
16
字号
#### Process this file with automake to produce Makefile.in##AM_CPPFLAGS = -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual -ansinoinst_PROGRAMS = tag_test tag_perftag_test_SOURCES = tag_test.cpptag_test_LDADD = ../../tag.otag_test_CFLAGS = $(CPPFLAGS)tag_perf_SOURCES = tag_perf.cpptag_perf_LDADD = ../../tag.otag_perf_CFLAGS = $(CPPFLAGS)

⌨️ 快捷键说明

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