aboutsummaryrefslogblamecommitdiffstats
path: root/calendar/Makefile.am
blob: 20f5f3713244767edb10cc1e939e10c724f636e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                     
 

               
                                 

                                                         
                                                
 
                       
 
                    

                                 



                                 

                                 
                                 

                                 

                                 



                                 

                                 

                                 

                                 
                                 

                                 
                                 
                                 

                                 

                                 

                                 
                                 

                                 


                                 


                                 
 
              
                         
                             
                                            


                            
 
                              
 
              

                         


                         
 
 
                                                    


                                 



                                                                               
                                                                                
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)/gnome/apps/Applications

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