2001-05-10 06:01:11 +00:00
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
|
2001-09-28 09:49:09 +00:00
|
|
|
noinst_LTLIBRARIES= libbrush.la libbrush_gl.la libbrush_sw.la libbrush_sw32.la
|
|
|
|
|
|
|
|
libbrush_la_SOURCES= model_brush.c
|
|
|
|
|
2001-05-17 03:48:31 +00:00
|
|
|
if BUILD_GL
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_gl_la_SOURCES= gl_model_brush.c model_brush.c
|
2001-05-17 03:48:31 +00:00
|
|
|
else
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_gl_la_SOURCES=
|
2001-05-17 03:48:31 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_SW
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_sw_la_SOURCES= sw_model_brush.c model_brush.c
|
2001-05-17 03:48:31 +00:00
|
|
|
else
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_sw_la_SOURCES=
|
2001-05-17 03:48:31 +00:00
|
|
|
endif
|
|
|
|
|
2001-08-25 02:47:11 +00:00
|
|
|
if BUILD_SW32
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_sw32_la_SOURCES=sw32_model_brush.c model_brush.c
|
2001-08-25 02:47:11 +00:00
|
|
|
else
|
2001-09-28 09:49:09 +00:00
|
|
|
libbrush_sw32_la_SOURCES=
|
2001-08-25 02:47:11 +00:00
|
|
|
endif
|