mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
378 B
Makefile
8 lines
378 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
includedir = $(prefix)/include/QF
|
|
include_HEADERS = asm_i386.h checksum.h cdaudio.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 sound.h sys.h uint32.h \
|
|
va.h ver_check.h zone.h
|