2004-03-21 21:20:25 +00:00
|
|
|
MODULE := graphics
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2009-08-21 10:22:28 +00:00
|
|
|
conversion.o \
|
2006-05-25 22:51:42 +00:00
|
|
|
cursorman.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
font.o \
|
|
|
|
fontman.o \
|
2011-07-01 21:10:25 +02:00
|
|
|
fonts/bdf.o \
|
2006-02-20 20:42:03 +00:00
|
|
|
fonts/consolefont.o \
|
2017-01-16 19:21:02 +01:00
|
|
|
fonts/macfont.o \
|
2006-02-20 20:42:03 +00:00
|
|
|
fonts/newfont_big.o \
|
|
|
|
fonts/newfont.o \
|
2011-07-25 22:54:32 +02:00
|
|
|
fonts/ttf.o \
|
2011-01-04 20:39:27 +00:00
|
|
|
fonts/winfont.o \
|
2020-10-28 01:40:42 +09:00
|
|
|
korfont.o \
|
2018-03-15 15:34:59 +01:00
|
|
|
larryScale.o \
|
2011-05-05 19:26:44 -04:00
|
|
|
maccursor.o \
|
2020-07-31 16:24:05 -04:00
|
|
|
macgui/datafiles.o \
|
2020-06-04 23:08:52 -04:00
|
|
|
macgui/macbutton.o \
|
2016-10-06 23:48:50 +02:00
|
|
|
macgui/macfontmanager.o \
|
2016-07-31 11:04:50 +02:00
|
|
|
macgui/macmenu.o \
|
2016-12-14 19:20:26 +01:00
|
|
|
macgui/mactext.o \
|
2017-04-02 01:34:15 +03:00
|
|
|
macgui/mactextwindow.o \
|
2020-01-02 18:23:33 +01:00
|
|
|
macgui/macwidget.o \
|
2016-07-31 11:04:50 +02:00
|
|
|
macgui/macwindow.o \
|
|
|
|
macgui/macwindowborder.o \
|
2016-08-03 20:51:54 -04:00
|
|
|
macgui/macwindowmanager.o \
|
2016-03-10 21:49:42 -05:00
|
|
|
managed_surface.o \
|
2016-05-26 22:36:38 +02:00
|
|
|
nine_patch.o \
|
2015-11-16 07:00:09 +01:00
|
|
|
pixelformat.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
primitives.o \
|
2015-12-28 16:37:15 +01:00
|
|
|
renderer.o \
|
2006-02-20 20:29:02 +00:00
|
|
|
scaler.o \
|
2008-08-20 15:58:52 +00:00
|
|
|
scaler/thumbnail_intern.o \
|
2016-03-10 21:49:42 -05:00
|
|
|
screen.o \
|
2009-07-07 14:22:23 +00:00
|
|
|
sjis.o \
|
2008-05-03 21:09:08 +00:00
|
|
|
surface.o \
|
2014-06-03 17:25:18 +03:00
|
|
|
transform_struct.o \
|
|
|
|
transform_tools.o \
|
|
|
|
transparent_surface.o \
|
2008-09-20 12:28:45 +00:00
|
|
|
thumbnail.o \
|
2008-08-31 13:51:48 +00:00
|
|
|
VectorRenderer.o \
|
2011-03-04 23:17:57 -05:00
|
|
|
VectorRendererSpec.o \
|
2011-05-17 18:05:40 -04:00
|
|
|
wincursor.o \
|
2011-07-20 08:02:02 +02:00
|
|
|
yuv_to_rgb.o \
|
2012-01-16 17:12:14 +01:00
|
|
|
pixelbuffer.o \
|
2016-01-09 08:22:26 +01:00
|
|
|
opengl/context.o \
|
2015-05-12 10:42:27 +02:00
|
|
|
opengl/framebuffer.o \
|
|
|
|
opengl/texture.o \
|
2016-06-19 07:35:45 +02:00
|
|
|
opengl/tiledsurface.o \
|
2016-01-04 22:23:01 +01:00
|
|
|
opengl/shader.o \
|
2016-01-09 20:25:19 +01:00
|
|
|
opengl/surfacerenderer.o \
|
2016-01-04 22:23:01 +01:00
|
|
|
opengl/box_shaders.o \
|
|
|
|
opengl/control_shaders.o \
|
2020-10-14 19:31:22 +01:00
|
|
|
opengl/compat_shaders.o
|
|
|
|
|
|
|
|
ifdef USE_TINYGL
|
|
|
|
MODULE_OBJS += \
|
2009-05-08 07:32:33 +00:00
|
|
|
tinygl/api.o \
|
|
|
|
tinygl/arrays.o \
|
|
|
|
tinygl/clear.o \
|
|
|
|
tinygl/clip.o \
|
|
|
|
tinygl/get.o \
|
|
|
|
tinygl/image_util.o \
|
|
|
|
tinygl/init.o \
|
|
|
|
tinygl/light.o \
|
|
|
|
tinygl/list.o \
|
|
|
|
tinygl/matrix.o \
|
|
|
|
tinygl/memory.o \
|
|
|
|
tinygl/misc.o \
|
|
|
|
tinygl/select.o \
|
|
|
|
tinygl/specbuf.o \
|
|
|
|
tinygl/texture.o \
|
2017-05-06 14:17:35 +00:00
|
|
|
tinygl/texelbuffer.o \
|
2009-05-08 07:32:33 +00:00
|
|
|
tinygl/vertex.o \
|
|
|
|
tinygl/zbuffer.o \
|
|
|
|
tinygl/zline.o \
|
|
|
|
tinygl/zmath.o \
|
|
|
|
tinygl/ztriangle.o \
|
2014-07-02 19:08:47 +02:00
|
|
|
tinygl/zblit.o \
|
2020-10-14 19:31:22 +01:00
|
|
|
tinygl/zdirtyrect.o
|
|
|
|
endif
|
2006-02-20 20:29:02 +00:00
|
|
|
|
2010-05-09 11:00:17 +00:00
|
|
|
ifdef USE_SCALERS
|
2006-02-20 20:29:02 +00:00
|
|
|
MODULE_OBJS += \
|
|
|
|
scaler/2xsai.o \
|
|
|
|
scaler/aspect.o \
|
2009-11-18 15:19:44 +00:00
|
|
|
scaler/downscaler.o \
|
2006-02-20 20:29:02 +00:00
|
|
|
scaler/scale2x.o \
|
|
|
|
scaler/scale3x.o \
|
|
|
|
scaler/scalebit.o
|
|
|
|
|
2009-07-21 19:39:24 +00:00
|
|
|
ifdef USE_ARM_SCALER_ASM
|
|
|
|
MODULE_OBJS += \
|
2009-11-18 15:19:44 +00:00
|
|
|
scaler/downscalerARM.o \
|
2009-07-27 16:29:36 +00:00
|
|
|
scaler/scale2xARM.o \
|
|
|
|
scaler/Normal2xARM.o
|
2009-07-21 19:39:24 +00:00
|
|
|
endif
|
|
|
|
|
2010-05-09 11:00:17 +00:00
|
|
|
ifdef USE_HQ_SCALERS
|
2006-02-20 20:29:02 +00:00
|
|
|
MODULE_OBJS += \
|
|
|
|
scaler/hq2x.o \
|
|
|
|
scaler/hq3x.o
|
|
|
|
|
2010-03-08 23:56:59 +00:00
|
|
|
ifdef USE_NASM
|
2006-02-20 20:29:02 +00:00
|
|
|
MODULE_OBJS += \
|
|
|
|
scaler/hq2x_i386.o \
|
|
|
|
scaler/hq3x_i386.o
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-05-10 17:25:12 +00:00
|
|
|
endif
|
|
|
|
|
2008-01-27 19:47:41 +00:00
|
|
|
# Include common rules
|
2006-06-24 08:48:11 +00:00
|
|
|
include $(srcdir)/rules.mk
|