10 lines
401 B
Makefile
10 lines
401 B
Makefile
noinst_LIBRARIES = libivis_opengl.a
|
|
noinst_HEADERS = piematrix.h pietexture.h screen.h
|
|
|
|
libivis_opengl_a_SOURCES = bspimd.c ivi.c pieblitfunc.c piedraw.c piefunc.c \
|
|
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
|