2001-05-28 Damon Chaplin <damon@ximian.com> * gui/e-week-view-layout.[hc]: * gui/e-day-view-layout.[hc]: new files to contain layout code split off from EDayView an EWeekView, so we can use it for printing. * gui/print.c: rewritten to use the same layout code as the EDayView and EWeekView widgets. * gui/gnome-cal.c (gnome_calendar_get_task_pad_cal_client): added function so we can get the CalClient used for the TaskPad for printing. * gui/Makefile.am (evolution_calendar_SOURCES): added e-day-view-layout.[hc] amd e-week-view-layout.[hc]. * cal-util/timeutil.c (time_week_begin): (time_week_end): added week_start_day argument. * cal-util/cal-recur.c: added comments describing problems in it. svn path=/trunk/; revision=10037
170 lines
4.4 KiB
Makefile
170 lines
4.4 KiB
Makefile
## CORBA stuff
|
|
|
|
IDLS = \
|
|
$(srcdir)/../../composer/Evolution-Composer.idl
|
|
|
|
IDL_GENERATED = \
|
|
Evolution-Composer.h \
|
|
Evolution-Composer-common.c \
|
|
Evolution-Composer-skels.c \
|
|
Evolution-Composer-stubs.c
|
|
|
|
$(IDL_GENERATED): $(IDLS)
|
|
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
|
|
$(srcdir)/../../composer/Evolution-Composer.idl
|
|
|
|
SUBDIRS = alarm-notify dialogs
|
|
|
|
help_base = $(datadir)/gnome/help/cal
|
|
|
|
bin_PROGRAMS = evolution-calendar
|
|
|
|
INCLUDES = \
|
|
-DG_LOG_DOMAIN=\"calendar-gui\" \
|
|
-I$(top_builddir)/shell \
|
|
-I$(top_srcdir)/shell \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/calendar \
|
|
-I$(top_srcdir)/calendar/cal-client \
|
|
-I$(top_builddir)/calendar/cal-client \
|
|
-I$(top_srcdir)/libical/src/libical \
|
|
-I$(top_builddir)/libical/src/libical \
|
|
-I$(top_srcdir)/widgets \
|
|
-I$(top_srcdir)/executive-summary \
|
|
-I$(includedir) \
|
|
$(BONOBO_HTML_GNOME_CFLAGS) \
|
|
$(GNOME_VFS_CFLAGS) \
|
|
$(GAL_CFLAGS) \
|
|
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
|
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\"
|
|
|
|
gladedir = $(datadir)/evolution/glade
|
|
|
|
glade_DATA = \
|
|
event-editor-dialog.glade \
|
|
e-meeting-dialog.glade \
|
|
e-itip-control.glade \
|
|
goto-dialog.glade
|
|
|
|
evolution_calendar_SOURCES = \
|
|
$(IDL_GENERATED) \
|
|
calendar-config.c \
|
|
calendar-config.h \
|
|
calendar-commands.c \
|
|
calendar-commands.h \
|
|
calendar-model.c \
|
|
calendar-model.h \
|
|
calendar-summary.c \
|
|
calendar-summary.h \
|
|
comp-util.c \
|
|
comp-util.h \
|
|
control-factory.c \
|
|
control-factory.h \
|
|
component-factory.c \
|
|
component-factory.h \
|
|
e-calendar-table.h \
|
|
e-calendar-table.c \
|
|
e-day-view-layout.c \
|
|
e-day-view-layout.h \
|
|
e-day-view-main-item.c \
|
|
e-day-view-main-item.h \
|
|
e-day-view-time-item.c \
|
|
e-day-view-time-item.h \
|
|
e-day-view-top-item.c \
|
|
e-day-view-top-item.h \
|
|
e-day-view.c \
|
|
e-day-view.h \
|
|
e-itip-control.h \
|
|
e-itip-control.c \
|
|
e-meeting-edit.h \
|
|
e-meeting-edit.c \
|
|
e-week-view-event-item.c \
|
|
e-week-view-event-item.h \
|
|
e-week-view-layout.c \
|
|
e-week-view-layout.h \
|
|
e-week-view-main-item.c \
|
|
e-week-view-main-item.h \
|
|
e-week-view-titles-item.c \
|
|
e-week-view-titles-item.h \
|
|
e-week-view.c \
|
|
e-week-view.h \
|
|
e-tasks.c \
|
|
e-tasks.h \
|
|
event-editor.c \
|
|
event-editor.h \
|
|
gnome-cal.c \
|
|
gnome-cal.h \
|
|
goto.c \
|
|
goto.h \
|
|
itip-utils.c \
|
|
itip-utils.h \
|
|
main.c \
|
|
print.c \
|
|
print.h \
|
|
tag-calendar.c \
|
|
tag-calendar.h \
|
|
tasks-control-factory.c \
|
|
tasks-control-factory.h \
|
|
tasks-control.c \
|
|
tasks-control.h \
|
|
tasks-migrate.c \
|
|
tasks-migrate.h \
|
|
weekday-picker.c \
|
|
weekday-picker.h \
|
|
widget-util.c \
|
|
widget-util.h
|
|
|
|
evolution_calendar_LDADD = \
|
|
alarm-notify/libalarm.a \
|
|
$(top_builddir)/shell/libeshell.la \
|
|
$(top_builddir)/calendar/cal-client/libcal-client.la \
|
|
$(top_builddir)/calendar/cal-util/libcal-util.la \
|
|
$(top_builddir)/e-util/libeutil.la \
|
|
$(top_builddir)/executive-summary/evolution-services/libevolution-services.la \
|
|
$(top_builddir)/libversit/libversit.la \
|
|
$(top_builddir)/libical/src/libical/libical.la \
|
|
$(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a \
|
|
$(top_builddir)/widgets/misc/libemiscwidgets.a \
|
|
$(top_builddir)/widgets/menus/libmenus.la \
|
|
dialogs/libcal-dialogs.a \
|
|
$(BONOBO_HTML_GNOME_LIBS) \
|
|
$(GNOME_VFS_LIBS) \
|
|
$(GAL_LIBS) \
|
|
$(INTLLIBS)
|
|
|
|
#evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_in_files = \
|
|
GNOME_Evolution_Calendar.oaf.in
|
|
|
|
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
|
|
|
|
@XML_I18N_MERGE_OAF_RULE@
|
|
|
|
EXTRA_DIST = \
|
|
$(glade_DATA) \
|
|
$(oaf_in_files)
|
|
|
|
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
|
|
|
|
BUILT_SOURCES = $(IDL_GENERATED)
|
|
CLEANFILES += $(BUILT_SOURCES)
|
|
|
|
dist-hook:
|
|
cd $(distdir); rm -f $(BUILT_SOURCES)
|