aboutsummaryrefslogblamecommitdiffstats
path: root/shell/importer/Makefile.am
blob: 6e08187e3426498c81220520a716fca2a728a14b (plain) (tree)
1
2
3
4
5
6
7
8







                                                                 


                                          
                                   















                                                                                         
                                                                  

                                                 
                                                 



                                                 
                     
 

                                                 
                                                 

                                                 

                            


                                                 
 


                                     
                                  

                              
                             


                                             
INCLUDES =                          \
    -I$(top_srcdir)                     \
    -I$(top_srcdir)/shell                   \
    -I$(top_builddir)/shell                 \
    -I$(includedir)                     \
    -DG_LOG_DOMAIN=\"Evolution-Importer\"           \
    -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\"     \
    $(SHELL_CFLAGS)

lib_LTLIBRARIES = libevolution-importer.la

IDLS = GNOME_Evolution_Importer.idl

IDL_GENERATED =     \
    GNOME_Evolution_Importer.h  \
    GNOME_Evolution_Importer-common.c   \
    GNOME_Evolution_Importer-skels.c    \
    GNOME_Evolution_Importer-stubs.c

GNOME_Evolution_Importer-impl.o: GNOME_Evolution_Importer.h

$(IDL_GENERATED): $(IDLS)
    $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl`  \
        $(srcdir)/GNOME_Evolution_Importer.idl

idldir = $(datadir)/idl
idl_DATA = $(IDLS)

libevolution_importerincludedir = $(includedir)/evolution/importer
libevolution_importer_la_SOURCES =      \
    $(IDL_GENERATED)            \
    evolution-intelligent-importer.c    \
    evolution-importer-client.c     \
    evolution-importer-listener.c       \
    evolution-importer.c            \
    intelligent.c               \
    intelligent.h

libevolution_importerinclude_HEADERS =      \
    GNOME_Evolution_Importer.h      \
    evolution-intelligent-importer.h    \
    evolution-importer-client.h     \
    evolution-importer-listener.h       \
    evolution-importer.h

libevolution_importer_la_LIBADD =       \
    $(top_builddir)/e-util/libeutil.la  \
    $(SHELL_LIBS)

gladedir = $(datadir)/evolution/glade
glade_DATA = import.glade

EXTRA_DIST = $(glade_DATA) $(IDLS)

BUILT_SOURCES=$(IDL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)