mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
10 lines
268 B
Text
10 lines
268 B
Text
|
INCLUDES= -I$(top_srcdir)/include
|
||
|
|
||
|
lib_LTLIBRARIES = libQFgib.la
|
||
|
|
||
|
libQFgib_la_LDFLAGS = -version-info 1:0:0
|
||
|
libQFgib_la_SOURCES = gib.c gib_instructions.c gib_interpret.c \
|
||
|
gib_modules.c gib_parse.c gib_stack.c gib_vars.c
|
||
|
|
||
|
LIBLIST = libQFgib.la @LIBRARY_SEARCH_PATH@
|