Working on one common configure which lets nq and qw compile.

There, needs a little clean up though.
This commit is contained in:
Zephaniah E. Hull 2001-02-20 03:10:06 +00:00
parent c2cf8ff5e7
commit 75618f96c9
12 changed files with 1962 additions and 46 deletions

View file

@ -31,9 +31,9 @@ AUTOMAKE_OPTIONS= foreign
#
# Stuff that is common to both client and server
#
INCLUDES= -I$(top_srcdir)/include $(GGI_CFLAGS) $(MGL_CFLAGS) $(SDL_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS) $(GLX_CFLAGS) $(TDFXGL_CFLAGS)
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qw/include $(GGI_CFLAGS) $(MGL_CFLAGS) $(SDL_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS) $(GLX_CFLAGS) $(TDFXGL_CFLAGS)
bin_PROGRAMS = @TARGETS@
bin_PROGRAMS = @QW_TARGETS@
EXTRA_PROGRAMS= qf-server \
qf-client-3dfx qf-client-fbdev qf-client-ggi qf-client-glx \