2001-04-11 03:09:24 +00:00
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
|
2001-03-29 09:07:44 +00:00
|
|
|
lib_LTLIBRARIES = libQFutil.la
|
2001-02-21 19:35:06 +00:00
|
|
|
|
2001-05-08 20:53:25 +00:00
|
|
|
if BUILD_FNMATCH
|
|
|
|
fnmatch_SRC = fnmatch.c dirent.c
|
|
|
|
else
|
|
|
|
fnmatch_SRC =
|
|
|
|
endif
|
|
|
|
|
2001-04-25 20:53:09 +00:00
|
|
|
libQFutil_la_LDFLAGS = -version-info 1:0:0 $(Z_LIBS) $(DL_LIBS)
|
2001-03-29 09:07:44 +00:00
|
|
|
libQFutil_la_SOURCES = \
|
2001-04-11 05:10:04 +00:00
|
|
|
checksum.c cmd.c console.c con_print.c crc.c cvar.c hash.c \
|
|
|
|
info.c link.c math.S \
|
2001-03-31 00:08:21 +00:00
|
|
|
mathlib.c \
|
2001-05-30 20:56:53 +00:00
|
|
|
mdfour.c msg.c pcx.c plugin.c qargs.c qendian.c qfplist.c quakefs.c \
|
|
|
|
quakeio.c sizebuf.c sys.c sys_error.c tga.c va.c ver_check.c wad.c \
|
|
|
|
zone.c $(fnmatch_SRC)
|
2001-02-22 08:12:13 +00:00
|
|
|
|
2001-03-29 09:07:44 +00:00
|
|
|
LIBLIST = libQFutil.la @LIBRARY_SEARCH_PATH@
|
2001-05-08 20:53:25 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = fnmatch.c dirent.c
|