makefile.am

来自「linux下的飞鸽传书 日本人设计 使用非常方便」· AM 代码 · 共 49 行

AM
49
字号
## 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_appletcommon_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.cg2ipmsg_SOURCES =           \	$(common_sources)   \	main.c g2ipmsg_applet_SOURCES =    \	$(common_sources)   \	applet.cg2ipmsg_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)g2ipmsg_applet_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)

⌨️ 快捷键说明

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