mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 08:21:59 +00:00
target specific files that I don't build won't compile yet. just put QF/ infront of the offending headers. Also move ver_check into libqfutils
8 lines
282 B
Makefile
8 lines
282 B
Makefile
noinst_LIBRARIES = libqfutil.a
|
|
|
|
libqfutil_a_SOURCES = checksum.c cmd.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 sizebuf.c va.c ver_check.c zone.c
|
|
|
|
all-local: ../libqfutil.a
|
|
|
|
../libqfutil.a: libqfutil.a
|
|
cp $(noinst_LIBRARIES) ..
|