diff options
Diffstat (limited to 'src/translators')
-rw-r--r-- | src/translators/Makefile.am | 75 | ||||
-rw-r--r-- | src/translators/btparse/Makefile.am | 18 | ||||
-rw-r--r-- | src/translators/pilotdb/Makefile.am | 16 | ||||
-rw-r--r-- | src/translators/pilotdb/libflatfile/Makefile.am | 20 | ||||
-rw-r--r-- | src/translators/pilotdb/libpalm/Makefile.am | 15 |
5 files changed, 0 insertions, 144 deletions
diff --git a/src/translators/Makefile.am b/src/translators/Makefile.am deleted file mode 100644 index e91e182..0000000 --- a/src/translators/Makefile.am +++ /dev/null @@ -1,75 +0,0 @@ -####### 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 - diff --git a/src/translators/btparse/Makefile.am b/src/translators/btparse/Makefile.am deleted file mode 100644 index 4a16ad3..0000000 --- a/src/translators/btparse/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -if !USE_LIBBTPARSE - -noinst_LIBRARIES = libbtparse.a - -AM_CPPFLAGS = $(all_includes) - -libbtparse_a_METASOURCES = AUTO - -libbtparse_a_SOURCES = bibtex_ast.c bibtex.c err.c ast.c scan.c util.c lex_auxiliary.c parse_auxiliary.c format_name.c string_util.c tex_tree.c names.c modify.c traversal.c sym.c macros.c error.c postprocess.c input.c init.c - -endif - -EXTRA_DIST = btparse.h init.c stdpccts.h attrib.h lex_auxiliary.h error.h parse_auxiliary.h prototypes.h tokens.h mode.h input.c postprocess.c error.c macros.c sym.h sym.c bt_debug.h traversal.c modify.c names.c my_alloca.h tex_tree.c string_util.c format_name.c antlr.h ast.h btconfig.h dlgdef.h parse_auxiliary.c lex_auxiliary.c util.c scan.c dlgauto.h ast.c err.h err.c bibtex.c bibtex_ast.c - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_OPTIONS = noautodist diff --git a/src/translators/pilotdb/Makefile.am b/src/translators/pilotdb/Makefile.am deleted file mode 100644 index dba2dbb..0000000 --- a/src/translators/pilotdb/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = libpilotdb.a - -AM_CPPFLAGS = $(all_includes) - -libpilotdb_a_METASOURCES = AUTO - -libpilotdb_a_SOURCES = pilotdb.cpp strop.cpp - -SUBDIRS = libflatfile libpalm - -EXTRA_DIST = strop.cpp strop.h portability.h pilotdb.h pilotdb.cpp - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_OPTIONS = noautodist diff --git a/src/translators/pilotdb/libflatfile/Makefile.am b/src/translators/pilotdb/libflatfile/Makefile.am deleted file mode 100644 index b97ec32..0000000 --- a/src/translators/pilotdb/libflatfile/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = liblibflatfile.a - -AM_CPPFLAGS = $(all_includes) - -liblibflatfile_a_METASOURCES = AUTO - -liblibflatfile_a_SOURCES = DB.cpp Database.cpp - - -EXTRA_DIST = Database.cpp Database.h DB.cpp DB.h Field.h FType.h ListView.h ListViewColumn.h Record.h - -####### tdevelop will overwrite this part!!! (end)############ - -# is this the right way to do this? I need to include the strop.o object file since its -# in the parent directory -liblibflatfile_a_LIBADD = ../strop.o -CLEANFILES = strop.Po - -KDE_OPTIONS = noautodist diff --git a/src/translators/pilotdb/libpalm/Makefile.am b/src/translators/pilotdb/libpalm/Makefile.am deleted file mode 100644 index 709a406..0000000 --- a/src/translators/pilotdb/libpalm/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = liblibpalm.a - -AM_CPPFLAGS = $(all_includes) - -liblibpalm_a_METASOURCES = AUTO - -liblibpalm_a_SOURCES = Database.cpp Block.cpp - - -EXTRA_DIST = Block.cpp Block.h palmtypes.h Record.h Resource.h Database.h Database.cpp - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_OPTIONS = noautodist |