diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-05-07 05:22:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-05-07 05:22:05 +0800 |
commit | 342a2293ce7913814380fd95582d4c3d98674835 (patch) | |
tree | d318246c7e41b9176844bfcb3c81ce3c73b4bedd /calendar/gui/Makefile.am | |
parent | 279db10bfde5734a370ab1578e883106987689c0 (diff) | |
download | gsoc2013-evolution-342a2293ce7913814380fd95582d4c3d98674835.tar.gz gsoc2013-evolution-342a2293ce7913814380fd95582d4c3d98674835.tar.zst gsoc2013-evolution-342a2293ce7913814380fd95582d4c3d98674835.zip |
ignore evolution-calendar.pure
* gui/.cvsignore: ignore evolution-calendar.pure
* gui/Makefile.am: add support for building evolution-calendar.pure
svn path=/trunk/; revision=2834
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index fa15a9286e..5d2804c6f5 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -206,3 +206,15 @@ EXTRA_DIST = \ install-data-local: $(mkinstalldirs) $(DESTDIR)$(help_base)/C # $(mkinstalldirs) $(Conduitsdir) + +if ENABLE_PURIFY +PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ + +all-local: evolution-calendar.pure + +evolution-calendar.pure: evolution-calendar + @rm -f evolution-calendar.pure + $(PLINK) $(evolution_calendar_LDFLAGS) $(evolution_calendar_OBJECTS) $(evolution_calendar_LDADD) $(LIBS) + +endif + |