~ubuntu-branches/ubuntu/precise/gle-graphics/precise

« back to all changes in this revision

Viewing changes to src/fonts/Makefile.gcc

  • Committer: Package Import Robot
  • Author(s): Christian T. Steigies
  • Date: 2011-10-20 22:15:27 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111020221527-sv27lrowdd221npi
Tags: 4.2.3b-1
* new upstream version
* switch from cdbs to debhelper 8
* update copyright file
* do no rely on proc on non-linux systems (closes: #644588)
* do not ship glebtool, which is a helper used only during build
* add libqt4-opengl-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        plcr.fve plcs.fve pldr.fve plge.fve \
63
63
        plgg.fve plgi.fve plsa.fve plsg.fve \
64
64
        plsr.fve plss.fve plsym1.fve plsym2.fve \
65
 
        plti.fve pltr.fve       
 
65
        plti.fve pltr.fve
66
66
 
67
67
FMT_BASE = \
68
68
        glemark.fmt \
82
82
        plsym1.fmt plsym2.fmt plti.fmt pltr.fmt \
83
83
        pshc.fmt pshcb.fmt pshcbo.fmt pshcdo.fmt
84
84
 
 
85
FMT_KOI8 = arial8.fmt arialbd8.fmt arialbi8.fmt ariali8.fmt \
 
86
        cour8.fmt courbd8.fmt courbi8.fmt couri8.fmt times8.fmt \
 
87
        timesbd8.fmt timesbi8.fmt timesi8.fmt
 
88
 
85
89
COMPILE_EXTRA_FONTS=
86
90
ifeq ($(HAVE_EXTRA_FONTS),1)
87
 
        COMPILE_EXTRA_FONTS=$(FVE_EXTRA) $(FMT_EXTRA)
 
91
        COMPILE_EXTRA_FONTS=$(FVE_EXTRA) $(FMT_EXTRA) $(FMT_KOI8)
88
92
endif
89
93
 
90
94
all: $(FVE_BASE) $(FMT_BASE) $(COMPILE_EXTRA_FONTS) movefonts
136
140
pshbo.fmt: $(ADOBE35)/Helvetica-BoldOblique.afm
137
141
        $(PROJECT_BINDIR)/bin/makefmt -e adobestd.enc -o $@ $<
138
142
 
139
 
pshn.fmt: $(ADOBE35)/Helvetica-Narrow.afm 
 
143
pshn.fmt: $(ADOBE35)/Helvetica-Narrow.afm
140
144
        $(PROJECT_BINDIR)/bin/makefmt -e adobestd.enc -o $@ $<
141
145
 
142
146
pshnb.fmt: $(ADOBE35)/Helvetica-NarrowBold.afm
196
200
pszd.fmt: $(ADOBE35)/ZapfDingbats.afm
197
201
        $(PROJECT_BINDIR)/bin/makefmt -o $@ $<
198
202
 
 
203
arial8.fmt: cyrillic/arial8.afm
 
204
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
205
 
 
206
arialbd8.fmt: cyrillic/arialbd8.afm
 
207
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
208
 
 
209
arialbi8.fmt: cyrillic/arialbi8.afm
 
210
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
211
 
 
212
ariali8.fmt: cyrillic/ariali8.afm
 
213
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
214
 
 
215
cour8.fmt: cyrillic/cokoi8n.afm
 
216
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
217
 
 
218
courbd8.fmt: cyrillic/cokoi8b.afm
 
219
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
220
 
 
221
courbi8.fmt: cyrillic/cokoi8bi.afm
 
222
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
223
 
 
224
couri8.fmt: cyrillic/cokoi8i.afm
 
225
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
226
 
 
227
times8.fmt: cyrillic/times8.afm
 
228
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
229
 
 
230
timesbd8.fmt: cyrillic/timesbd8.afm
 
231
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
232
 
 
233
timesbi8.fmt: cyrillic/timesbi8.afm
 
234
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
235
 
 
236
timesi8.fmt: cyrillic/timesi8.afm
 
237
        $(PROJECT_BINDIR)/bin/makefmt -e koi8r.enc -o $@ $<
 
238
 
199
239
.afm.fmt:
200
240
        $(PROJECT_BINDIR)/bin/makefmt $<
201
241