2007-02-16 06:36:03 -08:00
|
|
|
noinst_LIBRARIES = libivis_opengl.a
|
2007-02-16 14:54:18 -08:00
|
|
|
noinst_HEADERS = piematrix.h pietexture.h screen.h
|
2007-02-16 06:36:03 -08:00
|
|
|
|
2007-04-23 13:40:41 -07:00
|
|
|
libivis_opengl_a_SOURCES = ivi.c pieblitfunc.c piedraw.c piefunc.c \
|
2007-02-16 06:36:03 -08:00
|
|
|
piematrix.c piemode.c piepalette.c piestate.c pietexture.c rendfunc.c rendmode.c \
|
|
|
|
screen.c tex.c textdraw.c
|
|
|
|
|
|
|
|
libivis_opengl_a_LIBADD = $(top_builddir)/lib/ivis_common/libivis_common.a \
|
|
|
|
$(top_builddir)/lib/framework/libframework.a
|