mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
271 B
Makefile
8 lines
271 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 zone.c
|
|
|
|
all-local: ../libqfutil.a
|
|
|
|
../libqfutil.a: libqfutil.a
|
|
cp $(noinst_LIBRARIES) ..
|