⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 Linux下的多协议即时通讯程序源代码
💻 AM
字号:
gntclipboard_la_LDFLAGS = -module -avoid-versiongntgf_la_LDFLAGS      = -module -avoid-versiongnthistory_la_LDFLAGS = -module -avoid-versiongntlastlog_la_LDFLAGS    = -module -avoid-versionif PLUGINSplugin_LTLIBRARIES = \	gntclipboard.la \	gntgf.la \	gnthistory.la \	gntlastlog.laplugindir = $(libdir)/finchgntclipboard_la_SOURCES = gntclipboard.cgntgf_la_SOURCES      = gntgf.cgnthistory_la_SOURCES = gnthistory.cgntlastlog_la_SOURCES = lastlog.cgntclipboard_la_CFLAGS = $(X11_CFLAGS)gntgf_la_CFLAGS = $(X11_CFLAGS)gntclipboard_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS)gntgf_la_LIBADD       = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/finch/libgnt/libgnt.lagnthistory_la_LIBADD  = $(GLIB_LIBS)gntlastlog_la_LIBADD  = $(GLIB_LIBS)endif # PLUGINSEXTRA_DIST = AM_CPPFLAGS = \	-DDATADIR=\"$(datadir)\" \	-I$(top_builddir)/libpurple \	-I$(top_srcdir)/libpurple \	-I$(top_srcdir) \	-I$(top_srcdir)/finch \	-I$(top_srcdir)/finch/libgnt \	$(DEBUG_CFLAGS) \	$(GLIB_CFLAGS) \	$(GNT_CFLAGS) \	$(PLUGIN_CFLAGS)## This part allows people to build their own plugins in here.# Yes, it's a mess.#SUFFIXES = .c .so.c.so:	$(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)	@rm -f tmp$@.lo tmp$@.o libtmp$@.la	@cp .libs/libtmp$@.so* $@	@rm -f .libs/libtmp$@.*

⌨️ 快捷键说明

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