2001-03-29 20:42:08 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2004-02-18 06:28:37 +00:00
|
|
|
pkgincludedir = $(includedir)/QF
|
|
|
|
nobase_pkginclude_HEADERS = \
|
2004-02-04 07:36:47 +00:00
|
|
|
bspfile.h cbuf.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
2003-07-18 06:27:26 +00:00
|
|
|
console.h crc.h csqc.h cvar.h dstring.h draw.h gib.h hash.h hl.h \
|
2012-04-27 05:40:06 +00:00
|
|
|
idparse.h image.h in_event.h info.h input.h iqm.h joystick.h keys.h \
|
|
|
|
link.h llist.h locs.h mathlib.h mdfour.h model.h modelgen.h msg.h \
|
|
|
|
object.h pak.h pakfile.h pcx.h png.h plugin.h pr_comp.h pr_debug.h \
|
|
|
|
pr_obj.h progs.h qargs.h qdefs.h qendian.h qfplist.h qtypes.h quakefs.h \
|
|
|
|
quakeio.h render.h riff.h ruamoko.h screen.h script.h sizebuf.h skin.h \
|
|
|
|
sound.h spritegn.h sys.h teamplay.h tga.h uint32.h va.h ver_check.h vid.h \
|
|
|
|
vrect.h view.h wad.h wadfile.h winding.h zone.h \
|
2004-02-04 07:36:47 +00:00
|
|
|
\
|
2012-06-29 01:49:21 +00:00
|
|
|
GL/ati.h GL/defines.h GL/extensions.h GL/funcs.h GL/qf_draw.h \
|
|
|
|
GL/qf_explosions.h GL/qf_funcs_list.h GL/qf_iqm.h GL/qf_lightmap.h \
|
2009-12-23 08:20:29 +00:00
|
|
|
GL/qf_rlight.h GL/qf_rmain.h GL/qf_rsurf.h GL/qf_sky.h GL/qf_textures.h \
|
|
|
|
GL/qf_vid.h GL/types.h \
|
2004-02-04 07:36:47 +00:00
|
|
|
\
|
2012-06-29 01:49:21 +00:00
|
|
|
GLSL/defines.h GLSL/funcs.h GLSL/qf_alias.h GLSL/qf_bsp.h GLSL/qf_draw.h \
|
2012-05-11 03:49:14 +00:00
|
|
|
GLSL/qf_funcs_list.h GLSL/qf_iqm.h GLSL/qf_lightmap.h GLSL/qf_particles.h \
|
2012-02-02 12:41:39 +00:00
|
|
|
GLSL/qf_textures.h GLSL/qf_vid.h GLSL/types.h \
|
2011-12-26 07:33:15 +00:00
|
|
|
\
|
2012-08-19 08:33:46 +00:00
|
|
|
math/dual.h math/half.h math/matrix3.h math/matrix4.h math/quaternion.h \
|
|
|
|
math/vector.h \
|
|
|
|
\
|
2004-02-04 07:36:47 +00:00
|
|
|
plugin/cd.h plugin/console.h plugin/general.h plugin/input.h \
|
2012-06-29 01:49:21 +00:00
|
|
|
plugin/snd_output.h plugin/snd_render.h plugin/vid_render.h
|