aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/Makedist6
-rw-r--r--FICS/Makefile50
-rw-r--r--FICS/Makefile.alpha33
-rw-r--r--FICS/Makefile.bsd50
-rw-r--r--FICS/Makefile.clean50
-rw-r--r--FICS/Makefile.common67
-rw-r--r--FICS/Makefile.in110
-rw-r--r--FICS/Makefile.next28
8 files changed, 0 insertions, 394 deletions
diff --git a/FICS/Makedist b/FICS/Makedist
deleted file mode 100644
index f4ef7b4..0000000
--- a/FICS/Makedist
+++ /dev/null
@@ -1,6 +0,0 @@
-# Makefile for tar
-
-distrib:
- tar cvf - GNU* Make* *.[c,h] READ* | compress > FICS.src_beta-1.2.17.tar.Z
-
-
diff --git a/FICS/Makefile b/FICS/Makefile
deleted file mode 100644
index a23b3d9..0000000
--- a/FICS/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-
-# Turn on optimization
-# With optimization on you may get errors during compiling.
-OPTFLAGS=
-
-# Turn on debugging
-#DEBUGFLAGS=-DDEBUG
-
-# Anything else you care to flag?
-#OTHERFLAGS=-traditional-cpp -Wall -g
-OTHERFLAGS=-Wall -g -pg
-
-# Which architectures are you compiling for? (NeXTSTEP)
-# ARCHFLAGS=-arch m68k -arch i386
-
-PROGRAM=fics
-
-
-CC=gcc
-#cc doesn't seem to be supported at present.
-
-CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS}
-LNFLAGS=-lm -lcompat -lcrypt
-
-# dfree is temporary, for debugging only, and works only if you are using
-# the GNU C library --mann
-#MORESRCS=dfree.c
-#MOREOBJS=dfree.o
-#you may have to hash out the above two
-
-# This is just for versions distributed with timeseal.
-#MORESRCS=timeseal.c
-#MOREOBJS=timeseal.o
-
-# Define the system below that you are compiling on.
-# Set the flags for your system
-
-SYSFLAG=-DNETBSD #-DTIMESEAL #-DIGNORE_ECO
-
-# The following is needed when using gcc and glibc, as on caissa.
-#MAKEDEPMORECFLAGS= -I/usr/local/include -I/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.3/include
-
-include ./Makefile.common
-# include ./Makedist
-
-#run makedepend to fill out the info below
-# DO NOT DELETE THIS LINE -- make depend depends on it.
diff --git a/FICS/Makefile.alpha b/FICS/Makefile.alpha
deleted file mode 100644
index 80c1584..0000000
--- a/FICS/Makefile.alpha
+++ /dev/null
@@ -1,33 +0,0 @@
-# Makefile for FICS
-# This version is for the Alpha under Digital OSF/1 Unix
-#
-# Define the system below that you are compiling on.
-#SYSFLAG= -DSYSV -DSYSTEM_AIX
-SYSFLAG=
-
-# Set the flags for your system
-
-# Turn on optimization
-# With optimization on you may get errors during compiling.
-#OPTFLAGS=-O
-
-# Turn on debugging
-DEBUGFLAGS= -DDEBUG -g
-
-# Anything else you care to flag?
-#OTHERFLAGS= -qlanglvl=saa
-OTHERFLAGS= -DHAVE_STDARG
-
-# Which architectures are you compiling for? (NeXTSTEP)
-# ARCHFLAGS=-arch m68k -arch i386
-
-PROGRAM=fics
-
-
-#CC=gcc -ansi -pedantic -O3 -pipe -fomit-frame-pointer
-#CC=xlc
-CC=cc
-CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS}
-LNFLAGS=-lm
-
-include ./Makefile.common
diff --git a/FICS/Makefile.bsd b/FICS/Makefile.bsd
deleted file mode 100644
index 525f579..0000000
--- a/FICS/Makefile.bsd
+++ /dev/null
@@ -1,50 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-
-# Turn on optimization
-# With optimization on you may get errors during compiling.
-OPTFLAGS=
-
-# Turn on debugging
-#DEBUGFLAGS=-DDEBUG
-
-# Anything else you care to flag?
-#OTHERFLAGS=-traditional-cpp -Wall -g
-OTHERFLAGS=-Wall -g
-
-# Which architectures are you compiling for? (NeXTSTEP)
-# ARCHFLAGS=-arch m68k -arch i386
-
-PROGRAM=fics
-
-
-CC=gcc
-#cc doesn't seem to be supported at present.
-
-CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS}
-LNFLAGS=-lm -lcompat -lcrypt
-
-# dfree is temporary, for debugging only, and works only if you are using
-# the GNU C library --mann
-#MORESRCS=dfree.c
-#MOREOBJS=dfree.o
-#you may have to hash out the above two
-
-# This is just for versions distributed with timeseal.
-MORESRCS=timeseal.c
-MOREOBJS=timeseal.o
-
-# Define the system below that you are compiling on.
-# Set the flags for your system
-
-SYSFLAG=-DNETBSD -DTIMESEAL
-
-# The following is needed when using gcc and glibc, as on caissa.
-#MAKEDEPMORECFLAGS= -I/usr/local/include -I/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.3/include
-
-include ./Makefile.common
-# include ./Makedist
-
-#run makedepend to fill out the info below
-# DO NOT DELETE THIS LINE -- make depend depends on it.
diff --git a/FICS/Makefile.clean b/FICS/Makefile.clean
deleted file mode 100644
index 525f579..0000000
--- a/FICS/Makefile.clean
+++ /dev/null
@@ -1,50 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-
-# Turn on optimization
-# With optimization on you may get errors during compiling.
-OPTFLAGS=
-
-# Turn on debugging
-#DEBUGFLAGS=-DDEBUG
-
-# Anything else you care to flag?
-#OTHERFLAGS=-traditional-cpp -Wall -g
-OTHERFLAGS=-Wall -g
-
-# Which architectures are you compiling for? (NeXTSTEP)
-# ARCHFLAGS=-arch m68k -arch i386
-
-PROGRAM=fics
-
-
-CC=gcc
-#cc doesn't seem to be supported at present.
-
-CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS}
-LNFLAGS=-lm -lcompat -lcrypt
-
-# dfree is temporary, for debugging only, and works only if you are using
-# the GNU C library --mann
-#MORESRCS=dfree.c
-#MOREOBJS=dfree.o
-#you may have to hash out the above two
-
-# This is just for versions distributed with timeseal.
-MORESRCS=timeseal.c
-MOREOBJS=timeseal.o
-
-# Define the system below that you are compiling on.
-# Set the flags for your system
-
-SYSFLAG=-DNETBSD -DTIMESEAL
-
-# The following is needed when using gcc and glibc, as on caissa.
-#MAKEDEPMORECFLAGS= -I/usr/local/include -I/usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.3/include
-
-include ./Makefile.common
-# include ./Makedist
-
-#run makedepend to fill out the info below
-# DO NOT DELETE THIS LINE -- make depend depends on it.
diff --git a/FICS/Makefile.common b/FICS/Makefile.common
deleted file mode 100644
index 36b2857..0000000
--- a/FICS/Makefile.common
+++ /dev/null
@@ -1,67 +0,0 @@
-#this is the common part of the Makefile regardless of which system
-# you compile on.
-
-#need to sort out lame including of all objects in all programs - DAV
-
-
-SRCS= adminproc.c algcheck.c board.c channel.c command.c talkproc.c \
- comproc.c matchproc.c fics_addplayer.c ficsmain.c formula.c \
- gamedb.c gameproc.c obsproc.c legal.c lists.c makerank.c \
- movecheck.c multicol.c network.c playerdb.c ratings.c \
- rmalloc.c utils.c variable.c vers.c eco.c rating_conv.c \
- shutdown.c ${MORESRCS}
-
-OBJS= network.o lists.o formula.o playerdb.o command.o talkproc.o \
- comproc.o matchproc.o movecheck.o ratings.o gamedb.o channel.o \
- utils.o rmalloc.o legal.o vers.o variable.o board.o gameproc.o \
- algcheck.o adminproc.o multicol.o eco.o rating_conv.o shutdown.o \
- obsproc.o
-
-VERSION=echo 'char SGS_VERS[]=""; char VERS_NUM[]="1.6.2"; char COMP_DATE[]="'`date`'";'
-
-PROGRAM=fics
-ADDPLAYER=fics_addplayer
-#DELPLAYER=fics_delplayer
-#MAILSERVER=fics_mailproc
-#MAILPROC=mailproc
-MAKERANK=makerank
-#MAKEDEPEND=makedepend
-MAKEDEPEND=mkdep
-#DEPFLAG=--
-DEPFLAG=
-
-#all: ${PROGRAM} ${MAILSERVER} ${ADDPLAYER} ${DELPLAYER} ${MAILPROC}
-all: ${PROGRAM} ${MAKERANK} ${ADDPLAYER}
-
-${PROGRAM}: ficsmain.o $(OBJS) $(MOREOBJS)
- $(CC) ficsmain.o $(CFLAGS) $(OBJS) $(MOREOBJS) $(LNFLAGS) -o ${PROGRAM}
-
-#${MAILSERVER}: fics_mailproc.o $(OBJS)
-# $(CC) fics_mailproc.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${MAILSERVER}
-
-${ADDPLAYER}: fics_addplayer.o $(OBJS) $(MOREOBJS)
- $(CC) fics_addplayer.o $(CFLAGS) $(OBJS) $(MOREOBJS) $(LNFLAGS) -o ${ADDPLAYER}
-
-#${DELPLAYER}: fics_delplayer.o $(OBJS)
-# $(CC) fics_delplayer.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${DELPLAYER}
-
-#${MAILPROC}: mailproc.o lock.o network.o rmalloc.o
-# $(CC) mailproc.o lock.o network.o rmalloc.o $(CFLAGS) -o ${MAILPROC}
-# $(CC) mailproc.o lock.o network.o rmalloc.o memmove.o $(CFLAGS) -o ${MAILPROC}
-
-${MAKERANK}: makerank.o
- $(CC) makerank.o $(CFLAGS) $(LNFLAGS) -o ${MAKERANK}
-
-vers.c:
- ${VERSION} >vers.c
-
-depend:
- $(MAKEDEPEND) ${DEPFLAG} ${CFLAGS} ${MAKEDEPMORECFLAGS} ${DEPFLAG} ${SRCS}
-
-clean:
-# rm -f *.o ${PROGRAM} ${MAILSERVER} ${ADDPLAYER} ${MAILPROC} ${DELPLAYER} *~ vers.c
- rm -f *.o ${PROGRAM} ${ADDPLAYER} ${MAKERANK} *~ vers.c
-
- @ echo "Project cleaned."
-
-
diff --git a/FICS/Makefile.in b/FICS/Makefile.in
deleted file mode 100644
index 7b3bff1..0000000
--- a/FICS/Makefile.in
+++ /dev/null
@@ -1,110 +0,0 @@
-##
-## fics - An internet chess server.
-## Copyright (C) 1993 Richard V. Nash
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-##
-## This is the Makefile template; see machine dependant config.h for
-## more configuration options.
-
-
-SHELL = /bin/sh
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-
-##
-## Where to install FICS
-##
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-bindir = ${exec_prefix}/bin
-
-
-##
-## Binaries and Options to use
-##
-CC = @CC@
-CFLAGS = @CFLAGS@ -DTIMESEAL -I${srcdir}
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-LIBS = @LIBS@
-LNFLAGS = @LDFLAGS@ ${LIBS}
-
-
-##
-## Version information
-##
-VERSION=echo 'char SGS_VERS[]=""; char VERS_NUM[]="1.2.3";'
-
-
-SRCS=adminproc.c algcheck.c board.c channel.c command.c talkproc.c comproc.c \
- fics_addplayer.c ficsmain.c formula.c gamedb.c gameproc.c \
- get_tcp_conn.c legal.c lists.c makerank.c \
- movecheck.c multicol.c network.c playerdb.c ratings.c \
- rmalloc.c utils.c variable.c vers.c eco.c matchproc.c \
- timeseal.c ${MORESRCS}
-
-OBJS=network.o lists.o formula.o playerdb.o command.o talkproc.o comproc.o movecheck.o \
- ratings.o gamedb.o channel.o utils.o rmalloc.o legal.o vers.o variable.o \
- board.o gameproc.o algcheck.o adminproc.o \
- get_tcp_conn.o multicol.o eco.o matchproc.o timeseal.o ${MOREOBJS}
-
-VERSION=echo 'char SGS_VERS[]=""; char VERS_NUM[]="1.2.18"; char COMP_DATE[]="'`date`'";'
-
-PROGRAM=fics
-ADDPLAYER=fics_addplayer
-#DELPLAYER=fics_delplayer
-#MAILSERVER=fics_mailproc
-#MAILPROC=mailproc
-MAKERANK=makerank
-
-ALL= ${PROGRAM} ${ADDPLAYER} ${MAKERANK}
-
-#all: ${PROGRAM} ${MAILSERVER} ${ADDPLAYER} ${DELPLAYER} ${MAILPROC}
-all: ${ALL}
-
-${PROGRAM}: ficsmain.o $(OBJS)
- $(CC) ficsmain.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${PROGRAM}
-
-#${MAILSERVER}: fics_mailproc.o $(OBJS)
-# $(CC) fics_mailproc.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${MAILSERVER}
-
-${ADDPLAYER}: fics_addplayer.o $(OBJS)
- $(CC) fics_addplayer.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${ADDPLAYER}
-
-#${DELPLAYER}: fics_delplayer.o $(OBJS)
-# $(CC) fics_delplayer.o $(CFLAGS) $(OBJS) $(LNFLAGS) -o ${DELPLAYER}
-
-#${MAILPROC}: mailproc.o lock.o network.o rmalloc.o
-# $(CC) mailproc.o lock.o network.o rmalloc.o $(CFLAGS) -o ${MAILPROC}
-# $(CC) mailproc.o lock.o network.o rmalloc.o memmove.o $(CFLAGS) -o ${MAILPROC}
-
-${MAKERANK}: makerank.o
- $(CC) makerank.o $(CFLAGS) $(LNFLAGS) -o ${MAKERANK}
-
-vers.c:
- ${VERSION} >vers.c
-
-depend:
- makedepend -- ${CFLAGS} ${MAKEDEPMORECFLAGS} -- ${SRCS}
-
-clean:
- rm -f *.o ${ALL} *~ vers.c
- @ echo "Project cleaned."
-
-distclean: clean
- rm -rf Makefile autoconfig.h config.h config.status config.cache \
- config.log
-
-install:
- for f in ${ALL}; do ${INSTALL} $$f ${bindir}; done
diff --git a/FICS/Makefile.next b/FICS/Makefile.next
deleted file mode 100644
index 90de8f0..0000000
--- a/FICS/Makefile.next
+++ /dev/null
@@ -1,28 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-SYSFLAG=-DSYSTEM_NEXT
-
-# Set the flags for your system
-
-# Turn on optimization
-# OPTFLAGS=-O
-
-# Turn on debugging
-DEBUGFLAGS=-g -DDEBUG
-
-# Anything else you care to flag?
-OTHERFLAGS=-Wall
-
-# Which architectures are you compiling for? (NeXTSTEP)
-# ARCHFLAGS=-arch m68k -arch i386
-
-PROGRAM=fics
-
-
-CC=cc
-CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS}
-LNFLAGS=-lm
-
-include ./Makefile.common