diff options
author | nobody <nobody@localhost> | 1998-06-14 10:20:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-06-14 10:20:25 +0800 |
commit | b8e52acac2b9fc5414a7795a73c74f7ee4eeb71f (patch) | |
tree | 04ddcbf2b25cee3f50643e4a40c08feb14b2b94f /calendar/Makefile.am | |
parent | 74afb1d19025c0353bacd0bac571e4a46c27ecde (diff) | |
download | gsoc2013-evolution-GRPM-02.tar gsoc2013-evolution-GRPM-02.tar.gz gsoc2013-evolution-GRPM-02.tar.bz2 gsoc2013-evolution-GRPM-02.tar.lz gsoc2013-evolution-GRPM-02.tar.xz gsoc2013-evolution-GRPM-02.tar.zst gsoc2013-evolution-GRPM-02.zip |
This commit was manufactured by cvs2svn to create tag 'GRPM-02'.GRPM-02
svn path=/tags/GRPM-02/; revision=264
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am deleted file mode 100644 index f2d62adf9d..0000000000 --- a/calendar/Makefile.am +++ /dev/null @@ -1,77 +0,0 @@ -SUBDIRS = versit gnomecard -help_base = $(datadir)/gnome/help/cal - -CFLAGS += -Wall - -INCLUDES = \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -I../../gcalendar - -bin_PROGRAMS = gnomecal - -gnomecal_SOURCES = \ - alarm.c \ - alarm.h \ - calendar.c \ - calendar.h \ - calobj.c \ - calobj.h \ - eventedit.c \ - eventedit.h \ - 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 \ - gncal-year-view.c \ - gncal-year-view.h \ - getdate.y \ - gnome-cal.c \ - gnome-cal.h \ - main.c \ - main.h \ - popup-menu.c \ - popup-menu.h \ - prop.c \ - timeutil.c \ - timeutil.h \ - view-utils.h \ - view-utils.c \ - views.h \ - views.c - -LINK_FLAGS = \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ - $(INTLLIBS) versit/libversit.a - - -#gncal_LDADD = $(LINK_FLAGS) -#objedit_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; ln -sf gnome-cal.html index.html |