📄 makefile.am
字号:
DIST_SUBDIRS = cap gestures gevolution musicmessaging perl tickerif BUILD_GEVOLUTIONGEVOLUTION_DIR = gevolutionendifif ENABLE_DBUSMUSICMESSAGING_DIR = musicmessagingendifif ENABLE_CAPCAP_DIR = capendifif USE_PERLPERL_DIR = perlendifSUBDIRS = \ $(CAP_DIR) \ gestures \ $(GEVOLUTION_DIR) \ $(MUSICMESSAGING_DIR) \ $(PERL_DIR) \ tickerplugindir = $(libdir)/pidginconvcolors_la_LDFLAGS = -module -avoid-versioncontact_priority_la_LDFLAGS = -module -avoid-versionextplacement_la_LDFLAGS = -module -avoid-versiongtk_signals_test_la_LDFLAGS = -module -avoid-versiongtkbuddynote_la_LDFLAGS = -module -avoid-versionhistory_la_LDFLAGS = -module -avoid-versioniconaway_la_LDFLAGS = -module -avoid-versionmarkerline_la_LDFLAGS = -module -avoid-versionnotify_la_LDFLAGS = -module -avoid-versionpidginrc_la_LDFLAGS = -module -avoid-versionrelnot_la_LDFLAGS = -module -avoid-versionspellchk_la_LDFLAGS = -module -avoid-versiontimestamp_la_LDFLAGS = -module -avoid-versiontimestamp_format_la_LDFLAGS = -module -avoid-versionxmppconsole_la_LDFLAGS = -module -avoid-versionif PLUGINSplugin_LTLIBRARIES = \ convcolors.la \ extplacement.la \ gtkbuddynote.la \ history.la \ iconaway.la \ markerline.la \ notify.la \ pidginrc.la \ relnot.la \ spellchk.la \ timestamp.la \ timestamp_format.la \ xmppconsole.lanoinst_LTLIBRARIES = \ contact_priority.la \ gtk_signals_test.laconvcolors_la_SOURCES = convcolors.ccontact_priority_la_SOURCES = contact_priority.cextplacement_la_SOURCES = extplacement.cgtk_signals_test_la_SOURCES = gtk-signals-test.cgtkbuddynote_la_SOURCES = gtkbuddynote.chistory_la_SOURCES = history.ciconaway_la_SOURCES = iconaway.cmarkerline_la_SOURCES = markerline.cnotify_la_SOURCES = notify.cpidginrc_la_SOURCES = pidginrc.crelnot_la_SOURCES = relnot.cspellchk_la_SOURCES = spellchk.ctimestamp_la_SOURCES = timestamp.ctimestamp_format_la_SOURCES = timestamp_format.cxmppconsole_la_SOURCES = xmppconsole.cconvcolors_la_LIBADD = $(GTK_LIBS)contact_priority_la_LIBADD = $(GTK_LIBS)extplacement_la_LIBADD = $(GTK_LIBS)gtk_signals_test_la_LIBADD = $(GTK_LIBS)gtkbuddynote_la_LIBADD = $(GTK_LIBS)history_la_LIBADD = $(GTK_LIBS)iconaway_la_LIBADD = $(GTK_LIBS)markerline_la_LIBADD = $(GTK_LIBS)notify_la_LIBADD = $(GTK_LIBS)pidginrc_la_LIBADD = $(GTK_LIBS)relnot_la_LIBADD = $(GLIB_LIBS)spellchk_la_LIBADD = $(GTK_LIBS)timestamp_la_LIBADD = $(GTK_LIBS)timestamp_format_la_LIBADD = $(GTK_LIBS)xmppconsole_la_LIBADD = $(GTK_LIBS)endif # PLUGINSEXTRA_DIST = \ Makefile.mingw \ mailchk.c \ pidgininc.c \ raw.c \ win32/transparency/Makefile.mingw \ win32/transparency/win2ktrans.c \ win32/winprefs/gtkappbar.c \ win32/winprefs/gtkappbar.h \ win32/winprefs/Makefile.mingw \ win32/winprefs/winprefs.cAM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/pidgin \ $(DEBUG_CFLAGS) \ $(GTK_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 + -