quakeforge/libs/util/Makefile.am
Bill Currie 9cd83e178f various fixes for out-of-srcdir building
configure.in:
	foo/Makefile MUST come before foo/bar/Makefile or foo/bar will NOT be
	created.
libs/*...*/Mkaefile.am: add INCLUDES so $(top_scrdir)/include gets searched
{qw,nq}/source/Makefile.am: fix fbset compiling (and cleaning for nq)
2001-04-11 03:09:24 +00:00

12 lines
394 B
Makefile

INCLUDES= -I$(top_srcdir)/include
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 \
sizebuf.c sys.c sys_error.c va.c ver_check.c zone.c
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@