git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Brought up to date
[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
8
install:
9