quakeforge/libs/video/renderer/sw32/Makefile.am
Ragnvald Maartmann-Moe IV 06dd45bdb1 Merge common lighting code. Still some lightmap-related code in *_rsurf.c that might be mergable. This is the first step towards 3 component lighting for the sw32 renderer.
Note that gl_lightmap_components is now r_lightmap_components, and gl_dlight_lightmaps is now r_dlight_lightmaps.
2001-08-25 23:23:14 +00:00

16 lines
491 B
Makefile

INCLUDES= -I$(top_srcdir)/include
if BUILD_SW32
SW32 = libsw32.la
else
SW32 =
endif
noinst_LTLIBRARIES = $(SW32)
libsw32_la_LDFLAGS = -version-info 1:0:0
libsw32_la_SOURCES = d_edge.c d_fill.c d_init.c d_modech.c d_part.c \
d_polyse.c d_scan.c d_sky.c d_sprite.c d_surf.c d_vars.c d_zpoint.c \
draw.c screen.c sw32_graph.c sw32_raclip.c sw32_ralias.c sw32_rbsp.c \
sw32_rdraw.c sw32_redge.c sw32_rmain.c sw32_rmisc.c sw32_rpart.c \
sw32_rsky.c sw32_rsprite.c sw32_rsurf.c sw32_skin.c