📄 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 = g2ipmsg g2ipmsg_appletg2ipmsg_SOURCES = \ 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 \ common.h \ message.c message.h \ userdb.c userdb.h \ protocol.c codeset.c \ recvmsg.c \ logfile.h logfile.c \ menu.c \ fileattach.h fileattach.c \ tcp.c tcp.h \ sound.c sound.h \ netcommon.c netcommon.h \ fuzai.c fuzai.h \ uicommon.h uicommon.c \ main.c g2ipmsg_applet_SOURCES = \ 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 \ common.h \ message.c message.h \ userdb.c userdb.h \ protocol.c codeset.c \ recvmsg.c \ logfile.h logfile.c \ menu.c \ fileattach.h fileattach.c \ tcp.c tcp.h \ sound.c sound.h \ netcommon.c netcommon.h \ fuzai.c fuzai.h \ uicommon.h uicommon.c \ applet.cg2ipmsg_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)g2ipmsg_applet_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -