~ubuntu-branches/ubuntu/precise/kbibtex/precise

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Patrick Davies
  • Date: 2007-10-28 10:06:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071028100645-jw9oadntiao5oszf
Tags: 0.2-0ubuntu1
* New upstream release.
* Bumped up compat and debhelper versions to 5.
* Added Original-Maintainer as per Ubuntu spec.
* Moved Homepage as per Debian spec.
* Removed from patches:
  - 10-invalid_pure_specifier.dpatch - applied upstream.
  - 11-accented_characters.dpatch - applied upstream.
  - 12-empty_pubmed_search.dpatch - applied upstream.
  - 13-store_search_urls.dpatch - applied upstream.
* Updated 14-xslt_export and use simple-patchsys instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# set the include path for X, qt and KDE
2
 
INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS)
 
2
INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS) $(LIBBIBUTILS_CFLAGS)
3
3
 
4
4
# these are the headers for your project
5
 
noinst_HEADERS = kbibtexshell.h kbibtex_part.h element.h element.h \
6
 
                                                comment.h entry.h file.h macro.h encoderlatex.h \
7
 
                                                documentlistviewitem.h commentwidget.h macrowidget.h documentlistview.h                         settingsdlg.h \
8
 
                        settingsfileio.h settings.h settingsediting.h                   fileexporter.h value.h \
9
 
                        xsltransform.h fileimporter.h                   fileexporterbibtex.h \
10
 
                                fileimporterbibtex.h encoder.h fileexporterxml.h                        fileexporterxslt.h \
11
 
                        encoderxml.h fileexporterpdf.h fileexporterps.h \
12
 
                                                fileexportertoolchain.h searchbar.h                                             settingssearchurl.h                     fileexporterexternal.h \
13
 
                                fileimporterexternal.h                                          documentwidget.h                        documentsourceview.h fieldlineedit.h \
14
 
                        entryfield.h entrywidget.h      entrywidgettab.h                        entrywidgettitle.h valuewidget.h \
15
 
                        entrywidgetpublication.h entrywidgetwarningsitem.h                      entrywidgetauthor.h entrywidgetuser.h \
16
 
                        fieldlistview.h entrywidgetmisc.h                       entrywidgetexternal.h entrywidgetsource.h \
17
 
                        fileexporterrtf.h sidebar.h webquery.h webquerypubmed.h
 
5
noinst_HEADERS =                                                documentlistviewitem.h                                          fileexportertoolchain.h \
 
6
        comment.h commentwidget.h documentlistview.h documentlistviewitem.h \
 
7
        documentsourceview.h documentwidget.h element.h encoder.h encoderlatex.h encoderxml.h \
 
8
        entry.h entryfield.h entrywidget.h entrywidgetauthor.h entrywidgetexternal.h \
 
9
        entrywidgetkeyword.h entrywidgetmisc.h entrywidgetpublication.h entrywidgetsource.h \
 
10
        entrywidgettab.h entrywidgettitle.h entrywidgetuser.h entrywidgetwarningsitem.h \
 
11
        fieldlineedit.h fieldlistview.h file.h fileexporter.h fileexporterbibtex.h \
 
12
        fileexporterbibutils.h fileexporterexternal.h fileexporterpdf.h fileexporterps.h \
 
13
        fileexporterris.h               fileimporterbibtex.h fileexporterrtf.h fileexporterxml.h fileexporterxslt.h fileimporter.h \
 
14
        fileimporterbibutils.h fileimporterexternal.h fileimporterris.h idsuggestions.h kbibtex_part.h \
 
15
        kbibtexshell.h macro.h macrowidget.h mergeentries.h preamble.h preamblewidget.h \
 
16
        searchbar.h settings.h settingsdlg.h settingsediting.h settingsfileio.h \
 
17
        settingsidsuggestions.h settingskeyword.h settingssearchurl.h sidebar.h value.h valuewidget.h \
 
18
        webquery.h webqueryamatex.h webquerybibsonomy.h webquerycitebase.h webquerydblp.h \
 
19
        webquerygooglescholar.h webquerypubmed.h webqueryspireshep.h webqueryzmath.h \
 
20
        xsltransform.h
18
21
# let automoc handle all of the meta source files (moc)
19
22
METASOURCES = AUTO
20
23
 
46
49
kde_module_LTLIBRARIES = libkbibtexpart.la
47
50
 
48
51
# the Part's source, library search path, and link libraries
49
 
libkbibtexpart_la_SOURCES = kbibtex_part.cpp element.cpp \
50
 
                                        comment.cpp entry.cpp file.cpp macro.cpp encoderlatex.cpp \
51
 
                                        documentlistviewitem.cpp commentwidget.cpp macrowidget.cpp documentlistview.cpp \
52
 
                                        fileexporter.cpp value.cpp xsltransform.cpp             fileimporter.cpp \
53
 
                        fileexporterbibtex.cpp fileimporterbibtex.cpp encoder.cpp               fileexporterxml.cpp \
54
 
                        fileexporterxslt.cpp encoderxml.cpp fileexporterpdf.cpp                 fileexporterps.cpp \
55
 
                                fileexportertoolchain.cpp searchbar.cpp                 fileexporterexternal.cpp \
56
 
                        fileimporterexternal.cpp                documentwidget.cpp documentsourceview.cpp fieldlineedit.cpp \
57
 
                        entryfield.cpp          entrywidget.cpp entrywidgettab.cpp entrywidgettitle.cpp \
58
 
                        valuewidget.cpp                 entrywidgetpublication.cpp entrywidgetwarningsitem.cpp \
59
 
                        entrywidgetauthor.cpp entrywidgetuser.cpp               fieldlistview.cpp entrywidgetmisc.cpp \
60
 
                        entrywidgetexternal.cpp entrywidgetsource.cpp settings.cpp settingsdlg.cpp settingsediting.cpp \
61
 
                                        settingsfileio.cpp settingssearchurl.cpp fileexporterrtf.cpp sidebar.cpp \
62
 
        webquery.cpp webquerypubmed.cpp
 
52
libkbibtexpart_la_SOURCES = comment.cpp commentwidget.cpp documentlistview.cpp \
 
53
        documentlistviewitem.cpp documentsourceview.cpp documentwidget.cpp element.cpp encoder.cpp \
 
54
        encoderlatex.cpp encoderxml.cpp entry.cpp entryfield.cpp entrywidget.cpp \
 
55
        entrywidgetauthor.cpp entrywidgetexternal.cpp entrywidgetkeyword.cpp entrywidgetmisc.cpp \
 
56
        entrywidgetpublication.cpp entrywidgetsource.cpp entrywidgettab.cpp entrywidgettitle.cpp \
 
57
        entrywidgetuser.cpp entrywidgetwarningsitem.cpp fieldlineedit.cpp fieldlistview.cpp \
 
58
        file.cpp fileexporter.cpp fileexporterbibtex.cpp        fileexporterris.cpp \
 
59
        fileexporterbibutils.cpp fileexporterexternal.cpp fileexporterpdf.cpp fileexporterps.cpp \
 
60
        fileexporterrtf.cpp fileexportertoolchain.cpp fileexporterxml.cpp fileexporterxslt.cpp \
 
61
        fileimporter.cpp fileimporterbibtex.cpp fileimporterbibutils.cpp \
 
62
        fileimporterexternal.cpp fileimporterris.cpp idsuggestions.cpp kbibtex_part.cpp macro.cpp \
 
63
        macrowidget.cpp mergeentries.cpp preamble.cpp preamblewidget.cpp searchbar.cpp \
 
64
        settings.cpp settingsdlg.cpp settingsediting.cpp settingsfileio.cpp \
 
65
        settingsidsuggestions.cpp settingskeyword.cpp settingssearchurl.cpp sidebar.cpp value.cpp \
 
66
        valuewidget.cpp webquery.cpp webqueryamatex.cpp webquerybibsonomy.cpp \
 
67
        webquerycitebase.cpp webquerydblp.cpp webquerygooglescholar.cpp webquerypubmed.cpp \
 
68
        webqueryspireshep.cpp webqueryzmath.cpp xsltransform.cpp
63
69
libkbibtexpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
64
 
libkbibtexpart_la_LIBADD  = $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) -lkatepartinterfaces
 
70
libkbibtexpart_la_LIBADD  = $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIBBIBUTILS_LIBS) -lkatepartinterfaces
65
71
 
66
72
# this is where the desktop file will go
67
73
partdesktopdir   = $(kde_servicesdir)