12 lines
197 B
Makefile
12 lines
197 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = opengl32.dll
|
|
IMPORTS = opengl32 user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
opengl.c
|
|
|
|
@MAKE_TEST_RULES@
|