git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
42343dfd68b4dd43bafd3536c03bfa0cdf63c8f1
[swftools.git]
/
pdf2swf
/
ttf2pt1
/
Makefile.in
1
all:
2
gcc -c ft.c
3
gcc -c ttf.c
4
gcc -c pt1.c
5
gcc -c ttf2pt1.c
6
gcc -c t1asm.c
7
ar cru ttf2pt1.a ft.o ttf.o pt1.o ttf2pt1.o t1asm.o