aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/Makefile.next
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-09 18:19:21 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-09 18:19:21 +0100
commit1c68d0b9839fa78c3cf064289df8163d7e2da6d2 (patch)
treebbf742debfdde738645b562e0bf6be4e42067be6 /FICS/Makefile.next
parentcce657241c145ecccfde0ae93f73832bd5cd9900 (diff)
Deleted more makefiles
Diffstat (limited to 'FICS/Makefile.next')
-rw-r--r--FICS/Makefile.next28
1 files changed, 0 insertions, 28 deletions
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