Subversion Repositories Kolibri OS

Rev

Rev 4518 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4518 Rev 4548
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
STRIP = $(PREFIX)strip
12
STRIP = $(PREFIX)strip
Line 13... Line 13...
13
 
13
 
14
INC_MESA=  -I../newlib/include -I./include -I./src -I./src/glsl -I./src/mesa -I./src/mapi
14
INC_MESA=  -I../newlib/include -I./include -I./src -I./src/glsl -I./src/mesa -I./src/mapi
Line 15... Line 15...
15
INC_EGL=   -I../newlib/include -I./include -I../libdrm -I../libdrm/include/drm -I./src/egl/main -I./src/gbm/backends/dri -I./src/gbm/main
15
INC_EGL=   -I../newlib/include -I../../includes -I./include -I../libdrm -I../libdrm/include/drm -I./src/egl/main -I./src/gbm/backends/dri -I./src/gbm/main
Line 16... Line 16...
16
 
16
 
Line 44... Line 44...
44
	src/egl/main/eglscreen.c		\
44
	src/egl/main/eglscreen.c		\
45
	src/egl/main/eglstring.c		\
45
	src/egl/main/eglstring.c		\
46
	src/egl/main/eglsurface.c		\
46
	src/egl/main/eglsurface.c		\
47
	src/egl/main/eglsync.c			\
47
	src/egl/main/eglsync.c			\
48
	src/gbm/backends/dri/gbm_dri.c		\
48
	src/gbm/backends/dri/driver_name.c	\
-
 
49
	src/gbm/backends/dri/gbm_dri.c		\
49
	src/gbm/main/backend.c			\
50
	src/gbm/main/backend.c			\
50
	src/gbm/main/gbm.c			\
51
	src/gbm/main/gbm.c			\
51
	$(NULL)
52
	$(NULL)
52
 
53