~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to src/utilfuns/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-n9mz4x0zxrs1isd3
Tags: upstream-1.5.7
ImportĀ upstreamĀ versionĀ 1.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
utilfunsdir = $(top_srcdir)/src/utilfuns
 
3
libsword_la_SOURCES += $(utilfunsdir)/Greek2Greek.cpp
 
4
libsword_la_SOURCES += $(utilfunsdir)/utilstr.cpp
 
5
libsword_la_SOURCES += $(utilfunsdir)/utilweb.cpp
 
6
libsword_la_SOURCES += $(utilfunsdir)/utilxml.cpp
 
7
libsword_la_SOURCES += $(utilfunsdir)/unixstr.cpp
 
8
libsword_la_SOURCES += $(utilfunsdir)/swunicod.cpp
 
9
libsword_la_SOURCES += $(utilfunsdir)/swversion.cpp
 
10
libsword_la_SOURCES += $(utilfunsdir)/swbuf.cpp
 
11
libsword_la_SOURCES += $(utilfunsdir)/ftpparse.c
 
12
 
 
13
if ZLIB
 
14
UNTGZ = $(utilfunsdir)/zlib/untgz.c
 
15
else
 
16
UNTGZ =
 
17
endif
 
18
libsword_la_SOURCES += $(UNTGZ)
 
19
 
 
20
 
 
21
if MINGW
 
22
SWREGEX = $(utilfunsdir)/regex.c
 
23
else
 
24
SWREGEX =
 
25
endif
 
26
libsword_la_SOURCES += $(SWREGEX)
 
27
 
 
28
 
 
29
libsword_la_SOURCES += $(utilfunsdir)/roman.cpp
 
30
 
 
31