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 \
|
2021-04-15 12:39:46 +02:00
|
|
|
fonts/amigafont.o \
|
2011-07-01 21:10:25 +02:00
|
|
|
fonts/bdf.o \
|
2006-02-20 20:42:03 +00:00
|
|
|
fonts/consolefont.o \
|
2022-03-28 20:29:36 -07:00
|
|
|
fonts/freetype.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 \
|
2021-10-27 23:11:20 +02:00
|
|
|
framelimiter.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 \
|
2022-07-19 22:28:50 +05:30
|
|
|
macgui/macdialog.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 \
|
2022-01-10 01:21:49 +01:00
|
|
|
opengl/context.o \
|
2022-06-29 21:08:20 +01:00
|
|
|
opengl/debug.o \
|
2022-01-10 01:21:49 +01:00
|
|
|
opengl/shader.o \
|
2022-07-03 12:04:19 +02:00
|
|
|
palette.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 \
|
2012-07-16 18:24:57 -04:00
|
|
|
scalerplugin.o \
|
2008-08-20 15:58:52 +00:00
|
|
|
scaler/thumbnail_intern.o \
|
2016-03-10 21:49:42 -05:00
|
|
|
screen.o \
|
2012-05-17 09:13:10 -04:00
|
|
|
scaler/normal.o \
|
2009-07-07 14:22:23 +00:00
|
|
|
sjis.o \
|
2008-05-03 21:09:08 +00:00
|
|
|
surface.o \
|
2021-03-29 02:03:17 +02:00
|
|
|
svg.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 \
|
2022-01-10 01:21:49 +01:00
|
|
|
yuv_to_rgb.o
|
2020-10-14 19:31:22 +01:00
|
|
|
|
|
|
|
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 \
|
2022-06-05 20:59:38 +02:00
|
|
|
tinygl/fog.o \
|
2009-05-08 07:32:33 +00:00
|
|
|
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 \
|
2021-11-27 21:29:02 +01:00
|
|
|
tinygl/pixelbuffer.o \
|
2009-05-08 07:32:33 +00:00
|
|
|
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
|
|
|
|
2012-08-25 12:16:46 -04:00
|
|
|
ifdef USE_ASPECT
|
|
|
|
MODULE_OBJS += \
|
|
|
|
scaler/aspect.o
|
|
|
|
endif
|
|
|
|
|
2010-05-09 11:00:17 +00:00
|
|
|
ifdef USE_SCALERS
|
2006-02-20 20:29:02 +00:00
|
|
|
MODULE_OBJS += \
|
2012-05-29 13:45:50 -04:00
|
|
|
scaler/dotmatrix.o \
|
2012-05-25 15:27:38 -04:00
|
|
|
scaler/sai.o \
|
2012-06-22 16:18:05 -04:00
|
|
|
scaler/pm.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 \
|
2012-06-13 15:02:44 -04:00
|
|
|
scaler/scalebit.o \
|
|
|
|
scaler/tv.o
|
2006-02-20 20:29:02 +00:00
|
|
|
|
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 += \
|
2012-08-14 02:43:01 -04:00
|
|
|
scaler/hq.o
|
2006-02-20 20:29:02 +00:00
|
|
|
|
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
|
|
|
|
|
2012-08-14 02:43:01 -04:00
|
|
|
ifdef USE_EDGE_SCALERS
|
|
|
|
MODULE_OBJS += \
|
|
|
|
scaler/edge.o
|
|
|
|
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
|