Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/libdraw/makefile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
!include "..\mkconfig.nmk"
2
!include "..\$(SYSHOST)\mkhost"
3
!include "..\$(OBJDIR)\makefile"
4
 
5
LIB=libimage.$A
6
OFILES_C= \
7
	alloc.$O\
8
	arith.$O\
9
	bezier.$O\
10
	buildfont.$O\
11
	bytesperline.$O\
12
	creadimage.$O\
13
	cursor.$O\
14
	defont.$O\
15
	draw.$O\
16
	ellipse.$O\
17
	font.$O\
18
	freesubfont.$O\
19
	getsubfont.$O\
20
	init.$O\
21
	line.$O\
22
	loadimage.$O\
23
	mkfont.$O\
24
	openfont.$O\
25
	poly.$O\
26
	readimage.$O\
27
	readsubfont.$O\
28
	rectclip.$O\
29
	replclipr.$O\
30
	rgb.$O\
31
	string.$O\
32
	stringsubfont.$O\
33
	stringwidth.$O\
34
	subfont.$O\
35
	subfontcache.$O\
36
	subfontname.$O\
37
	unloadimage.$O\
38
	window.$O\
39
	writeimage.$O\
40
 
41
HFILES=\
42
	../include/memimage.h
43
 
44
!include <..\$(SYSTARG)\mksyslib.nmk>