quakeforge/libs/util/Makefile.am

11 lines
359 B
Makefile
Raw Normal View History

lib_LTLIBRARIES = libQFutil.la
libQFutil_la_LDFLAGS = -version-info 1:0:0 $(Z_LIBS)
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 \
2001-04-10 21:43:57 +00:00
sizebuf.c sys.c sys_error.c va.c ver_check.c zone.c
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@