📄 makefile.am
字号:
#### 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 = register_example disco_example adhoc_example roster_example privatexml_example component_example \ bookmarkstorage_example annotations_example privacylist_example message_example flexoff_example \ ibb_example vcard_example reset_example muc_example e2ee_client e2ee_server ft_recv ft_sendregister_example_SOURCES = register_example.cppregister_example_LDADD = ../libgloox.la $(LDFLAGS)register_example_CFLAGS = $(CPPFLAGS)disco_example_SOURCES = disco_example.cppdisco_example_LDADD = ../libgloox.la $(LDFLAGS)disco_example_CFLAGS = $(CPPFLAGS)adhoc_example_SOURCES = adhoc_example.cppadhoc_example_LDADD = ../libgloox.la $(LDFLAGS)adhoc_example_CFLAGS = $(CPPFLAGS)roster_example_SOURCES = roster_example.cpproster_example_LDADD = ../libgloox.la $(LDFLAGS)roster_example_CFLAGS = $(CPPFLAGS)privatexml_example_SOURCES = privatexml_example.cppprivatexml_example_LDADD = ../libgloox.la $(LDFLAGS)privatexml_example_CFLAGS = $(CPPFLAGS)component_example_SOURCES = component_example.cppcomponent_example_LDADD = ../libgloox.la $(LDFLAGS)component_example_CFLAGS = $(CPPFLAGS)bookmarkstorage_example_SOURCES = bookmarkstorage_example.cppbookmarkstorage_example_LDADD = ../libgloox.la $(LDFLAGS)bookmarkstorage_example_CFLAGS = $(CPPFLAGS)annotations_example_SOURCES = annotations_example.cppannotations_example_LDADD = ../libgloox.la $(LDFLAGS)annotations_example_CFLAGS = $(CPPFLAGS)privacylist_example_SOURCES = privacylist_example.cppprivacylist_example_LDADD = ../libgloox.la $(LDFLAGS)privacylist_example_CFLAGS = $(CPPFLAGS)message_example_SOURCES = message_example.cppmessage_example_LDADD = ../libgloox.la $(LDFLAGS)message_example_CFLAGS = $(CPPFLAGS)flexoff_example_SOURCES = flexoff_example.cppflexoff_example_LDADD = ../libgloox.la $(LDFLAGS)flexoff_example_CFLAGS = $(CPPFLAGS)ibb_example_SOURCES = ibb_example.cppibb_example_LDADD = ../libgloox.la $(LDFLAGS)ibb_example_CFLAGS = $(CPPFLAGS)vcard_example_SOURCES = vcard_example.cppvcard_example_LDADD = ../libgloox.la $(LDFLAGS)vcard_example_CFLAGS = $(CPPFLAGS)reset_example_SOURCES = reset_example.cppreset_example_LDADD = ../libgloox.la $(LDFLAGS)reset_example_CFLAGS = $(CPPFLAGS)muc_example_SOURCES = muc_example.cppmuc_example_LDADD = ../libgloox.la $(LDFLAGS)muc_example_CFLAGS = $(CPPFLAGS)e2ee_client_SOURCES = e2ee_client.cppe2ee_client_LDADD = ../libgloox.la $(LDFLAGS)e2ee_client_CFLAGS = $(CPPFLAGS)e2ee_server_SOURCES = e2ee_server.cppe2ee_server_LDADD = ../libgloox.la $(LDFLAGS)e2ee_server_CFLAGS = $(CPPFLAGS)ft_recv_SOURCES = ft_recv.cppft_recv_LDADD = ../libgloox.la $(LDFLAGS)ft_recv_CFLAGS = $(CPPFLAGS)ft_send_SOURCES = ft_send.cppft_send_LDADD = ../libgloox.la $(LDFLAGS)ft_send_CFLAGS = $(CPPFLAGS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -