summaryrefslogtreecommitdiff
path: root/utils/tabbed/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tabbed/config.mk')
-rw-r--r--utils/tabbed/config.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/utils/tabbed/config.mk b/utils/tabbed/config.mk
deleted file mode 100644
index 426c93b..0000000
--- a/utils/tabbed/config.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-include ../../config.mk
-# tabbed version
-VERSION = 0.6
-
-# Customize below to fit your system
-
-# paths
-MANPREFIX = ${PREFIX}/share/man
-
-# includes and libs
-INCS = -I. -I/usr/include
-LIBS = -L/usr/lib -lc -lX11
-
-# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
-
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-
-# compiler and linker
-CC = cc
-