mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-26 05:51:13 +00:00
8cb963858f
"accidently" port over newtree's svga stuff (I copied the wrong file then cleaned up the resulting mess:) Makefile.am include/Makefile.am doc/Makefile.am source/Makefile.am: fix things up so doc no longer causes make to barf and makd dist works source/dirent.c source/fnmatch.c source/in_svgalib.c source/vid_3dfxsvga.c source/vid_mgl.c source/vid_wgl.c: needed for make dist. No, nuq-3dfx does not get created (I don't have the libs or card)
14 lines
769 B
Makefile
14 lines
769 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_ia32.h block16.h \
|
|
block8.h bspfile.h cdaudio.h \
|
|
client.h cmd.h compat.h console.h crc.h \
|
|
cvar.h d_iface.h d_ifacea.h d_local.h draw.h gl_warp_sin.h \
|
|
glquake.h info.h input.h keys.h link.h \
|
|
mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h \
|
|
pr_comp.h progdefs.h progs.h protocol.h qargs.h \
|
|
qdefs.h qendian.h qtypes.h quakeasm.h \
|
|
quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h \
|
|
sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h \
|
|
uint32.h vid.h view.h wad.h winquake.h world.h zone.h \
|
|
win32/fnmatch.h win32/bc/config.h win32/vc/config.h win32/vc/dirent.h \
|
|
win32/version.h context_x11.h dga_check.h
|