mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
initial autoconf/automake support =)
This commit is contained in:
parent
a98cfffb0d
commit
ebfdcb7ef9
17 changed files with 8332 additions and 0 deletions
15
src/native/linux/Makefile.am
Normal file
15
src/native/linux/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
noinst_LTLIBRARIES = liblinux.la
|
||||
|
||||
liblinux_la_SOURCES = $(NATIVE)
|
||||
INCLUDES = -I../common
|
||||
|
||||
NATIVE = \
|
||||
org_lwjgl_Display.cpp \
|
||||
org_lwjgl_Sys.cpp \
|
||||
org_lwjgl_input_GamePad.cpp \
|
||||
org_lwjgl_input_Joystick.cpp \
|
||||
org_lwjgl_input_Keyboard.cpp \
|
||||
org_lwjgl_input_Mouse.cpp \
|
||||
org_lwjgl_opengl_BaseGL.cpp
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue