diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 19:17:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 19:17:32 +0000 |
commit | e38d2351b83fa65c66ccde443777647ef5cb6cff (patch) | |
tree | 1897fc20e9f73a81c520a5b9f76f8ed042124883 /src/Makefile.am | |
download | tellico-e38d2351b83fa65c66ccde443777647ef5cb6cff.tar.gz tellico-e38d2351b83fa65c66ccde443777647ef5cb6cff.zip |
Added KDE3 version of Tellico
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1097620 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..8ffd5e4 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,140 @@ +####### kdevelop 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_KFILE) $(LIB_KHTML) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) \ + $(LIBSOCKET) $(LIBXSLT_LIBS) $(TAGLIB_LIBS) $(KCDDB_LIBS) $(YAZ_LIBS) $(LIB_KIO) \ + $(LIB_KABC) $(KCAL_LIBS) $(LDADD_LIBBTPARSE) $(LIB_KNEWSTUFF) $(EXEMPI_LIBS) \ + $(POPPLER_LIBS) $(LDADD_LIBBARCODE) + +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 + +####### kdevelop 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) + +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 |