mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
6d9c63999c
Just to make way for new tables :)
21 lines
634 B
Text
21 lines
634 B
Text
include libs/gamecode/test/Makemodule.am
|
|
|
|
gc_deps=libs/util/libQFutil.la
|
|
|
|
noinst_LTLIBRARIES += libs/gamecode/libQFgamecode.la
|
|
|
|
libs_gamecode_libQFgamecode_la_LDFLAGS=
|
|
libs_gamecode_libQFgamecode_la_LIBADD= $(gc_deps)
|
|
libs_gamecode_libQFgamecode_la_DEPENDENCIES=$(gc_deps)
|
|
libs_gamecode_libQFgamecode_la_SOURCES= \
|
|
libs/gamecode/pr_builtins.c \
|
|
libs/gamecode/pr_edict.c \
|
|
libs/gamecode/pr_debug.c \
|
|
libs/gamecode/pr_exec.c \
|
|
libs/gamecode/pr_load.c \
|
|
libs/gamecode/pr_parse.c \
|
|
libs/gamecode/pr_resolve.c \
|
|
libs/gamecode/pr_resource.c \
|
|
libs/gamecode/pr_strings.c \
|
|
libs/gamecode/pr_v6p_opcode.c \
|
|
libs/gamecode/pr_zone.c
|