~ubuntu-branches/ubuntu/intrepid/bibletime/intrepid

« back to all changes in this revision

Viewing changes to bibletime/frontend/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ralph Janke
  • Date: 2008-05-10 15:18:16 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080510151816-bqp8y1to705zd0fm
Tags: 1.6.5.1-1
* New upstream version (Closes: #441161, #271502)
* fixes for new autotools and gcc 4.3 (Closes: #407291)
* added poxml to Build-Depends
* No DFSG necessary anymore since biblestudy howto has 
  now Commons Licence 
* Added libclucene-dev to dev-depends (Closes: #436677)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = $(all_includes)
 
2
libfrontend_a_METASOURCES = AUTO
 
3
noinst_LIBRARIES = libfrontend.a
 
4
 
 
5
libfrontend_a_SOURCES = btinstallmgr.cpp cbtconfig.cpp cinputdialog.cpp \
 
6
                manageindicesform.ui cmanageindiceswidget.cpp   coptionsdialog.cpp \
 
7
        cswordsetupdialog.cpp cprofilemgr.cpp cprofile.cpp cprofilewindow.cpp   cexportmanager.cpp \
 
8
        cmdiarea.cpp kstartuplogo.cpp cdragdropmgr.cpp cinfodisplay.cpp         cprinter.cpp \
 
9
        crossrefrendering.cpp cswordsetupmodulelistview.cpp \
 
10
                cswordsetupinstallsourcesdialog.cpp cmoduleindexdialog.cpp
 
11
 
 
12
all_headers = cmdiarea.h \
 
13
btinstallmgr.h \
 
14
cbtconfig.h \
 
15
cinputdialog.h \
 
16
coptionsdialog.h \
 
17
cmanageindiceswidget.h \
 
18
cswordsetupdialog.h \
 
19
cprofilemgr.h \
 
20
cprofile.h \
 
21
cprofilewindow.h \
 
22
cexportmanager.h \
 
23
cmdiarea.h \
 
24
kstartuplogo.h \
 
25
cdragdropmgr.h \
 
26
cinfodisplay.h \
 
27
cprinter.h \
 
28
crossrefrendering.h \
 
29
cswordsetupmodulelistview.h \
 
30
cswordsetupinstallsourcesdialog.h
 
31
 
 
32
EXTRA_DIST = $(libfrontend_a_SOURCES) $(all_headers)
 
33
 
 
34
SUBDIRS = util searchdialog mainindex keychooser displaywindow display
 
35
noinst_HEADERS = cmoduleindexdialog.h