blob: 4d91ae71436b37fde54273b97fd67a52a7f52913 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# XT_FIXPIX package.
$checkout libxtools.a lib$
$update libxtools.a
$checkin libxtools.a lib$
$exit
generic:
$set GEN = "$$generic -k"
$ifolder (xtfp.x, xtfp.gx)
$(GEN) xtfp.gx -o xtfp.x $endif
;
libxtools.a:
$ifeq (USE_GENERIC, yes) $call generic $endif
setfp.x <imhdr.h> <imset.h> <pmset.h>
xtfixpix.x <imhdr.h> <imset.h> <pmset.h> xtfixpix.h
xtfp.x <imhdr.h> <pmset.h> xtfixpix.h
xtpmmap.x <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>\
<mwset.h> <pmset.h>
ytfixpix.x <imhdr.h> <imset.h> <pmset.h> xtfixpix.h
ytpmmap.x <ctype.h> <error.h> <imhdr.h> <imset.h> <mach.h>\
<mwset.h> <pmset.h>
;
|