makefile.am
来自「GNOME下的短信息发送中心」· AM 代码 · 共 29 行
AM
29 行
CFLAGS += -Wall -Wmissing-prototypes -Wpointer-arithlib_LTLIBRARIES = libgsms.la## noinst_LTLIBRARIES = libgsms.lalibgsms_la_SOURCES = \ misc.c \ misc.h \ sock.c \ sock.h \ httpr.c \ httpr.h \ http.c \ http.h \ mail.c \ mail.h \ pop3.c \ pop3.h \ smtp.c \ smtp.hINCLUDES = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(GNOME_INCLUDEDIR) \ -I$(top_srcdir)/intl \ -I$(top_builddir)/intl \ -DG_LOG_DOMAIN=\"LIBGSMS\"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?