From 2a94e8c933d11e0f9c76e3a66129f304394ceb2d Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 10 Feb 1999 14:37:29 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V0_99_8'. svn path=/tags/V0_99_8/; revision=661 --- calendar/gui/Makefile.am | 83 ------------------------------------------------ 1 file changed, 83 deletions(-) delete mode 100644 calendar/gui/Makefile.am (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am deleted file mode 100644 index 8f10c2a1c8..0000000000 --- a/calendar/gui/Makefile.am +++ /dev/null @@ -1,83 +0,0 @@ -help_base = $(datadir)/gnome/help/cal - -CFLAGS += -Wall - -INCLUDES = \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" - -bin_PROGRAMS = gnomecal - -gnomecal_SOURCES = \ - alarm.c \ - alarm.h \ - calendar.c \ - calendar.h \ - calobj.c \ - calobj.h \ - eventedit.c \ - eventedit.h \ - getdate.y \ - gncal-day-panel.c \ - gncal-day-panel.h \ - gncal-day-view.c \ - gncal-day-view.h \ - gncal-full-day.c \ - gncal-full-day.h \ - gncal-week-view.c \ - gncal-week-view.h \ - gncal-todo.c \ - gncal-todo.h \ - gnome-month-item.c \ - gnome-month-item.h \ - gnome-cal.c \ - gnome-cal.h \ - goto.c \ - layout.c \ - layout.h \ - main.c \ - main.h \ - mark.c \ - mark.h \ - month-view.c \ - month-view.h \ - popup-menu.c \ - popup-menu.h \ - prop.c \ - quick-view.c \ - quick-view.h \ - timeutil.c \ - timeutil.h \ - view-utils.h \ - view-utils.c \ - year-view.c \ - year-view.h - -LINK_FLAGS = \ - $(GNOME_LIBDIR) \ - $(GNOMEGNORBA_LIBS) \ - $(INTLLIBS) ../libversit/libversit.a - - -#gncal_LDADD = $(LINK_FLAGS) - -gnomecal_LDADD = $(LINK_FLAGS) - -EXTRA_DIST = \ - gncal.desktop \ - topic.dat \ - gnome-cal.html \ - bell.xpm \ - recur.xpm - - -Productivitydir = $(datadir)/apps/Productivity - -Productivity_DATA = gncal.desktop - -install-data-local: - $(mkinstalldirs) $(help_base)/C - $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat - $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html -- cgit v1.2.3