mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
74a7e07dfc
CFLAGS is meant to be reserved for the user.
14 lines
540 B
Makefile
14 lines
540 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
AM_CFLAGS= @PREFER_PIC@
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFruamoko.la
|
|
|
|
libQFruamoko_la_LDFLAGS= -version-info 1:0:0 -no-undefined
|
|
libQFruamoko_la_LIBADD= $(top_builddir)/libs/gamecode/engine/libQFgamecode.la $(top_builddir)/libs/gib/libQFgib.la $(top_builddir)/libs/util/libQFutil.la
|
|
libQFruamoko_la_SOURCES= \
|
|
bi_gib.c pr_cmds.c \
|
|
rua_cbuf.c rua_cmd.c rua_cvar.c rua_file.c rua_hash.c rua_init.c \
|
|
rua_math.c rua_obj.c rua_plist.c rua_qfile.c rua_qfs.c rua_script.c \
|
|
rua_string.c
|