📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@bin_PROGRAMS = g2ipmsgcommon_sources= \ compat.h \ ipmsg.c copying.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ hostinfo.c hostinfo.h \ msginfo.c msginfo.h \ udp.c udp.h \ ipmsg.h private.h \ common.h msgout.h \ message.c message.h \ userdb.c userdb.h \ protocol.h protocol.c \ codeset.h codeset.c \ recvmsg.c \ logfile.h logfile.c \ menu.c menu.h \ fileattach.h fileattach.c \ tcp.c tcp.h \ sound.c sound.h \ netcommon.c netcommon.h \ fuzai.c fuzai.h \ uicommon.h uicommon.c \ systray.h systray.c \ downloads.h downloads.c \ dialog.c \ cryptcommon.h \ util.h util.c if OPENSSL_ENABLEDcommon_sources += \ base64.h base64.c \ pbkdf2.h pbkdf2.c \ symcrypt.h symcrypt.c \ rand.c cryptif.c \ pubcrypt.h pubcrypt.cendifg2ipmsg_SOURCES = \ $(common_sources) \ main.c if ENABLE_APPLETbin_PROGRAMS += g2ipmsg_appletg2ipmsg_applet_SOURCES = \ $(common_sources) \ applet.cendifg2ipmsg_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)g2ipmsg_applet_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -