summaryrefslogtreecommitdiff
path: root/libc/gtermcap/Makefile.old
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2010-10-23 17:32:23 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commitdddc44a59e3e393d5440a06e2b0535aeb1304f77 (patch)
treecfc2b774571f7cd6513a7e2f01a04518016e4995 /libc/gtermcap/Makefile.old
parent62c27c1c5cb6257b13dfc9be0394e0d2e86f2735 (diff)
downloaddev86-dddc44a59e3e393d5440a06e2b0535aeb1304f77.tar.gz
Import Dev86src-0.16.18.tar.gzv0.16.18
Diffstat (limited to 'libc/gtermcap/Makefile.old')
-rw-r--r--libc/gtermcap/Makefile.old25
1 files changed, 0 insertions, 25 deletions
diff --git a/libc/gtermcap/Makefile.old b/libc/gtermcap/Makefile.old
deleted file mode 100644
index 453c47a..0000000
--- a/libc/gtermcap/Makefile.old
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Makefile for termcap functions
-#
-
-override DEBUG=false
-override PROFILE=false
-#override CHECKER=false
-JUMP_LIB=libtermcap
-
-TOPDIR=..
-
-include $(TOPDIR)/Makeconfig
-include $(TOPDIR)/Makerules
-
-override STATIC_LIB=$(STATIC_DIR)/libtermcap.a
-override SHARED_LIB=$(SHARED_DIR)/libtermcap.a
-override CHECKER_LIB=$(CHECKER_DIR)/libtermcap.a
-
-DIRS:=
-SRCS = termcap.c tparam.c
-ASMS= $(SRCS:.c=.s)
-OBJS= $(SRCS:.c=.o)
-ALIASES=
-
-include $(TOPDIR)/Maketargets