summaryrefslogtreecommitdiffstats
path: root/kmailcvt/Makefile.am
blob: 7c49b36aae202c36f63fb8d0567e7a8556806253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

bin_PROGRAMS = kmailcvt
kmailcvt_SOURCES = kimportpagedlg.ui kimportpage.cpp kselfilterpagedlg.ui \
                   kselfilterpage.cpp filters.cxx filter_oe.cxx kmailcvt.cpp \
                   main.cpp filter_pmail.cxx filter_plain.cxx filter_outlook.cxx \
                   filter_mbox.cxx filter_evolution.cxx filter_mailapp.cxx \
                   filter_evolution_v2.cxx filter_opera.cxx filter_thunderbird.cxx \
                   filter_kmail_maildir.cxx filter_sylpheed.cxx filter_thebat.cxx \
                   filter_lnotes.cxx filter_kmail_archive.cxx
                
kmailcvt_LDADD   = $(LIB_TDEFILE)

EXTRA_DIST = main.cpp kmailcvt.cpp kimportpage.cpp kimportpage.h \
             kselfilterpage.cpp kselfilterpage.h kmailcvt.h \
             kmailcvt.desktop filter_oe.cxx filter_oe.hxx \
             filters.cxx filters.hxx \
             PAB_format.html sv9429424.gif \
             filter_pmail.cxx filter_pmail.hxx \
             filter_plain.cxx filter_plain.hxx \
             filter_mbox.cxx filter_mbox.hxx \
             filter_evolution.cxx filter_evolution.hxx \
             filter_mailapp.hxx filter_mailapp.cxx \
             filter_opera.hxx filter_opera.cxx \
             filter_evolution_v2.hxx filter_evolution_v2.cxx \
             filter_thunderbird.hxx filter_thunderbird.cxx \
             filter_kmail_maildir.hxx filter_kmail_maildir.cxx \
             filter_sylpheed.hxx filter_sylpheed.cxx \
             filter_thebat.hxx filter_thebat.cxx filter_lnotes.hxx filter_lnotes.cxx \
             filter_kmail_archive.cxx fitler_kmail_archive.hxx

install-data-local: uninstall.desktop
	$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Utilities
	$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Utilities/kmailcvt.desktop

SUBDIRS = pics

# set the include path for X, qt and KDE
INCLUDES= $(all_includes)

kmailcvt_METASOURCES = AUTO

# the library search path. 
kmailcvt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

KDE_ICON=AUTO

messages: rc.cpp
	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
	if test -n "$$LIST"; then \
	 $(XGETTEXT) $$LIST -o $(podir)/kmailcvt.pot; \
	fi