makefile.am

来自「Linux下的飞鸽传书」· AM 代码 · 共 63 行

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