quakeforge/libs/util/Makefile.am
Bill Currie f78b973978 move the api headers into include/QF and clean up (most of) the resulting mess.
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
2001-03-27 20:33:07 +00:00

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) ..