aboutsummaryrefslogtreecommitdiffstats
path: root/mail/synonym
ModeNameSize
-rw-r--r--Makefile1433logstatsplainblame
-rw-r--r--distinfo196logstatsplainblame
d---------files211logstatsplain
-rw-r--r--pkg-descr286logstatsplainblame
-rw-r--r--pkg-plist268logstatsplainblame
$(top_srcdir)/composer/Composer.idl evolution_executive_summary_SOURCES = \ $(COMPOSER_GENERATED) \ component-factory.c \ component-factory.h \ e-summary.c \ e-summary.h \ e-summary-callbacks.c \ e-summary-callbacks.h \ e-summary-factory.c \ e-summary-factory.h \ e-summary-prefs.c \ e-summary-prefs.h \ e-summary-url.c \ e-summary-url.h \ e-summary-util.c \ e-summary-util.h \ main.c evolution_executive_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(DB3_LDADD) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ -lgal \ $(GTKHTML_LIBS) gladedir = $(datadir)/evolution/glade glade_DATA = executive-summary-config.glade if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ all-local: evolution-executive-summary.pure evolution-executive-summary.pure: evolution-executive-summary @rm -f evolution-executive-summary.pure $(PLINK) $(evolution_executive_summary_OBJECTS) $(evolution_executive_summary_LDADD) $(LIBS) endif EXTRA_DIST = $(glade_DATA) CLEANFILES += $(COMPOSER_GENERATED) BUILT_SOURCES = $(COMPOSER_GENERATED) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES)