makefile.am

来自「飞鸽传书的linux源代码」· AM 代码 · 共 62 行

AM
62
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?