~ubuntu-branches/ubuntu/gutsy/thaifonts-scalable/gutsy

« back to all changes in this revision

Viewing changes to nectec/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
        Loma-BoldOblique.sfd \
 
3
        Loma-Bold.sfd \
 
4
        Loma-Oblique.sfd \
 
5
        Loma.sfd
 
6
 
 
7
TTFFILES = \
 
8
        Loma-BoldOblique.ttf \
 
9
        Loma-Bold.ttf \
 
10
        Loma-Oblique.ttf \
 
11
        Loma.ttf
 
12
 
 
13
TESTTTFFILES = \
 
14
        TTFLoma-BoldOblique.ttf \
 
15
        TTFLoma-Bold.ttf \
 
16
        TTFLoma-Oblique.ttf \
 
17
        TTFLoma.ttf
 
18
 
 
19
OTFFILES = \
 
20
        Loma-BoldOblique.otf \
 
21
        Loma-Bold.otf \
 
22
        Loma-Oblique.otf \
 
23
        Loma.otf
 
24
 
 
25
TESTOTFFILES = \
 
26
        OTFLoma-BoldOblique.otf \
 
27
        OTFLoma-Bold.otf \
 
28
        OTFLoma-Oblique.otf \
 
29
        OTFLoma.otf
 
30
 
 
31
PFAFILES = \
 
32
        Loma-BoldOblique.pfa \
 
33
        Loma-Bold.pfa \
 
34
        Loma-Oblique.pfa \
 
35
        Loma.pfa
 
36
 
 
37
PFBFILES = \
 
38
        Loma-BoldOblique.pfb \
 
39
        Loma-Bold.pfb \
 
40
        Loma-Oblique.pfb \
 
41
        Loma.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
        PSLoma-BoldOblique.pfb \
 
53
        PSLoma-Bold.pfb \
 
54
        PSLoma-Oblique.pfb \
 
55
        PSLoma.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