makefile.am

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

AM
13
字号
#### 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 = delayeddelivery_testdelayeddelivery_test_SOURCES = delayeddelivery_test.cppdelayeddelivery_test_LDADD = ../../delayeddelivery.o ../../tag.o \		../../jid.o ../../prep.o ../../gloox.odelayeddelivery_test_CFLAGS = $(CPPFLAGS)

⌨️ 快捷键说明

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