From 0c25330539c89b214d922d1dbc98126c6e41cefc Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 8 Dec 2000 19:07:26 +0000 Subject: Add purify options for the build 2000-12-08 JP Rosevear * component/Makefile.am (evolution-executive-summary.pure): Add purify options for the build svn path=/trunk/; revision=6865 --- executive-summary/component/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'executive-summary/component/Makefile.am') diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 7e7bb2bc8b..9c0a375f68 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -73,4 +73,15 @@ evolution_executive_summary_LDADD = \ 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) -- cgit v1.2.3