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 = jid_test jid_perfjid_test_SOURCES = jid_test.cppjid_test_LDADD = ../../jid.o ../../prep.ojid_test_CFLAGS = $(CPPFLAGS)jid_perf_SOURCES = jid_perf.cppjid_perf_LDADD = ../../jid.o ../../prep.ojid_perf_CFLAGS = $(CPPFLAGS)

⌨️ 快捷键说明

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