Subversion Repositories Kolibri OS

Rev

Rev 9725 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9725 Rev 9867
Line 3... Line 3...
3
KPACK = kpack
3
KPACK = kpack
Line 4... Line 4...
4
 
4
 
5
CFLAGS = -I../include -B../../bin -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
5
CFLAGS = -I../include -B../../bin -I../../../../../../contrib/sdk/sources/SDL-1.2.2_newlib/include
Line -... Line 6...
-
 
6
LIBS   = -lbox_lib -lshell -lSDL -lsound -lnetwork -lrasterworks -limg -ldialog -lmsgbox
6
LIBS   = -lbox_lib -lshell -lSDL -lsound -lnetwork -lrasterworks -limg -ldialog -lmsgbox
7
 
7
 
8
BIN = \
8
BIN =   stdio_test.kex \
9
	stdio_test.kex \
9
	basic_gui.kex \
10
	basic_gui.kex \
10
	http_tcp_demo.kex \
11
	http_tcp_demo.kex \
11
	math_test.kex \
12
	math_test.kex \
Line 23... Line 24...
23
	thread_work.kex \
24
	thread_work.kex \
24
	sdltest.kex \
25
	sdltest.kex \
25
	shell_test.kex \
26
	shell_test.kex \
26
	libc_test.kex \
27
	libc_test.kex \
27
	pipe.kex \
28
	pipe.kex \
28
	defgen.kex
29
	defgen.kex \
-
 
30
	futex.kex
Line 29... Line 31...
29
	
31
	
Line 30... Line 32...
30
all: $(BIN)
32
all: $(BIN)
31
	
33