mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
7 lines
359 B
Makefile
7 lines
359 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
includedir = $(prefix)/include/QF
|
|
include_HEADERS = asm_i386.h checksum.h cmd.h compat.h console.h crc.h \
|
|
cvar.h gcc_attr.h hash.h info.h keys.h link.h mathlib.h mdfour.h \
|
|
msg.h pr_comp.h progs.h qargs.h qdefs.h qendian.h qfplist.h qtypes.h \
|
|
quakefs.h quakeio.h sizebuf.h sys.h uint32.h va.h ver_check.h \
|
|
zone.h
|