Menu

[r379]: / trunk / LWJGL / src / native / Makefile.am  Maximize  Restore  History

Download this file

17 lines (14 with data), 385 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
SUBDIRS = common linux
lib_LTLIBRARIES = liblwjgl.la
#liblwjgl_la_LDFLAGS = \
# -release $(LT_RELEASE) \
# -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
liblwjgl_la_SOURCES = \
dummy.cpp
liblwjgl_la_CPPFLAGS = -D_DEBUG
liblwjgl_la_LIBADD = \
common/libcommon.la \
linux/liblinux.la
liblwjgl_la_DEPENDENCIES = \
common/libcommon.la \
linux/liblinux.la
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.