summaryrefslogtreecommitdiffstats
path: root/src/translators/Makefile.am
blob: e91e182917db8b46d04b309c4b5a39335b312a45 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libtranslators.a

## AM_CPPFLAGS were found outside tdevelop specific part

libtranslators_a_METASOURCES = AUTO

libtranslators_a_SOURCES = alexandriaexporter.cpp alexandriaimporter.cpp \
	amcimporter.cpp audiofileimporter.cpp bibtexexporter.cpp bibtexhandler.cpp \
	bibteximporter.cpp bibtexmlexporter.cpp bibtexmlimporter.cpp csvexporter.cpp \
	csvimporter.cpp dcimporter.cpp deliciousimporter.cpp exporter.cpp \
	filelistingimporter.cpp freedb_util.cpp freedbimporter.cpp gcfilmsexporter.cpp \
	gcfilmsimporter.cpp griffithimporter.cpp grs1importer.cpp htmlexporter.cpp libcsv.c \
	onixexporter.cpp pdfimporter.cpp pilotdbexporter.cpp referencerimporter.cpp \
	risimporter.cpp tellico_xml.cpp tellicoimporter.cpp tellicosaximporter.cpp \
	tellicoxmlexporter.cpp tellicoxmlhandler.cpp tellicozipexporter.cpp textimporter.cpp \
	xmlimporter.cpp xmlstatehandler.cpp xsltexporter.cpp xslthandler.cpp xsltimporter.cpp \
	dataimporter.cpp importer.cpp

if !USE_LIBBTPARSE
  SUBDIR_LIBBTPARSE = btparse
endif

SUBDIRS = pilotdb $(SUBDIR_LIBBTPARSE)

CLEANFILES = *~

EXTRA_DIST = bibtex-translation.xml \
bibtexexporter.cpp       tellicoxmlexporter.h     pilotdbexporter.cpp \
bibtexexporter.h         tellicozipexporter.cpp   pilotdbexporter.h \
bibtexhandler.cpp        tellicozipexporter.h     \
bibtexhandler.h          csvexporter.cpp          textimporter.cpp \
bibteximporter.cpp       csvexporter.h            textimporter.h \
bibteximporter.h         csvimporter.cpp          xmlimporter.cpp \
bibtexmlexporter.cpp     csvimporter.h            xmlimporter.h \
bibtexmlexporter.h                                xsltexporter.cpp \
bibtexmlimporter.cpp     dataimporter.h           xsltexporter.h \
bibtexmlimporter.h       exporter.h               xslthandler.cpp \
tellicoimporter.cpp      htmlexporter.cpp         xslthandler.h \
tellicoimporter.h        htmlexporter.h           xsltimporter.cpp \
tellicoxmlexporter.cpp   importer.h               xsltimporter.h \
audiofileimporter.h      audiofileimporter.cpp    alexandriaimporter.h \
alexandriaimporter.cpp   alexandriaexporter.h     alexandriaexporter.cpp \
freedbimporter.h         freedbimporter.cpp       freedb_util.cpp \
risimporter.h            risimporter.cpp          tellico_xml.h \
tellico_xml.cpp          translators.h            exporter.cpp \
onixexporter.h           onixexporter.cpp         gcfilmsimporter.h \
gcfilmsimporter.cpp      gcfilmsexporter.h        gcfilmsexporter.cpp \
filelistingimporter.h    filelistingimporter.cpp  grs1importer.h \
grs1importer.cpp         amcimporter.h            amcimporter.cpp \
dcimporter.h             dcimporter.cpp           griffithimporter.h \
griffithimporter.cpp     griffith2tellico.py      pdfimporter.h \
pdfimporter.cpp          referencerimporter.h     referencerimporter.cpp \
libcsv.h                 libcsv.c \
deliciousimporter.h      deliciousimporter.cpp \
tellicosaximporter.h     tellicosaximporter.cpp \
tellicoxmlhandler.h      tellicoxmlhandler.cpp \
xmlstatehandler.h        xmlstatehandler.cpp

####### tdevelop will overwrite this part!!! (end)############

AM_CPPFLAGS = \
 $(LIBXML_CFLAGS) \
 $(LIBXSLT_CFLAGS) \
 $(TAGLIB_CFLAGS) \
 $(KCDDB_CFLAGS) \
 $(all_includes) \
 $(POPPLER_CFLAGS)

KDE_OPTIONS = noautodist

appdir = $(kde_datadir)/tellico
app_DATA = bibtex-translation.xml
app_SCRIPTS = griffith2tellico.py