summaryrefslogtreecommitdiff
path: root/sys/src/libdraw/makefile
blob: e7e3ec5571768f7e2c9939f2214f382d8a5b0a9d (plain)
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
39
40
41
42
43
44
!include "..\mkconfig.nmk"
!include "..\$(SYSHOST)\mkhost"
!include "..\$(OBJDIR)\makefile"

LIB=libimage.$A
OFILES_C= \
	alloc.$O\
	arith.$O\
	bezier.$O\
	buildfont.$O\
	bytesperline.$O\
	creadimage.$O\
	cursor.$O\
	defont.$O\
	draw.$O\
	ellipse.$O\
	font.$O\
	freesubfont.$O\
	getsubfont.$O\
	init.$O\
	line.$O\
	loadimage.$O\
	mkfont.$O\
	openfont.$O\
	poly.$O\
	readimage.$O\
	readsubfont.$O\
	rectclip.$O\
	replclipr.$O\
	rgb.$O\
	string.$O\
	stringsubfont.$O\
	stringwidth.$O\
	subfont.$O\
	subfontcache.$O\
	subfontname.$O\
	unloadimage.$O\
	window.$O\
	writeimage.$O\

HFILES=\
	../include/memimage.h

!include <..\$(SYSTARG)\mksyslib.nmk>