quakeforge/libs/video/renderer/gl/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
412 B
Makefile

INCLUDES= -I$(top_srcdir)/include
if BUILD_GL
GL = libgl.la
AM_CFLAGS = $(GLX_CFLAGS)
else
GL =
endif
noinst_LTLIBRARIES = $(GL)
libgl_la_LDFLAGS = -version-info 1:0:0
libgl_la_SOURCES = gl_draw.c gl_dyn_fires.c gl_dyn_part.c gl_dyn_lights.c \
gl_dyn_textures.c gl_graph.c gl_rmain.c gl_rmisc.c gl_rsurf.c \
gl_screen.c gl_skin.c gl_sky.c gl_sky_clip.c gl_textures.c gl_warp.c \
gl_funcs.c noisetextures.c