mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-11 07:12:07 +00:00
43b5a87fbd
server doesn't get linked with the network libs yet. .gitignore: add quakeforge-*.tar.gz (I'm tired of seeing that with ? :) include/Makefile.am: forgot to add the new x11 related headers source/makefile.am: move snd_dma.c from cient sources to snd lib and add snd_null.c source/cl_sys_unix.c: replace FNDELAY with O_NONBLOCK
14 lines
862 B
Makefile
14 lines
862 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \
|
|
block8.h bothdefs.h bspfile.h buildnum.h cdaudio.h checksum.h \
|
|
cl_slist.h client.h cmd.h commdef.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 in_win.h info.h input.h keys.h link.h \
|
|
mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h \
|
|
pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h \
|
|
qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.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
|