~ubuntu-branches/ubuntu/lucid/thaifonts-scalable/lucid

« back to all changes in this revision

Viewing changes to db/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-03-14 14:33:31 UTC
  • Revision ID: james.westby@ubuntu.com-20060314143331-8hw0iuxnnz038293
Tags: upstream-0.4.3.1
ImportĀ upstreamĀ versionĀ 0.4.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FONTSOURCES = \
 
2
        DBThaiText-BoldOblique.sfd \
 
3
        DBThaiText-Bold.sfd \
 
4
        DBThaiText-Oblique.sfd \
 
5
        DBThaiText.sfd
 
6
 
 
7
TTFFILES = \
 
8
        DBThaiText-BoldOblique.ttf \
 
9
        DBThaiText-Bold.ttf \
 
10
        DBThaiText-Oblique.ttf \
 
11
        DBThaiText.ttf
 
12
 
 
13
TESTTTFFILES = \
 
14
        TTFDBThaiText-BoldOblique.ttf \
 
15
        TTFDBThaiText-Bold.ttf \
 
16
        TTFDBThaiText-Oblique.ttf \
 
17
        TTFDBThaiText.ttf
 
18
 
 
19
OTFFILES = \
 
20
        DBThaiText-BoldOblique.otf \
 
21
        DBThaiText-Bold.otf \
 
22
        DBThaiText-Oblique.otf \
 
23
        DBThaiText.otf
 
24
 
 
25
TESTOTFFILES = \
 
26
        OTFDBThaiText-BoldOblique.otf \
 
27
        OTFDBThaiText-Bold.otf \
 
28
        OTFDBThaiText-Oblique.otf \
 
29
        OTFDBThaiText.otf
 
30
 
 
31
PFAFILES = \
 
32
        DBThaiText-BoldOblique.pfa \
 
33
        DBThaiText-Bold.pfa \
 
34
        DBThaiText-Oblique.pfa \
 
35
        DBThaiText.pfa
 
36
 
 
37
PFBFILES = \
 
38
        DBThaiText-BoldOblique.pfb \
 
39
        DBThaiText-Bold.pfb \
 
40
        DBThaiText-Oblique.pfb \
 
41
        DBThaiText.pfb
 
42
 
 
43
TYPE1FILES =
 
44
if INCLUDE_PFA
 
45
TYPE1FILES += $(PFAFILES)
 
46
endif
 
47
if INCLUDE_PFB
 
48
TYPE1FILES += $(PFBFILES)
 
49
endif
 
50
 
 
51
TESTTYPE1FILES = \
 
52
        PSDBThaiText-BoldOblique.pfb \
 
53
        PSDBThaiText-Bold.pfb \
 
54
        PSDBThaiText-Oblique.pfb \
 
55
        PSDBThaiText.pfb
 
56
 
 
57
MAINTAINERCLEANFILES = Makefile.in
 
58
CLEANFILES = *.ttf *.g2n *.pfb *.pfa *.afm *.pfm *.otf *.enc *.tfm
 
59
 
 
60
EXTRA_DIST = $(FONTSOURCES)
 
61
 
 
62
if INCLUDE_TTF
 
63
ttf_DATA = $(TTFFILES)
 
64
endif
 
65
 
 
66
if INCLUDE_TYPE1
 
67
type1_DATA = $(TYPE1FILES)
 
68
endif
 
69
 
 
70
if INCLUDE_OTF
 
71
otf_DATA = $(OTFFILES)
 
72
endif
 
73
 
 
74
if INCLUDE_TESTFONT
 
75
testfont_DATA = $(TESTTTFFILES)  $(TESTTYPE1FILES) $(TESTOTFFILES)
 
76
endif
 
77
 
 
78
include $(top_builddir)/scripts/gen.mk