mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
ad9142ff3c
Except for the cmd and cvar callbacks, libQFutil.so is now standalone.
10 lines
337 B
Makefile
10 lines
337 B
Makefile
lib_LTLIBRARIES = libQFutil.la
|
|
|
|
libQFutil_la_LDFLAGS = -version-info 1:0:0
|
|
libQFutil_la_SOURCES = \
|
|
checksum.c cmd.c console.c crc.c cvar.c hash.c info.c link.c math.S \
|
|
mathlib.c \
|
|
mdfour.c msg.c qargs.c qendian.c qfplist.c quakefs.c quakeio.c \
|
|
sizebuf.c sys.c va.c ver_check.c zone.c
|
|
|
|
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@
|