summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-04 02:09:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-04 18:44:34 +0200
commit438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch)
tree6e0ee074a7ece0494375a95049ae1de114b9e45c /src
parentb6479767772bee82cd6e682bab243947a2f375ed (diff)
downloadtellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.tar.gz
tellico-438ed1ab7a6b70d6878b6dd5019a17d7903cf360.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am140
-rw-r--r--src/barcode/Makefile.am14
-rw-r--r--src/cite/Makefile.am20
-rw-r--r--src/cite/ooo/Makefile.am90
-rw-r--r--src/collections/Makefile.am32
-rw-r--r--src/commands/Makefile.am29
-rw-r--r--src/core/Makefile.am29
-rw-r--r--src/fetch/Makefile.am48
-rw-r--r--src/fetch/scripts/Makefile.am30
-rw-r--r--[-rwxr-xr-x]src/fetch/scripts/fr.allocine.py0
-rw-r--r--src/gui/Makefile.am43
-rw-r--r--src/newstuff/Makefile.am18
-rw-r--r--src/rtf2html/Makefile.am15
-rw-r--r--src/tests/Makefile.am28
-rw-r--r--src/translators/Makefile.am75
-rw-r--r--src/translators/btparse/Makefile.am18
-rw-r--r--src/translators/pilotdb/Makefile.am16
-rw-r--r--src/translators/pilotdb/libflatfile/Makefile.am20
-rw-r--r--src/translators/pilotdb/libpalm/Makefile.am15
19 files changed, 0 insertions, 680 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 8bc77a1..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,140 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-bin_PROGRAMS = tellico
-
-tellico_SOURCES = borrower.cpp borrowerdialog.cpp \
- borroweritem.cpp calendarhandler.cpp collection.cpp collectionfactory.cpp \
- collectionfieldsdialog.cpp configdialog.cpp controller.cpp detailedentryitem.cpp \
- detailedlistview.cpp document.cpp entry.cpp entryeditdialog.cpp entrygroupitem.cpp \
- entryiconfactory.cpp entryiconview.cpp entryitem.cpp entrymerger.cpp entryupdater.cpp \
- entryview.cpp exportdialog.cpp fetchdialog.cpp fetcherconfigdialog.cpp field.cpp \
- fieldcompletion.cpp filehandler.cpp filter.cpp filterdialog.cpp filteritem.cpp \
- filterview.cpp groupiterator.cpp groupview.cpp image.cpp imagefactory.cpp \
- importdialog.cpp isbnvalidator.cpp iso5426converter.cpp iso6937converter.cpp \
- listviewcomparison.cpp loandialog.cpp loanitem.cpp loanview.cpp main.cpp mainwindow.cpp \
- progressmanager.cpp reportdialog.cpp statusbar.cpp tellico_kernel.cpp tellico_strings.cpp \
- tellico_utils.cpp upcvalidator.cpp viewstack.cpp xmphandler.cpp lccnvalidator.cpp
-
-if !USE_LIBBTPARSE
- LDADD_LIBBTPARSE = ./translators/btparse/libbtparse.a
-endif
-
-if ENABLE_WEBCAM
- WEBCAMDIR = barcode
- LDADD_LIBBARCODE = ./barcode/libbarcode.a
-endif
-SUBDIRS = core gui collections translators fetch tests commands \
- cite newstuff rtf2html $(WEBCAMDIR)
-
-tellico_LDADD = ./core/libcore.a ./cite/libcite.a ./fetch/libfetch.a \
- ./collections/libcollections.a ./translators/libtranslators.a \
- ./newstuff/libnewstuff.a ./translators/pilotdb/libpilotdb.a \
- ./translators/pilotdb/libflatfile/liblibflatfile.a ./gui/libgui.a \
- ./translators/pilotdb/libpalm/liblibpalm.a ./rtf2html/librtf2html.a \
- ./commands/libcommands.a -lexslt $(LIB_TDEFILE) $(LIB_TDEHTML) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) \
- $(LIBSOCKET) $(LIBXSLT_LIBS) $(TAGLIB_LIBS) $(KCDDB_LIBS) $(YAZ_LIBS) $(LIB_TDEIO) \
- $(LIB_TDEABC) $(KCAL_LIBS) $(LDADD_LIBBTPARSE) $(LIB_TDENEWSTUFF) $(EXEMPI_LIBS) \
- $(POPPLER_LIBS) $(LDADD_LIBBARCODE) $(LIBXML_LIBS)
-
-EXTRA_DIST = tellicoui.rc tellicorc \
-borrowerdialog.cpp entryiconview.h\
-borrowerdialog.h entryitem.cpp importdialog.cpp \
-borrower.h entryitem.h importdialog.h \
-borroweritem.cpp entryview.cpp isbnvalidator.cpp \
-borroweritem.h entryview.h isbnvalidator.h \
-loanview.cpp exportdialog.cpp \
-loanview.h exportdialog.h \
-collection.cpp fetchdialog.cpp \
-collectionfactory.cpp fetchdialog.h \
-collectionfactory.h fieldcompletion.cpp latin1literal.h \
-collectionfieldsdialog.h collectionfieldsdialog.cpp fieldcompletion.h \
-collection.h field.h main.cpp \
-configdialog.cpp mainwindow.cpp \
-configdialog.h mainwindow.h \
-controller.cpp filehandler.cpp \
-controller.h filehandler.h \
-filter.cpp filterdialog.cpp \
-filterdialog.h reportdialog.cpp \
-filter.h reportdialog.h \
-filteritem.cpp \
-filteritem.h \
-detailedlistview.h detailedlistview.cpp \
-document.cpp tellico_kernel.cpp \
-document.h tellico_kernel.h \
-entry.cpp groupview.cpp tellico_strings.cpp \
-entryeditdialog.cpp groupview.h tellico_strings.h \
-entryeditdialog.h image.cpp tellico_utils.cpp \
-entrygroupitem.cpp imagefactory.cpp tellico_utils.h \
-entrygroupitem.h imagefactory.h viewstack.cpp \
-entry.h image.h viewstack.h \
-entryiconview.cpp loandialog.h \
-loandialog.cpp ptrvector.h borrower.cpp datavectors.h \
-calendarhandler.h calendarhandler.cpp \
-loanitem.h loanitem.cpp groupiterator.h groupiterator.cpp \
-stringset.h observer.h filterview.h filterview.cpp \
-entryiconfactory.h entryiconfactory.cpp \
-tellico_debug.h \
-entryupdater.h entryupdater.cpp \
-detailedentryitem.h detailedentryitem.cpp \
-statusbar.h statusbar.cpp \
-progressmanager.h progressmanager.cpp \
-upcvalidator.h upcvalidator.cpp \
-fetcherconfigdialog.h fetcherconfigdialog.cpp \
-iso5426converter.h iso5426converter.cpp \
-iso6937converter.h iso6937converter.cpp \
-tellico_map.h \
-listviewcomparison.h listviewcomparison.cpp \
-entrymerger.h entrymerger.cpp \
-xmphandler.h xmphandler.cpp \
-lccnvalidator.h lccnvalidator.cpp
-
-####### tdevelop will overwrite this part!!! (end)############
-# These paths are KDE specific. Use them:
-# kde_appsdir Where your application's menu entry (.desktop) should go to.
-# kde_icondir Where your icon should go to - better use KDE_ICON.
-# kde_sounddir Where your sounds should go to.
-# kde_htmldir Where your docs should go to. (contains lang subdirs)
-# kde_datadir Where you install application data. (Use a subdir)
-# kde_locale Where translation files should go to. (contains lang subdirs)
-# kde_cgidir Where cgi-bin executables should go to.
-# kde_confdir Where config files should go to (system-wide ones with default values).
-# kde_mimedir Where mimetypes .desktop files should go to.
-# kde_servicesdir Where services .desktop files should go to.
-# kde_servicetypesdir Where servicetypes .desktop files should go to.
-# kde_toolbardir Where general toolbar icons should go to (deprecated, use KDE_ICON).
-# kde_wallpaperdir Where general wallpapers should go to.
-# kde_templatesdir Where templates for the "New" menu (Konqueror/KDesktop) should go to.
-# kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS.
-# kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES.
-# kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES.
-# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3).
-# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3).
-
-# set the include path for X, qt and KDE
-AM_CPPFLAGS = $(all_includes) \
- $(LIBXML_CFLAGS) \
- $(LIBXSLT_CFLAGS) \
- $(EXEMPI_CFLAGS)
-
-METASOURCES = AUTO
-
-KDE_OPTIONS = noautodist
-
-CLEANFILES = *~ *.loT
-
-# the library search path.
-tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS)
-
-uidir = $(kde_datadir)/tellico
-ui_DATA = tellicoui.rc
-
-rcdir = $(kde_confdir)
-rc_DATA = tellicorc
-
-messages: rc.cpp
- @ touch $(podir)/tellico.pot;
- 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) --join-existing --add-comments="TRANSLATORS:" $$LIST -o $(podir)/tellico.pot; \
- fi
-
-#include ../admin/Doxyfile.am
diff --git a/src/barcode/Makefile.am b/src/barcode/Makefile.am
deleted file mode 100644
index df8f8e2..0000000
--- a/src/barcode/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-
-noinst_LIBRARIES = libbarcode.a
-libbarcode_a_SOURCES = barcode.cpp barcode_v4l.cpp
-
-libbarcode_a_METASOURCES = AUTO
-
-KDE_OPTIONS = noautodist
-
-EXTRA_DIST = \
-barcode.h barcode.cpp \
-barcode_v4l.h barcode_v4l.cpp
-
-CLEANFILES = *~ *.loT
diff --git a/src/cite/Makefile.am b/src/cite/Makefile.am
deleted file mode 100644
index 74e7c81..0000000
--- a/src/cite/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-METASOURCES = AUTO
-KDE_OPTIONS = noautodist
-CLEANFILES = *~ *.loT
-noinst_LIBRARIES = libcite.a
-libcite_a_SOURCES = lyxpipe.cpp actionmanager.cpp clipboard.cpp openoffice.cpp
-
-EXTRA_DIST = \
-actionmanager.h actionmanager.cpp \
-lyxpipe.h lyxpipe.cpp \
-actionmanager.h actionmanager.cpp \
-openoffice.h openoffice.cpp \
-clipboard.h clipboard.cpp \
-handler.h
-
-OOO_SUBDIR = ooo
-
-if WITH_OOO
-SUBDIRS = $(OOO_SUBDIR)
-endif
diff --git a/src/cite/ooo/Makefile.am b/src/cite/ooo/Makefile.am
deleted file mode 100644
index 3888fa7..0000000
--- a/src/cite/ooo/Makefile.am
+++ /dev/null
@@ -1,90 +0,0 @@
-AUTOMAKE_OPTIONS = -Wno-portability
-
-METASOURCES = AUTO
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS)
-KDE_OPTIONS = noautodist
-
-COMID=gcc3
-CPPULIB=-luno_cppu
-CPPUHELPERLIB=-luno_cppuhelper$(COMID)
-SALLIB=-luno_sal
-SALHELPERLIB=-luno_salhelper$(COMID)
-# REGLIB=-lreg
-
-# Where the UNO includes will be generated
-INCDIR = $(srcdir)/.include
-UNODIR = $(INCDIR)/uno
-
-# OpenOffice.org additional includes and libraries
-# might have to be adjusted for other architectures
-OFFICE_includes = -I$(INCDIR) -I$(UNODIR) -DUNX -DGCC -DLINUX -DCPPU_ENV=$(COMID) -DOSL_DEBUG_LEVEL=0
-OFFICE_libraries = $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(SALHELPERLIB)
-
-AM_CPPFLAGS = $(all_includes) $(OFFICE_SDK_includes) $(OFFICE_includes)
-
-kde_module_LTLIBRARIES = tellico_ooo.la
-
-tellico_ooo_la_SOURCES = ooohandler.cpp interface.cpp
-tellico_ooo_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) \
- $(all_libraries) $(OFFICE_libraries)
-tellico_ooo_la_LIBADD = $(OFFICE_libadd)
-
-EXTRA_DIST = ooohandler.h ooohandler.cpp \
- interface.h interface.cpp
-
-CLEANFILES = *~ *.loT
-
-# Clean target for the generated stuff
-clean-local:
- rm -rf $(UNODIR) $(INCDIR) $(CLEANFILES)
-
-UNOTYPES = \
- com.sun.star.uno.XComponentContext \
- com.sun.star.lang.XMultiServiceFactory \
- com.sun.star.lang.XSingleComponentFactory \
- com.sun.star.lang.XComponent \
- com.sun.star.lang.XServiceInfo \
- com.sun.star.bridge.XUnoUrlResolver \
- com.sun.star.frame.XDesktop \
- com.sun.star.frame.XComponentLoader \
- com.sun.star.text.ControlCharacter \
- com.sun.star.text.XDocumentIndexesSupplier \
- com.sun.star.text.XDocumentIndex \
- com.sun.star.text.XTextDocument \
- com.sun.star.text.XTextField \
- com.sun.star.text.XTextViewCursor \
- com.sun.star.text.XTextViewCursorSupplier \
- com.sun.star.text.BibliographyDataType \
- com.sun.star.container.XIndexAccess \
- com.sun.star.container.XHierarchicalNameAccess \
- com.sun.star.registry.XSimpleRegistry \
- com.sun.star.beans.XPropertySet \
- com.sun.star.sdbc.XRow \
- com.sun.star.sdbc.XRowSet \
- com.sun.star.sdbc.XResultSetMetaDataSupplier \
- com.sun.star.sdbc.XResultSetUpdate \
- com.sun.star.sdbc.XRowUpdate \
- com.sun.star.sdbc.SQLException \
- com.sun.star.sdb.CommandType \
- com.sun.star.document.XEventListener \
- com.sun.star.document.XEventBroadcaster \
- com.sun.star.uno.XWeak \
- com.sun.star.uno.XAggregation \
- com.sun.star.lang.XTypeProvider
-
-
-UNOHPPFILES = $(foreach t,$(UNOTYPES),$(UNODIR)/$(subst .,/,$(t)).hpp)
-
-interface.o: $(UNOHPPFILES) $(INCDIR)
-
-$(INCDIR):
- mkdir -p $(INCDIR)
-
-$(UNODIR):
- mkdir -p $(UNODIR)
-
-$(UNOHPPFILES): $(UNODIR)
- $(CPPUMAKER) -Gc -BUCR -O$(UNODIR) $(foreach t,$(UNOTYPES),-T$(t)) \
- $(OFFICE_registry)
-
diff --git a/src/collections/Makefile.am b/src/collections/Makefile.am
deleted file mode 100644
index 477f826..0000000
--- a/src/collections/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-noinst_LIBRARIES = libcollections.a
-
-AM_CPPFLAGS = $(all_includes)
-
-libcollections_a_METASOURCES = AUTO
-
-libcollections_a_SOURCES = winecollection.cpp stampcollection.cpp \
- comicbookcollection.cpp cardcollection.cpp coincollection.cpp \
- bibtexcollection.cpp musiccollection.cpp videocollection.cpp \
- bookcollection.cpp gamecollection.cpp filecatalog.cpp \
- boardgamecollection.cpp
-
-####### tdevelop will overwrite this part!!! (end)############
-
-KDE_OPTIONS = noautodist
-
-CLEANFILES = *~ *.loT
-
-EXTRA_DIST = \
-bookcollection.cpp bookcollection.h \
-videocollection.cpp videocollection.h \
-musiccollection.cpp musiccollection.h \
-bibtexcollection.cpp bibtexcollection.h \
-coincollection.cpp coincollection.h \
-cardcollection.cpp cardcollection.h \
-comicbookcollection.cpp comicbookcollection.h \
-stampcollection.cpp stampcollection.h \
-winecollection.cpp winecollection.h \
-gamecollection.h gamecollection.cpp \
-filecatalog.h filecatalog.cpp \
-boardgamecollection.h boardgamecollection.cpp
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am
deleted file mode 100644
index 95147c2..0000000
--- a/src/commands/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-
-noinst_LIBRARIES = libcommands.a
-libcommands_a_SOURCES = \
- addentries.cpp modifyentries.cpp removeentries.cpp \
- addloans.cpp modifyloans.cpp removeloans.cpp \
- fieldcommand.cpp filtercommand.cpp reorderfields.cpp \
- group.cpp collectioncommand.cpp renamecollection.cpp \
- updateentries.cpp
-
-libcommands_a_METASOURCES = AUTO
-KDE_OPTIONS = noautodist
-EXTRA_DIST = \
- addentries.h addentries.cpp \
- modifyentries.h modifyentries.cpp \
- removeentries.h removeentries.cpp \
- addloans.h addloans.cpp \
- modifyloans.h modifyloans.cpp \
- removeloans.h removeloans.cpp \
- fieldcommand.h fieldcommand.cpp \
- filtercommand.h filtercommand.cpp \
- reorderfields.h reorderfields.cpp \
- group.h group.cpp \
- collectioncommand.h collectioncommand.cpp \
- renamecollection.h renamecollection.cpp \
- updateentries.h updateentries.cpp
-
-
-CLEANFILES = *~
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
deleted file mode 100644
index 7882a19..0000000
--- a/src/core/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-
-noinst_LIBRARIES = libcore.a
-libcore_a_SOURCES = dcopinterface.cpp dcopinterface.skel drophandler.cpp \
- netaccess.cpp tellico_config.kcfgc tellico_config_addons.cpp
-
-libcore_a_METASOURCES = AUTO
-
-KDE_OPTIONS = noautodist
-
-EXTRA_DIST = \
-tellico_config.kcfg tellico_config.kcfgc \
-tellico_config_addons.h tellico_config_addons.cpp \
-dcopinterface.h dcopinterface.cpp \
-netaccess.h netaccess.cpp \
-drophandler.h drophandler.cpp \
-tellico-rename.upd tellico.upd \
-tellico-1-3-update.pl
-
-dcopinterface_DCOPIDLNG = ALL
-
-kde_kcfg_DATA = tellico_config.kcfg
-
-updatedir = $(kde_datadir)/tdeconf_update
-update_DATA = tellico-rename.upd tellico.upd
-update_SCRIPTS = tellico-1-3-update.pl
-
-CLEANFILES = *~ *.loT tellico_config.h tellico_config.cpp
-
diff --git a/src/fetch/Makefile.am b/src/fetch/Makefile.am
deleted file mode 100644
index 2f56fa5..0000000
--- a/src/fetch/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-noinst_LIBRARIES = libfetch.a
-
-AM_CPPFLAGS = $(all_includes) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(YAZ_CFLAGS)
-
-libfetch_a_METASOURCES = AUTO
-
-libfetch_a_SOURCES = amazonfetcher.cpp animenfofetcher.cpp arxivfetcher.cpp \
- bibsonomyfetcher.cpp citebasefetcher.cpp configwidget.cpp crossreffetcher.cpp \
- discogsfetcher.cpp entrezfetcher.cpp execexternalfetcher.cpp fetcher.cpp fetchmanager.cpp \
- gcstarpluginfetcher.cpp googlescholarfetcher.cpp ibsfetcher.cpp imdbfetcher.cpp \
- isbndbfetcher.cpp messagehandler.cpp srufetcher.cpp yahoofetcher.cpp z3950connection.cpp \
- z3950fetcher.cpp amazonrequest.cpp hmac_sha2.c sha2.c
-
-####### tdevelop will overwrite this part!!! (end)############
-
-SUBDIRS = scripts
-
-CLEANFILES = *~
-
-KDE_OPTIONS = noautodist
-
-EXTRA_DIST = \
-fetcher.h fetcher.cpp fetchmanager.h fetchmanager.cpp \
-amazonfetcher.h amazonfetcher.cpp z3950fetcher.h z3950fetcher.cpp \
-imdbfetcher.h imdbfetcher.cpp fetch.h configwidget.h configwidget.cpp \
-entrezfetcher.h entrezfetcher.cpp \
-execexternalfetcher.h execexternalfetcher.cpp \
-messagehandler.h messagehandler.cpp \
-z3950connection.h z3950connection.cpp \
-yahoofetcher.h yahoofetcher.cpp \
-animenfofetcher.h animenfofetcher.cpp \
-ibsfetcher.h ibsfetcher.cpp \
-srufetcher.h srufetcher.cpp \
-isbndbfetcher.h isbndbfetcher.cpp \
-gcstarpluginfetcher.h gcstarpluginfetcher.cpp \
-crossreffetcher.h crossreffetcher.cpp \
-arxivfetcher.h arxivfetcher.cpp \
-citebasefetcher.h citebasefetcher.cpp \
-bibsonomyfetcher.h bibsonomyfetcher.cpp \
-googlescholarfetcher.h googlescholarfetcher.cpp \
-discogsfetcher.h discogsfetcher.cpp \
-amazonrequest.h amazonrequest.cpp \
-hmac_sha2.h hmac_sha2.c sha2.h sha2.c \
-z3950-servers.cfg
-
-appdir = $(kde_datadir)/tellico
-app_DATA = z3950-servers.cfg
diff --git a/src/fetch/scripts/Makefile.am b/src/fetch/scripts/Makefile.am
deleted file mode 100644
index a767d24..0000000
--- a/src/fetch/scripts/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-EXTRA_DIST = \
-fr.allocine.py fr.allocine.py.spec \
-ministerio_de_cultura.py ministerio_de_cultura.py.spec \
-dark_horse_comics.py dark_horse_comics.py.spec \
-boardgamegeek.rb boardgamegeek.rb.spec
-
-####### tdevelop will overwrite this part!!! (end)############
-
-scriptdir = $(kde_datadir)/tellico/data-sources
-script_SCRIPTS = \
-fr.allocine.py \
-ministerio_de_cultura.py \
-dark_horse_comics.py \
-boardgamegeek.rb
-
-script_DATA = \
-fr.allocine.py.spec \
-ministerio_de_cultura.py.spec \
-dark_horse_comics.py.spec \
-boardgamegeek.rb.spec
-
-KDE_OPTIONS = noautodist
-
-CLEANFILES = *~
-
-# probably a better way to do this
-uninstall-hook:
- -if [ -d $(scriptdir) ]; then rmdir $(scriptdir); fi
diff --git a/src/fetch/scripts/fr.allocine.py b/src/fetch/scripts/fr.allocine.py
index 97a2247..97a2247 100755..100644
--- a/src/fetch/scripts/fr.allocine.py
+++ b/src/fetch/scripts/fr.allocine.py
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am
deleted file mode 100644
index cb6f5e8..0000000
--- a/src/gui/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-
-noinst_LIBRARIES = libgui.a
-libgui_a_SOURCES = combobox.cpp counteditem.cpp datewidget.cpp \
- tabcontrol.cpp kwidgetlister.cpp stringmapdialog.cpp listview.cpp richtextlabel.cpp \
- lineedit.cpp boolfieldwidget.cpp choicefieldwidget.cpp linefieldwidget.cpp \
- numberfieldwidget.cpp parafieldwidget.cpp urlfieldwidget.cpp tablefieldwidget.cpp \
- imagefieldwidget.cpp datefieldwidget.cpp imagewidget.cpp fieldwidget.cpp ratingwidget.cpp \
- ratingfieldwidget.cpp overlaywidget.cpp progress.cpp listboxtext.cpp collectiontypecombo.cpp \
- previewdialog.cpp
-
-libgui_a_METASOURCES = AUTO
-KDE_OPTIONS = noautodist
-EXTRA_DIST = combobox.h combobox.cpp \
-counteditem.h counteditem.cpp \
-datewidget.h datewidget.cpp \
-kwidgetlister.h kwidgetlister.cpp \
-listview.h listview.cpp \
-richtextlabel.h richtextlabel.cpp \
-stringmapdialog.h stringmapdialog.cpp \
-tabcontrol.h tabcontrol.cpp \
-lineedit.h lineedit.cpp \
-boolfieldwidget.h boolfieldwidget.cpp \
-choicefieldwidget.h choicefieldwidget.cpp \
-datefieldwidget.h datefieldwidget.cpp \
-imagefieldwidget.h imagefieldwidget.cpp \
-linefieldwidget.h linefieldwidget.cpp \
-numberfieldwidget.h numberfieldwidget.cpp \
-parafieldwidget.h parafieldwidget.cpp \
-tablefieldwidget.h tablefieldwidget.cpp \
-urlfieldwidget.h urlfieldwidget.cpp \
-ratingwidget.h ratingwidget.cpp \
-imagewidget.h imagewidget.cpp \
-fieldwidget.h fieldwidget.cpp \
-ratingfieldwidget.h ratingfieldwidget.cpp \
-overlaywidget.h overlaywidget.cpp \
-progress.h progress.cpp \
-listboxtext.h listboxtext.cpp \
-collectiontypecombo.h collectiontypecombo.cpp \
-previewdialog.h previewdialog.cpp
-
-CLEANFILES = *~
-
diff --git a/src/newstuff/Makefile.am b/src/newstuff/Makefile.am
deleted file mode 100644
index 1c962bc..0000000
--- a/src/newstuff/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-noinst_LIBRARIES = libnewstuff.a
-
-libnewstuff_a_METASOURCES = AUTO
-
-libnewstuff_a_SOURCES = manager.cpp dialog.cpp newscript.cpp
-
-CLEANFILES = *~
-
-EXTRA_DIST = \
-manager.h manager.cpp \
-dialog.h dialog.cpp \
-newscript.h newscript.cpp \
-providerloader.h providerloader.cpp
-
-AM_CPPFLAGS = $(all_includes)
-
-KDE_OPTIONS = noautodist
-
diff --git a/src/rtf2html/Makefile.am b/src/rtf2html/Makefile.am
deleted file mode 100644
index ea3d39f..0000000
--- a/src/rtf2html/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AM_CPPFLAGS = $(all_includes)
-
-noinst_LIBRARIES = librtf2html.a
-librtf2html_a_SOURCES = fmt_opts.cpp rtf2html.cpp rtf_keyword.cpp rtf_table.cpp
-
-librtf2html_a_METASOURCES = AUTO
-
-KDE_OPTIONS = noautodist
-
-EXTRA_DIST = common.h dbg_iter.h fmt_opts.h fmt_opts.cpp \
-rtf2html.h rtf2html.cpp rtf_keyword.h rtf_keyword.cpp \
-rtf_table.h rtf_table.cpp rtf_tools.h
-
-CLEANFILES = *~
-
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
deleted file mode 100644
index 3dc9d98..0000000
--- a/src/tests/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes)
-
-KDE_OPTIONS = noautodist
-
-AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS)
-
-check_PROGRAMS = isbntest latin1test entitytest
-
-check: isbntest latin1test entitytest
- ./isbntest
- ./latin1test
- ./entitytest
-
-METASOURCES = AUTO
-
-DISTCLEANFILES = *~ *.Po $(CLEANFILES)
-
-isbntest_SOURCES = isbntest.cpp
-isbntest_LDADD = ../isbnvalidator.o ../upcvalidator.o $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
-
-latin1test_SOURCES = latin1test.cpp
-latin1test_LDADD = $(LIB_QT) $(LIB_TDECORE)
-
-entitytest_SOURCES = entitytest.cpp
-entitytest_LDADD = ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)
-
-#formattest_SOURCES = formattest.cpp
-#formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)
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