Subversion Repositories shark

Rev

Rev 1619 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets:= libc.a
2 pj 2
 
1681 fabio 3
libc.a-objs:=		\
4
	init.o		\
5
	libio/		\
6
	quad/		\
7
	stdio/		\
8
	stdlib/		\
9
	assert/		\
10
	unistd/		\
11
	utsname/	\
12
	ctype/		\
13
	string/		\
14
	getopt/		\
15
	arch/$(ARCH)/
2 pj 16