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

« back to all changes in this revision

Viewing changes to src/fonts/Makefile.os2

  • 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:
37
37
########################################################################
38
38
 
39
39
# FONT MAKEFILE
40
 
# makes font files *.fmt from *.afm using makefmt 
 
40
# makes font files *.fmt from *.afm using makefmt
41
41
# makes *.fve fron *.gle using fbuild
42
42
# also makes font.dat
43
 
 
43
#
44
44
include ../../config.os2
45
45
 
46
46
FVE = \
51
51
        plti.fve pltr.fve texcmb.fve texcmex.fve \
52
52
        texcmitt.fve texcmmi.fve texcmr.fve texcmss.fve \
53
53
        texcmssb.fve texcmssi.fve texcmsy.fve texcmti.fve \
54
 
        texcmtt.fve 
 
54
        texcmtt.fve
55
55
 
56
56
FMT =   \
57
57
        glemark.fmt plba.fmt plcc.fmt plcg.fmt \
68
68
        psti.fmt pstr.fmt pszcmi.fmt pszd.fmt texcmb.fmt \
69
69
        texcmex.fmt texcmitt.fmt texcmmi.fmt texcmr.fmt texcmsl.fmt \
70
70
        texcmss.fmt texcmssb.fmt texcmssi.fmt texcmsy.fmt texcmti.fmt \
71
 
        texcmtt.fmt  
 
71
        texcmtt.fmt
72
72
 
73
73
all: $(FVE) $(FMT) movefonts
74
74
 
76
76
 
77
77
.afm.fmt:
78
78
        $(PROJECT_BINDIR)/bin/makefmt.exe $<
79
 
        
 
79
 
80
80
.gle.fve:
81
81
        $(PROJECT_BINDIR)/bin/fbuild.exe $<
82
82