blob: 438a8752147a714cb49e34efdae89d112c2edc91 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# IMEDIT
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
generic:
$ifolder (epreplace.x, epreplace.gx)
$generic -k epreplace.gx -o epreplace.x
$endif
;
libpkg.a:
$ifeq (USE_GENERIC, yes) $call generic $endif
epbackground.x epix.h
epcol.x epix.h
epcolon.x epix.h
epconstant.x epix.h
epdisplay.x epix.h <imhdr.h>
epdosurface.x epix.h
epgcur.x epix.h
epgdata.x epix.h <imhdr.h>
epgsfit.x epix.h <math/gsurfit.h>
epimcopy.x <imhdr.h>
epinput.x epix.h
epline.x epix.h
epmask.x epix.h
epmove.x epix.h
epnoise.x
epreplace.x epix.h <imhdr.h>
epsearch.x epix.h <mach.h>
epsetpars.x epix.h <error.h>
epstatistics.x epix.h
epsurface.x
t_imedit.x epix.h <error.h> <imhdr.h>
;
|