all files now include config.h

This commit is contained in:
Bill Currie 2000-05-17 10:03:19 +00:00
parent 906444dfca
commit 832af13c12
126 changed files with 1221 additions and 208 deletions

385
Makefile
View file

@ -1,9 +1,386 @@
#!/usr/bin/make
# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = /bin/sh
srcdir = .
top_srcdir = .
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $(datadir)/quakeforge
pkglibdir = $(libdir)/quakeforge
pkgincludedir = $(includedir)/quakeforge
top_builddir = .
ACLOCAL = aclocal
AUTOCONF = autoconf
AUTOMAKE = automake
AUTOHEADER = autoheader
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = i686-pc-linux-gnu
build_triplet = i686-pc-linux-gnu
host_alias = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
target_alias = i686-pc-linux-gnu
target_triplet = i686-pc-linux-gnu
ASM_ARCH =
AWK = gawk
CC = gcc
CL_SYS_SRC = sys_linux.c
CPP = gcc -E
EXEEXT =
HAVE_OPENGL = yes
HAVE_SVGA = yes
HAVE_X11 = yes
INTEL_ARCH =
ISODATE = 2000-05-17
LIBS = -lm
LN_S = ln -s
MAKEINFO = makeinfo
OBJEXT = o
OGL_CFLAGS =
OGL_INCLUDES =
OGL_LIBS =
PACKAGE = quakeforge
QSG_VERSION = 1.0
QW_VERSION = 2.40
SVGA_CFLAGS =
SVGA_LIBS = -lvga
SV_SYS_SRC = sys_unix.c
TARGETS = qf-server qf-client-svga qf-client-x11 qf-client-glx
VERSION = 0.1.99pre0
X11_SHM_LIB = -lXext
X11_VID_SRC = vid_x11.c
X_CFLAGS = -I/usr/X11R6/include
X_LIBS = -L/usr/X11R6/lib
ac_configure_args =
libdir = ${exec_prefix}/lib
SUBDIRS = source
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ./include/config.h
CONFIG_CLEAN_FILES = quakeforge.lsm
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS acconfig.h aclocal.m4 config.guess config.sub \
configure configure.in include/config.h.in include/stamp-h.in \
install-sh missing mkinstalldirs quakeforge.lsm.in
all %:
@for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit; \
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(ACLOCAL_M4): configure.in
cd $(srcdir) && $(ACLOCAL)
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
include/config.h: include/stamp-h
@if test ! -f $@; then \
rm -f include/stamp-h; \
$(MAKE) include/stamp-h; \
else :; fi
include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES= CONFIG_HEADERS=include/config.h \
$(SHELL) ./config.status
@echo timestamp > include/stamp-h 2> /dev/null
$(srcdir)/include/config.h.in: $(srcdir)/include/stamp-h.in
@if test ! -f $@; then \
rm -f $(srcdir)/include/stamp-h.in; \
$(MAKE) $(srcdir)/include/stamp-h.in; \
else :; fi
$(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
cd $(top_srcdir) && $(AUTOHEADER)
@echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
mostlyclean-hdr:
clean-hdr:
distclean-hdr:
-rm -f include/config.h
maintainer-clean-hdr:
quakeforge.lsm: $(top_builddir)/config.status quakeforge.lsm.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive info-recursive dvi-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
test "$$subdir" = "." && dot_seen=yes; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP)
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $$unique $(LISP)
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
mostlyclean-tags:
clean-tags:
distclean-tags:
-rm -f TAGS ID
maintainer-clean-tags:
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
-rm -rf $(distdir)
GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
dc_install_base=`cd $(distdir)/=inst && pwd`; \
cd $(distdir)/=build \
&& ../configure --srcdir=.. --prefix=$$dc_install_base \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) dist
-rm -rf $(distdir)
@banner="$(distdir).tar.gz is ready for distribution"; \
dashes=`echo "$$banner" | sed s/./=/g`; \
echo "$$dashes"; \
echo "$$banner"; \
echo "$$dashes"
dist: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-rm -rf $(distdir)
dist-all: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
-rm -rf $(distdir)
distdir: $(DISTFILES)
-rm -rf $(distdir)
mkdir $(distdir)
-chmod 777 $(distdir)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
for subdir in $(SUBDIRS); do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
chmod 777 $(distdir)/$$subdir; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
|| exit 1; \
fi; \
done
info-am:
info: info-recursive
dvi-am:
dvi: dvi-recursive
check-am: all-am
check: check-recursive
installcheck-am:
installcheck: installcheck-recursive
install-exec-am:
install-exec: install-exec-recursive
install-data-am:
install-data: install-data-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
uninstall-am:
uninstall: uninstall-recursive
all-am: Makefile
all-redirect: all-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs-recursive
installdirs-am:
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
mostlyclean: mostlyclean-recursive
clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
clean: clean-recursive
distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
distclean: distclean-recursive
-rm -f config.status
maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
maintainer-clean-generic distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
maintainer-clean: maintainer-clean-recursive
-rm -f config.status
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
install-data-recursive uninstall-data-recursive install-exec-recursive \
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
all-recursive check-recursive installcheck-recursive info-recursive \
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
install-exec install-data-am install-data install-am install \
uninstall-am uninstall all-redirect all-am all installdirs-am \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View file

@ -1,233 +1,498 @@
# *Defines*
# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am
SV_name=qf-server
SV_libs=
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
CL_SVGA_name=qf-client-svga
CL_SVGA_libs=-lvga
CL_X11_name=qf-client-x11
CL_X11_libs=-lX11 -lXext
CL_GGI_name=qf-client-ggi
CL_GGI_libs=-lggi
CL_GLX_name=qf-client-glx
CL_GLX_libs=-lX11 -lXext -lGL
DIRECTORIES=
vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib
CPPFLAGS=-I . -I ../include -I /usr/X11R6/include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp
CFLAGS=-Wall -Werror
CXXFLAGS=-Wall -Werror
LDFLAGS=-L/usr/X11R6/lib
CC=gcc
CXX=g++
CFLAGS+=-g -O2
CXXFLAGS+=-g -O2
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
%.d:
SHELL = /bin/sh
# *List Macros*
srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}
COM_sources=\
cmd.c \
common.c \
crc.c \
cvar.c \
math.S \
mathlib.c \
mdfour.c \
model.c \
net_chan.c \
net_com.c \
net_udp.c \
pmove.c \
pmovetst.c \
zone.c
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
COM_dependencies = $(patsubst %,%.d,$(basename $(COM_sources)))
COM_objects = $(patsubst %.d,%.o,$(COM_dependencies))
DESTDIR =
SV_sources=\
pr_cmds.c \
pr_edict.c \
pr_exec.c \
sv_ccmds.c \
sv_cvar.c \
sv_ents.c \
sv_init.c \
sv_main.c \
sv_misc.c \
sv_model.c \
sv_move.c \
sv_nchan.c \
sv_phys.c \
sv_send.c \
sv_user.c \
sys_unix.c \
world.c \
worlda.S
pkgdatadir = $(datadir)/quakeforge
pkglibdir = $(libdir)/quakeforge
pkgincludedir = $(includedir)/quakeforge
SV_dependencies = $(patsubst %,%.d,$(basename $(SV_sources)))
SV_objects = $(patsubst %.d,%.o,$(SV_dependencies))
top_builddir = ..
CL_sources=\
cd_linux.c \
cl_cam.c \
cl_cmd.c \
cl_cvar.c \
cl_demo.c \
cl_ents.c \
cl_input.c \
cl_main.c \
cl_math.S \
cl_misc.c \
cl_parse.c \
cl_pred.c \
cl_tent.c \
console.c \
keys.c \
menu.c \
nonintel.c \
r_view.c \
sbar.c \
skin.c \
snd_dma.c \
snd_linux.c \
snd_mem.c \
snd_mix.c \
snd_mixa.S \
sys_linux.c \
sys_x86.S \
wad.c
ACLOCAL = aclocal
AUTOCONF = autoconf
AUTOMAKE = automake
AUTOHEADER = autoheader
CL_dependencies = $(patsubst %,%.d,$(basename $(CL_sources)))
CL_objects = $(patsubst %.d,%.o,$(CL_dependencies))
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
CL_SW_sources=\
cl_model.c \
cl_trans.c \
d_copy.S \
d_draw.S \
d_draw16.S \
d_edge.c \
d_fill.c \
d_init.c \
d_modech.c \
d_part.c \
d_parta.S \
d_polysa.S \
d_polyse.c \
d_scan.c \
d_scana.S \
d_sky.c \
d_spr8.S \
d_sprite.c \
d_surf.c \
d_vars.c \
d_varsa.S \
d_zpoint.c \
draw.c \
r_aclip.c \
r_aclipa.S \
r_alias.c \
r_aliasa.S \
r_bsp.c \
r_draw.c \
r_drawa.S \
r_edge.c \
r_edgea.S \
r_efrag.c \
r_light.c \
r_main.c \
r_misc.c \
r_part.c \
r_sky.c \
r_sprite.c \
r_surf.c \
r_vars.c \
r_varsa.S \
screen.c \
surf16.S \
surf8.S \
sw_view.c
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = i686-pc-linux-gnu
build_triplet = i686-pc-linux-gnu
host_alias = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
target_alias = i686-pc-linux-gnu
target_triplet = i686-pc-linux-gnu
ASM_ARCH =
AWK = gawk
CC = gcc
CL_SYS_SRC = sys_linux.c
CPP = gcc -E
EXEEXT =
HAVE_OPENGL = yes
HAVE_SVGA = yes
HAVE_X11 = yes
INTEL_ARCH =
ISODATE = 2000-05-17
LIBS = -lm
LN_S = ln -s
MAKEINFO = makeinfo
OBJEXT = o
OGL_CFLAGS =
OGL_INCLUDES =
OGL_LIBS =
PACKAGE = quakeforge
QSG_VERSION = 1.0
QW_VERSION = 2.40
SVGA_CFLAGS =
SVGA_LIBS = -lvga
SV_SYS_SRC = sys_unix.c
TARGETS = qf-server qf-client-svga qf-client-x11 qf-client-glx
VERSION = 0.1.99pre0
X11_SHM_LIB = -lXext
X11_VID_SRC = vid_x11.c
X_CFLAGS = -I/usr/X11R6/include
X_LIBS = -L/usr/X11R6/lib
ac_configure_args =
libdir = ${exec_prefix}/lib
CL_SW_dependencies = $(patsubst %,%.d,$(basename $(CL_SW_sources)))
CL_SW_objects = $(patsubst %.d,%.o,$(CL_SW_dependencies))
bin_PROGRAMS = qf-server qf-client-svga qf-client-x11 qf-client-glx
CL_SVGA_sources=\
vid_svgalib.c
EXTRA_PROGRAMS = qf-server qf-client-svga qf-client-x11 qf-client-glx
CL_SVGA_dependencies = $(patsubst %,%.d,$(basename $(CL_SVGA_sources)))
CL_SVGA_objects = $(patsubst %.d,%.o,$(CL_SVGA_dependencies))
common_SOURCES = net_chan.c net_com.c net_udp.c pmove.c pmovetst.c zone.c mdfour.c mathlib.c math.S cvar.c crc.c common.c model.c cmd.c
CL_X11_sources=\
vid_x11.c
server_SOURCES = pr_cmds.c pr_edict.c pr_exec.c sv_init.c sv_main.c sv_misc.c sv_model.c sv_nchan.c sv_ents.c sv_send.c sv_move.c sv_phys.c sv_user.c sv_ccmds.c world.c worlda.S sys_unix.c sv_cvar.c
CL_X11_dependencies = $(patsubst %,%.d,$(basename $(CL_X11_sources)))
CL_X11_objects = $(patsubst %.d,%.o,$(CL_X11_dependencies))
client_SOURCES = cl_cmd.c cl_cvar.c cl_demo.c cl_ents.c cl_input.c cl_main.c cl_math.S cl_misc.c cl_parse.c cl_pred.c cl_tent.c cl_cam.c snd_linux.c sys_linux.c cd_linux.c r_view.c wad.c snd_dma.c snd_mem.c snd_mix.c snd_mixa.S skin.c sbar.c nonintel.c menu.c keys.c console.c sys_x86.S
CL_GGI_sources=\
vid_ggi.c
soft_SOURCES = cl_model.c cl_trans.c d_edge.c d_fill.c d_init.c d_modech.c d_part.c d_polyse.c d_scan.c d_sky.c d_sprite.c d_surf.c d_vars.c d_zpoint.c draw.c r_aclip.c r_alias.c r_bsp.c r_draw.c r_edge.c r_efrag.c r_light.c r_main.c r_misc.c r_part.c r_sky.c r_sprite.c r_surf.c r_vars.c sw_view.c screen.c d_copy.S d_draw.S d_draw16.S d_parta.S d_polysa.S d_scana.S d_spr8.S d_varsa.S r_aclipa.S r_aliasa.S r_drawa.S r_edgea.S r_varsa.S surf16.S surf8.S
CL_GGI_dependencies = $(patsubst %,%.d,$(basename $(CL_GGI_sources)))
CL_GGI_objects = $(patsubst %.d,%.o,$(CL_GGI_dependencies))
ogl_SOURCES = gl_draw.c gl_mesh.c gl_model.c gl_ngraph.c gl_part.c gl_refrag.c gl_rlight.c gl_rmain.c gl_rmisc.c gl_rsurf.c gl_screen.c gl_trans.c gl_view.c gl_warp.c
CL_GLX_sources=\
gl_draw.c \
gl_mesh.c \
gl_model.c \
gl_ngraph.c \
gl_part.c \
gl_refrag.c \
gl_rlight.c \
gl_rmain.c \
gl_rmisc.c \
gl_rsurf.c \
gl_screen.c \
gl_trans.c \
gl_view.c \
gl_warp.c \
vid_glx.c
CL_GLX_dependencies = $(patsubst %,%.d,$(basename $(CL_GLX_sources)))
CL_GLX_objects = $(patsubst %.d,%.o,$(CL_GLX_dependencies))
svga_SOURCES = vid_svgalib.c
glx_SOURCES = vid_glx.c
x11_SOURCES = vid_x11.c
# *Explicit Rules*
qf_server_SOURCES = $(common_SOURCES) $(server_SOURCES)
qf_client_svga_SOURCES = $(common_SOURCES) $(client_SOURCES) $(soft_SOURCES) $(svga_SOURCES)
qf_client_x11_SOURCES = $(common_SOURCES) $(client_SOURCES) $(soft_SOURCES) $(x11_SOURCES)
qf_client_glx_SOURCES = $(common_SOURCES) $(client_SOURCES) $(ogl_SOURCES) $(glx_SOURCES)
all: $(SV_name) $(CL_SVGA_name) $(CL_X11_name) $(CL_GGI_name) $(CL_GLX_name)
qf_client_svga_LDADD = -lvga
qf_client_x11_LDADD = -lSM -lICE -L/usr/X11R6/lib -lX11 -lXext
qf_client_glx_LDADD = @OPENGL_LIBS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../include/config.h
CONFIG_CLEAN_FILES =
bin_PROGRAMS = qf-server qf-client-svga qf-client-x11 qf-client-glx
PROGRAMS = $(bin_PROGRAMS)
$(SV_name): $(COM_objects) $(SV_objects)
$(CC) $(LDFLAGS) -o $@ $^ -lm $(SV_libs)
$(CL_SVGA_name): $(COM_objects) $(CL_objects) $(CL_SW_objects) $(CL_SVGA_objects)
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_SVGA_libs)
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
CPPFLAGS =
LDFLAGS =
X_EXTRA_LIBS =
X_PRE_LIBS = -lSM -lICE
qf_server_OBJECTS = net_chan.$(OBJEXT) net_com.$(OBJEXT) \
net_udp.$(OBJEXT) pmove.$(OBJEXT) pmovetst.$(OBJEXT) zone.$(OBJEXT) \
mdfour.$(OBJEXT) mathlib.$(OBJEXT) math.$(OBJEXT) cvar.$(OBJEXT) \
crc.$(OBJEXT) common.$(OBJEXT) model.$(OBJEXT) cmd.$(OBJEXT) \
pr_cmds.$(OBJEXT) pr_edict.$(OBJEXT) pr_exec.$(OBJEXT) \
sv_init.$(OBJEXT) sv_main.$(OBJEXT) sv_misc.$(OBJEXT) \
sv_model.$(OBJEXT) sv_nchan.$(OBJEXT) sv_ents.$(OBJEXT) \
sv_send.$(OBJEXT) sv_move.$(OBJEXT) sv_phys.$(OBJEXT) sv_user.$(OBJEXT) \
sv_ccmds.$(OBJEXT) world.$(OBJEXT) worlda.$(OBJEXT) sys_unix.$(OBJEXT) \
sv_cvar.$(OBJEXT)
qf_server_LDADD = $(LDADD)
qf_server_DEPENDENCIES =
qf_server_LDFLAGS =
qf_client_svga_OBJECTS = net_chan.$(OBJEXT) net_com.$(OBJEXT) \
net_udp.$(OBJEXT) pmove.$(OBJEXT) pmovetst.$(OBJEXT) zone.$(OBJEXT) \
mdfour.$(OBJEXT) mathlib.$(OBJEXT) math.$(OBJEXT) cvar.$(OBJEXT) \
crc.$(OBJEXT) common.$(OBJEXT) model.$(OBJEXT) cmd.$(OBJEXT) \
cl_cmd.$(OBJEXT) cl_cvar.$(OBJEXT) cl_demo.$(OBJEXT) cl_ents.$(OBJEXT) \
cl_input.$(OBJEXT) cl_main.$(OBJEXT) cl_math.$(OBJEXT) \
cl_misc.$(OBJEXT) cl_parse.$(OBJEXT) cl_pred.$(OBJEXT) \
cl_tent.$(OBJEXT) cl_cam.$(OBJEXT) snd_linux.$(OBJEXT) \
sys_linux.$(OBJEXT) cd_linux.$(OBJEXT) r_view.$(OBJEXT) wad.$(OBJEXT) \
snd_dma.$(OBJEXT) snd_mem.$(OBJEXT) snd_mix.$(OBJEXT) \
snd_mixa.$(OBJEXT) skin.$(OBJEXT) sbar.$(OBJEXT) nonintel.$(OBJEXT) \
menu.$(OBJEXT) keys.$(OBJEXT) console.$(OBJEXT) sys_x86.$(OBJEXT) \
cl_model.$(OBJEXT) cl_trans.$(OBJEXT) d_edge.$(OBJEXT) d_fill.$(OBJEXT) \
d_init.$(OBJEXT) d_modech.$(OBJEXT) d_part.$(OBJEXT) d_polyse.$(OBJEXT) \
d_scan.$(OBJEXT) d_sky.$(OBJEXT) d_sprite.$(OBJEXT) d_surf.$(OBJEXT) \
d_vars.$(OBJEXT) d_zpoint.$(OBJEXT) draw.$(OBJEXT) r_aclip.$(OBJEXT) \
r_alias.$(OBJEXT) r_bsp.$(OBJEXT) r_draw.$(OBJEXT) r_edge.$(OBJEXT) \
r_efrag.$(OBJEXT) r_light.$(OBJEXT) r_main.$(OBJEXT) r_misc.$(OBJEXT) \
r_part.$(OBJEXT) r_sky.$(OBJEXT) r_sprite.$(OBJEXT) r_surf.$(OBJEXT) \
r_vars.$(OBJEXT) sw_view.$(OBJEXT) screen.$(OBJEXT) d_copy.$(OBJEXT) \
d_draw.$(OBJEXT) d_draw16.$(OBJEXT) d_parta.$(OBJEXT) \
d_polysa.$(OBJEXT) d_scana.$(OBJEXT) d_spr8.$(OBJEXT) d_varsa.$(OBJEXT) \
r_aclipa.$(OBJEXT) r_aliasa.$(OBJEXT) r_drawa.$(OBJEXT) \
r_edgea.$(OBJEXT) r_varsa.$(OBJEXT) surf16.$(OBJEXT) surf8.$(OBJEXT) \
vid_svgalib.$(OBJEXT)
qf_client_svga_DEPENDENCIES =
qf_client_svga_LDFLAGS =
qf_client_x11_OBJECTS = net_chan.$(OBJEXT) net_com.$(OBJEXT) \
net_udp.$(OBJEXT) pmove.$(OBJEXT) pmovetst.$(OBJEXT) zone.$(OBJEXT) \
mdfour.$(OBJEXT) mathlib.$(OBJEXT) math.$(OBJEXT) cvar.$(OBJEXT) \
crc.$(OBJEXT) common.$(OBJEXT) model.$(OBJEXT) cmd.$(OBJEXT) \
cl_cmd.$(OBJEXT) cl_cvar.$(OBJEXT) cl_demo.$(OBJEXT) cl_ents.$(OBJEXT) \
cl_input.$(OBJEXT) cl_main.$(OBJEXT) cl_math.$(OBJEXT) \
cl_misc.$(OBJEXT) cl_parse.$(OBJEXT) cl_pred.$(OBJEXT) \
cl_tent.$(OBJEXT) cl_cam.$(OBJEXT) snd_linux.$(OBJEXT) \
sys_linux.$(OBJEXT) cd_linux.$(OBJEXT) r_view.$(OBJEXT) wad.$(OBJEXT) \
snd_dma.$(OBJEXT) snd_mem.$(OBJEXT) snd_mix.$(OBJEXT) \
snd_mixa.$(OBJEXT) skin.$(OBJEXT) sbar.$(OBJEXT) nonintel.$(OBJEXT) \
menu.$(OBJEXT) keys.$(OBJEXT) console.$(OBJEXT) sys_x86.$(OBJEXT) \
cl_model.$(OBJEXT) cl_trans.$(OBJEXT) d_edge.$(OBJEXT) d_fill.$(OBJEXT) \
d_init.$(OBJEXT) d_modech.$(OBJEXT) d_part.$(OBJEXT) d_polyse.$(OBJEXT) \
d_scan.$(OBJEXT) d_sky.$(OBJEXT) d_sprite.$(OBJEXT) d_surf.$(OBJEXT) \
d_vars.$(OBJEXT) d_zpoint.$(OBJEXT) draw.$(OBJEXT) r_aclip.$(OBJEXT) \
r_alias.$(OBJEXT) r_bsp.$(OBJEXT) r_draw.$(OBJEXT) r_edge.$(OBJEXT) \
r_efrag.$(OBJEXT) r_light.$(OBJEXT) r_main.$(OBJEXT) r_misc.$(OBJEXT) \
r_part.$(OBJEXT) r_sky.$(OBJEXT) r_sprite.$(OBJEXT) r_surf.$(OBJEXT) \
r_vars.$(OBJEXT) sw_view.$(OBJEXT) screen.$(OBJEXT) d_copy.$(OBJEXT) \
d_draw.$(OBJEXT) d_draw16.$(OBJEXT) d_parta.$(OBJEXT) \
d_polysa.$(OBJEXT) d_scana.$(OBJEXT) d_spr8.$(OBJEXT) d_varsa.$(OBJEXT) \
r_aclipa.$(OBJEXT) r_aliasa.$(OBJEXT) r_drawa.$(OBJEXT) \
r_edgea.$(OBJEXT) r_varsa.$(OBJEXT) surf16.$(OBJEXT) surf8.$(OBJEXT) \
vid_x11.$(OBJEXT)
qf_client_x11_DEPENDENCIES =
qf_client_x11_LDFLAGS =
qf_client_glx_OBJECTS = net_chan.$(OBJEXT) net_com.$(OBJEXT) \
net_udp.$(OBJEXT) pmove.$(OBJEXT) pmovetst.$(OBJEXT) zone.$(OBJEXT) \
mdfour.$(OBJEXT) mathlib.$(OBJEXT) math.$(OBJEXT) cvar.$(OBJEXT) \
crc.$(OBJEXT) common.$(OBJEXT) model.$(OBJEXT) cmd.$(OBJEXT) \
cl_cmd.$(OBJEXT) cl_cvar.$(OBJEXT) cl_demo.$(OBJEXT) cl_ents.$(OBJEXT) \
cl_input.$(OBJEXT) cl_main.$(OBJEXT) cl_math.$(OBJEXT) \
cl_misc.$(OBJEXT) cl_parse.$(OBJEXT) cl_pred.$(OBJEXT) \
cl_tent.$(OBJEXT) cl_cam.$(OBJEXT) snd_linux.$(OBJEXT) \
sys_linux.$(OBJEXT) cd_linux.$(OBJEXT) r_view.$(OBJEXT) wad.$(OBJEXT) \
snd_dma.$(OBJEXT) snd_mem.$(OBJEXT) snd_mix.$(OBJEXT) \
snd_mixa.$(OBJEXT) skin.$(OBJEXT) sbar.$(OBJEXT) nonintel.$(OBJEXT) \
menu.$(OBJEXT) keys.$(OBJEXT) console.$(OBJEXT) sys_x86.$(OBJEXT) \
gl_draw.$(OBJEXT) gl_mesh.$(OBJEXT) gl_model.$(OBJEXT) \
gl_ngraph.$(OBJEXT) gl_part.$(OBJEXT) gl_refrag.$(OBJEXT) \
gl_rlight.$(OBJEXT) gl_rmain.$(OBJEXT) gl_rmisc.$(OBJEXT) \
gl_rsurf.$(OBJEXT) gl_screen.$(OBJEXT) gl_trans.$(OBJEXT) \
gl_view.$(OBJEXT) gl_warp.$(OBJEXT) vid_glx.$(OBJEXT)
qf_client_glx_DEPENDENCIES =
qf_client_glx_LDFLAGS =
CFLAGS = -g -O2 -Wall -Werror
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = Makefile.am Makefile.in
$(CL_X11_name): $(COM_objects) $(CL_objects) $(CL_SW_objects) $(CL_X11_objects)
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_X11_libs)
$(CL_GGI_name): $(COM_objects) $(CL_objects) $(CL_SW_objects) $(CL_GGI_objects)
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_GGI_libs)
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
$(CL_GLX_name): $(COM_objects) $(CL_objects) $(CL_GL_objects) $(CL_GLX_objects)
$(CC) $(LDFLAGS) -o $@ $^ -lm $(CL_GLX_libs)
TAR = gtar
GZIP_ENV = --best
DEP_FILES = .deps/cd_linux.P .deps/cl_cam.P .deps/cl_cmd.P \
.deps/cl_cvar.P .deps/cl_demo.P .deps/cl_ents.P .deps/cl_input.P \
.deps/cl_main.P .deps/cl_math.P .deps/cl_misc.P .deps/cl_model.P \
.deps/cl_parse.P .deps/cl_pred.P .deps/cl_tent.P .deps/cl_trans.P \
.deps/cmd.P .deps/common.P .deps/console.P .deps/crc.P .deps/cvar.P \
.deps/d_copy.P .deps/d_draw.P .deps/d_draw16.P .deps/d_edge.P \
.deps/d_fill.P .deps/d_init.P .deps/d_modech.P .deps/d_part.P \
.deps/d_parta.P .deps/d_polysa.P .deps/d_polyse.P .deps/d_scan.P \
.deps/d_scana.P .deps/d_sky.P .deps/d_spr8.P .deps/d_sprite.P \
.deps/d_surf.P .deps/d_vars.P .deps/d_varsa.P .deps/d_zpoint.P \
.deps/draw.P .deps/gl_draw.P .deps/gl_mesh.P .deps/gl_model.P \
.deps/gl_ngraph.P .deps/gl_part.P .deps/gl_refrag.P .deps/gl_rlight.P \
.deps/gl_rmain.P .deps/gl_rmisc.P .deps/gl_rsurf.P .deps/gl_screen.P \
.deps/gl_trans.P .deps/gl_view.P .deps/gl_warp.P .deps/keys.P \
.deps/math.P .deps/mathlib.P .deps/mdfour.P .deps/menu.P .deps/model.P \
.deps/net_chan.P .deps/net_com.P .deps/net_udp.P .deps/nonintel.P \
.deps/pmove.P .deps/pmovetst.P .deps/pr_cmds.P .deps/pr_edict.P \
.deps/pr_exec.P .deps/r_aclip.P .deps/r_aclipa.P .deps/r_alias.P \
.deps/r_aliasa.P .deps/r_bsp.P .deps/r_draw.P .deps/r_drawa.P \
.deps/r_edge.P .deps/r_edgea.P .deps/r_efrag.P .deps/r_light.P \
.deps/r_main.P .deps/r_misc.P .deps/r_part.P .deps/r_sky.P \
.deps/r_sprite.P .deps/r_surf.P .deps/r_vars.P .deps/r_varsa.P \
.deps/r_view.P .deps/sbar.P .deps/screen.P .deps/skin.P .deps/snd_dma.P \
.deps/snd_linux.P .deps/snd_mem.P .deps/snd_mix.P .deps/snd_mixa.P \
.deps/surf16.P .deps/surf8.P .deps/sv_ccmds.P .deps/sv_cvar.P \
.deps/sv_ents.P .deps/sv_init.P .deps/sv_main.P .deps/sv_misc.P \
.deps/sv_model.P .deps/sv_move.P .deps/sv_nchan.P .deps/sv_phys.P \
.deps/sv_send.P .deps/sv_user.P .deps/sw_view.P .deps/sys_linux.P \
.deps/sys_unix.P .deps/sys_x86.P .deps/vid_glx.P .deps/vid_svgalib.P \
.deps/vid_x11.P .deps/wad.P .deps/world.P .deps/worlda.P .deps/zone.P
SOURCES = $(qf_server_SOURCES) $(qf_client_svga_SOURCES) $(qf_client_x11_SOURCES) $(qf_client_glx_SOURCES)
OBJECTS = $(qf_server_OBJECTS) $(qf_client_svga_OBJECTS) $(qf_client_x11_OBJECTS) $(qf_client_glx_OBJECTS)
clean:
-rm -f *.[od] $(SV_name) $(CL_SVGA_name) $(CL_X11_name) $(CL_GLX_name)
all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .o .obj .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu source/Makefile
# *Individual File Dependencies*
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-include $(COM_dependencies)
-include $(SV_dependencies)
-include $(CL_dependencies)
-include $(CL_SW_dependencies)
-include $(CL_SVGA_dependencies)
-include $(CL_X11_dependencies)
-include $(CL_GLX_dependencies)
-include $(CL_GGI_dependencies)
mostlyclean-binPROGRAMS:
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
distclean-binPROGRAMS:
maintainer-clean-binPROGRAMS:
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(bindir)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
list='$(bin_PROGRAMS)'; for p in $$list; do \
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
done
# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.
.c.obj:
$(COMPILE) -c `cygpath -w $<`
.s.o:
$(COMPILE) -c $<
.S.o:
$(COMPILE) -c $<
mostlyclean-compile:
-rm -f *.o core *.core
-rm -f *.$(OBJEXT)
clean-compile:
distclean-compile:
-rm -f *.tab.c
maintainer-clean-compile:
qf-server$(EXEEXT): $(qf_server_OBJECTS) $(qf_server_DEPENDENCIES)
@rm -f qf-server$(EXEEXT)
$(LINK) $(qf_server_LDFLAGS) $(qf_server_OBJECTS) $(qf_server_LDADD) $(LIBS)
qf-client-svga$(EXEEXT): $(qf_client_svga_OBJECTS) $(qf_client_svga_DEPENDENCIES)
@rm -f qf-client-svga$(EXEEXT)
$(LINK) $(qf_client_svga_LDFLAGS) $(qf_client_svga_OBJECTS) $(qf_client_svga_LDADD) $(LIBS)
qf-client-x11$(EXEEXT): $(qf_client_x11_OBJECTS) $(qf_client_x11_DEPENDENCIES)
@rm -f qf-client-x11$(EXEEXT)
$(LINK) $(qf_client_x11_LDFLAGS) $(qf_client_x11_OBJECTS) $(qf_client_x11_LDADD) $(LIBS)
qf-client-glx$(EXEEXT): $(qf_client_glx_OBJECTS) $(qf_client_glx_DEPENDENCIES)
@rm -f qf-client-glx$(EXEEXT)
$(LINK) $(qf_client_glx_LDFLAGS) $(qf_client_glx_OBJECTS) $(qf_client_glx_LDADD) $(LIBS)
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP)
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $$unique $(LISP)
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
mostlyclean-tags:
clean-tags:
distclean-tags:
-rm -f TAGS ID
maintainer-clean-tags:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = source
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu source/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-include $(DEP_FILES)
mostlyclean-depend:
clean-depend:
distclean-depend:
-rm -rf .deps
maintainer-clean-depend:
%.o: %.c
@echo '$(COMPILE) -c $<'; \
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
@-cp .deps/$(*F).pp .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
>> .deps/$(*F).P; \
rm .deps/$(*F).pp
%.lo: %.c
@echo '$(LTCOMPILE) -c $<'; \
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
< .deps/$(*F).pp > .deps/$(*F).P; \
tr ' ' '\012' < .deps/$(*F).pp \
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
>> .deps/$(*F).P; \
rm -f .deps/$(*F).pp
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am: install-binPROGRAMS
install-exec: install-exec-am
install-data-am:
install-data: install-data-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-binPROGRAMS
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS)
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir)
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
mostlyclean-tags mostlyclean-depend mostlyclean-generic
mostlyclean: mostlyclean-am
clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
clean-generic mostlyclean-am
clean: clean-am
distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
distclean-depend distclean-generic clean-am
distclean: distclean-am
maintainer-clean-am: maintainer-clean-binPROGRAMS \
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-depend maintainer-clean-generic \
distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
maintainer-clean: maintainer-clean-am
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
distclean-depend clean-depend maintainer-clean-depend info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
install-exec install-data-am install-data install-am install \
uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <dpmi.h>
#include "quakedef.h"
#include "dosisms.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
void CDAudio_Play(byte track, qboolean looping)
@ -56,4 +59,4 @@ int CDAudio_Init(void)
void CDAudio_Shutdown(void)
{
}
}

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <windows.h>
#include "quakedef.h"

View file

@ -34,6 +34,9 @@
* Player moves as a spectator, but the camera tracks and enemy player
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "winquake.h"

View file

@ -28,6 +28,9 @@
// cmd.c -- Quake script command processing module
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
/*

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
void

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// cl_ents.c -- entity parsing and management
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// cl.input.c -- builds an intended movement command to send to the server
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "in_win.h"

View file

@ -27,6 +27,9 @@
*/
// cl_main.c -- client main loop
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <ctype.h>
#include "sys.h"

View file

@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -30,6 +30,9 @@
// models are the only shared resource between a client and server running
// on the same machine.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"

View file

@ -27,6 +27,9 @@
*/
// cl_parse.c -- parse a message received from the server
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "winquake.h"

View file

@ -47,6 +47,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// sys_win.h
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "winquake.h"
#include "resource.h"

View file

@ -27,6 +27,9 @@
*/
// cl_tent.c -- client side temporary entities
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// cl_parse.c -- parse a message received from the server
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// cmd.c -- Quake script command processing module
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// common.c -- misc functions used in client and server
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <ctype.h>
#include "sys.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "crc.h"

View file

@ -29,6 +29,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#if !defined(HAVE_SNPRINTF) && defined(HAVE__SNPRINTF)

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// d_clear: clears a specified rectangle to the specified color
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// d_init.c: rasterization driver initialization
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// d_modech.c: called when mode has just changed
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// d_part.c: software driver module for drawing particles
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "d_local.h"

View file

@ -28,6 +28,9 @@
// d_polyset.c: routines for drawing sets of polygons sharing the same
// texture (used for Alias models)
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// Portable C scan-level rasterization code, all pixel depths.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

View file

@ -28,6 +28,9 @@
// d_sprite.c: software top-level rasterization driver module for drawing
// sprites
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// d_surf.c: rasterization driver surface heap manager
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "d_local.h"

View file

@ -29,6 +29,9 @@
#if !id386
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
// all global and static refresh variables are collected in a contiguous block

View file

@ -27,6 +27,9 @@
*/
// d_zpoint.c: software driver module for drawing z-buffered points
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "d_local.h"

View file

@ -28,6 +28,9 @@
// draw.c -- this is the only file outside the refresh that touches the
// vid buffer
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdio.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
// gl_mesh.c: triangle model functions
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdio.h>

View file

@ -29,6 +29,9 @@
// models are the only shared resource between a client and server running
// on the same machine.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <string.h>
#include <stdio.h>

View file

@ -25,6 +25,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdio.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "glquake.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -25,6 +25,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <string.h>
#include <stdio.h>

View file

@ -25,6 +25,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <string.h>
#include <stdio.h>

View file

@ -25,6 +25,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdio.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
// r_surf.c: surface-related refresh code
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <math.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
// screen.c -- master for refresh, status bar, console, chat, notify, etc
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <string.h>
#include <stdio.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#ifdef GLTEST

View file

@ -27,6 +27,9 @@
*/
// cl_parse.c -- parse a message received from the server
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "glquake.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/stat.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/stat.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/stat.h>

View file

@ -27,6 +27,9 @@
*/
// gl_vidnt.c -- NT GL vid component
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "winquake.h"
#include "sys.h"

View file

@ -21,6 +21,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// view.c -- player eye positioning
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include <stdio.h>

View file

@ -26,6 +26,9 @@
$Id$
*/
// gl_warp.c -- sky and water polygons
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include <stdio.h>

View file

@ -27,6 +27,9 @@
*/
// in_null.c -- for systems without a mouse
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
void IN_Init (void)

View file

@ -28,6 +28,9 @@
// in_win.c -- windows 95 mouse and joystick code
// 02/21/97 JCB Added extended DirectInput code to support external controllers.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <dinput.h>
#include "quakedef.h"
#include "winquake.h"

View file

@ -27,6 +27,9 @@
*/
#ifdef _WIN32
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <windows.h>
#endif

View file

@ -27,6 +27,9 @@
*/
// mathlib.c -- math primitives
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <math.h>
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h> /* XoXus: needed for memset call */
#ifndef _UINT32_H

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#ifdef _WIN32

View file

@ -30,6 +30,9 @@
// models are the only shared resource between a client and server running
// on the same machine.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "qwsvdef.h"
extern int texture_mode;

View file

@ -27,6 +27,9 @@
*/
#ifndef _WIN32
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
# include <unistd.h>
#else
# include <windows.h>

View file

@ -29,6 +29,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <mdfour.h>
unsigned Com_BlockChecksum (void *buffer, int length)

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include <windows.h>
#include <sys.h>

View file

@ -27,6 +27,9 @@
*/
// nonintel.c: code for non-Intel processors only
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#if !id386

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "qwsvdef.h"
#define RETURN_EDICT(e) (((int *)pr_globals)[OFS_RETURN] = EDICT_TO_PROG(e))

View file

@ -27,6 +27,9 @@
*/
// sv_edict.c -- entity dictionary
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "qwsvdef.h"
dprograms_t *progs;

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "qwsvdef.h"

View file

@ -27,6 +27,9 @@
*/
// r_aclip.c: clip routines for drawing Alias models directly to the screen
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

View file

@ -27,6 +27,9 @@
*/
// r_alias.c: routines for setting up to draw alias models
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h" // FIXME: shouldn't need to include this

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -27,6 +27,9 @@
*/
// r_surf.c: surface-related refresh code
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -27,6 +27,9 @@
*/
// r_vars.c: global refresh variables
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#if !id386

View file

@ -27,6 +27,9 @@
*/
// view.c -- player eye positioning
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "r_local.h"

View file

@ -27,6 +27,9 @@
*/
// sbar.c -- status bar code
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// screen.c -- master for refresh, status bar, console, chat, notify, etc
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"
#include "r_local.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,7 +27,9 @@
$Id$
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <qtypes.h>
#include <sound.h>
#include <qargs.h>

View file

@ -27,6 +27,9 @@
*/
// snd_dma.c -- main control for any streaming sound output device
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>

View file

@ -27,6 +27,9 @@
*/
// snd_mem.c: sound caching
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "sys.h"
#include "quakedef.h"

View file

@ -27,6 +27,9 @@
*/
// snd_mix.c -- portable code to mix sounds for snd_dma.c
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#ifdef _WIN32

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "quakedef.h"
#include "winquake.h"

View file

@ -26,6 +26,9 @@
$Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "qwsvdef.h"
qboolean sv_allow_cheats;

Some files were not shown because too many files have changed in this diff Show more