File: Makefile.am

package info (click to toggle)
otf 1.10.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,776 kB
  • sloc: ansic: 27,561; sh: 11,074; cpp: 9,583; python: 1,239; makefile: 423
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TMP1 = otfaux otfconfig otfdump otfinfo otfmerge otfprofile otfshrink

if AMHAVEVTF3
TMP2 = otf2vtf vtf2otf
else
TMP2= 
endif

if AMHAVEZLIB
TMP3 = otfcompress
else
TMP3 = 
endif

SUBDIRS = $(TMP1) $(TMP2) $(TMP3)