aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/Makefile.sgi40
-rw-r--r--FICS/Makefile.sun445
-rw-r--r--FICS/Makefile.sun540
-rw-r--r--FICS/Makefile.sunos-glibc51
-rw-r--r--FICS/Makefile.ultrix31
-rw-r--r--FICS/Makefile.usl29
6 files changed, 0 insertions, 236 deletions
diff --git a/FICS/Makefile.sgi b/FICS/Makefile.sgi
deleted file mode 100644
index 7b7b202..0000000
--- a/FICS/Makefile.sgi
+++ /dev/null
@@ -1,40 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-SYSFLAG=-DSGI
-# Set the flags for your system
-
-# 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
-
-
-# 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.sun4 b/FICS/Makefile.sun4
deleted file mode 100644
index a82e6b3..0000000
--- a/FICS/Makefile.sun4
+++ /dev/null
@@ -1,45 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-SYSFLAG=-DSYSTEM_SUN4
-# Set the flags for your system
-
-# 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
-
-# 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
-
-# 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.sun5 b/FICS/Makefile.sun5
deleted file mode 100644
index a87dd9b..0000000
--- a/FICS/Makefile.sun5
+++ /dev/null
@@ -1,40 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-SYSFLAG=-DSYSTEM_SUN5
-# Set the flags for your system
-
-# 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
-
-
-# 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.sunos-glibc b/FICS/Makefile.sunos-glibc
deleted file mode 100644
index 48b70d5..0000000
--- a/FICS/Makefile.sunos-glibc
+++ /dev/null
@@ -1,51 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-SYSFLAG=-DSYSTEM_SUN4 -DTIMESEAL
-
-# 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} -I/usr/local/glibc-include
-LNFLAGS=-lm -L/usr/local/lib/glibc
-
-# 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=-DSYSTEM_SUN4 -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.ultrix b/FICS/Makefile.ultrix
deleted file mode 100644
index 2b5f688..0000000
--- a/FICS/Makefile.ultrix
+++ /dev/null
@@ -1,31 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-# SYSFLAG=-DSYSTEM_NEXT
-SYSFLAG=-DSYSTEM_ULTRIX
-
-# Set the flags for your system
-
-# Turn on optimization
-# There seems to be an optimization bug which screws up
-# ratings calculation.
-# OPTFLAGS=-O
-
-# Turn on debugging
-DEBUGFLAGS=-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
diff --git a/FICS/Makefile.usl b/FICS/Makefile.usl
deleted file mode 100644
index 0af7418..0000000
--- a/FICS/Makefile.usl
+++ /dev/null
@@ -1,29 +0,0 @@
-# Makefile for FICS
-# This was originally written under NeXTSTEP
-#
-# Define the system below that you are compiling on.
-SYSFLAG=-DSYSTEM_USL
-
-# Set the flags for your system
-
-# Turn on optimization
-# With optimization on you may get errors during compiling.
-# 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