mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-20 15:40:25 +01:00
15 lines
281 B
Makefile
15 lines
281 B
Makefile
noinst_LTLIBRARIES = liblinux.la
|
|
|
|
liblinux_la_SOURCES = $(NATIVE)
|
|
INCLUDES = -I../common
|
|
|
|
NATIVE = \
|
|
org_lwjgl_Display.cpp \
|
|
org_lwjgl_Sys.cpp \
|
|
org_lwjgl_input_Controller.cpp \
|
|
org_lwjgl_input_Keyboard.cpp \
|
|
org_lwjgl_input_Mouse.cpp \
|
|
org_lwjgl_opengl_BaseGL.cpp
|
|
|
|
|