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_fixcpp/sys/src/libscribble/mkfile – 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
</$objtype/mkfile
2
 
3
LIB=/$objtype/lib/libscribble.a
4
 
5
OFILES=\
6
	li_recognizer.$O\
7
	hre_api.$O\
8
	graffiti.$O\
9
 
10
HFILES = \
11
	li_recognizer_internal.h\
12
	hre_internal.h\
13
	graffiti.h\
14
	scribbleimpl.h\
15
 
16
UPDATE=\
17
	mkfile\
18
	$HFILES\
19
	${OFILES:%.$O=%.c}\
20
	${LIB:/$objtype/%=/386/%}\
21
 
22
all:V:	$LIB syms
23
 
24
< /sys/src/cmd/mksyslib
25
 
26
syms: $HFILES
27
	$CC -a li_recognizer.c	>syms
28
 
29
graffiti.$O: scribbleimpl.h graffiti.h
30
hre_api.$O: scribbleimpl.h hre_internal.h
31
li_recognizer.$O: scribbleimpl.h hre_internal.h li_recognizer_internal.h