Subversion Repositories HelenOS-historic

Rev

Rev 1367 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1367 Rev 1392
Line 28... Line 28...
28
 
28
 
29
## Setup toolchain
29
## Setup toolchain
30
#
30
#
31
 
31
 
32
LIBC_PREFIX = ../libc
32
LIBC_PREFIX = ../libc
33
LIBADT_PREFIX = ../libadt
-
 
34
SOFTINT_PREFIX = ../softint
33
SOFTINT_PREFIX = ../softint
35
include $(LIBC_PREFIX)/Makefile.toolchain
34
include $(LIBC_PREFIX)/Makefile.toolchain
36
 
35
 
37
LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBC_PREFIX)/libc.a
36
LIBS = $(LIBC_PREFIX)/libc.a
38
 
37
 
39
## Sources
38
## Sources
40
#
39
#
41
 
40
 
42
OUTPUT = ns
41
OUTPUT = ns