From 87ded319c6b8fe561c471ed154a75404c0d9889a Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 25 May 2021 01:53:52 +0000 Subject: Replaced falkon for surf --- tabbed-0.6/config.mk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tabbed-0.6/config.mk (limited to 'tabbed-0.6/config.mk') diff --git a/tabbed-0.6/config.mk b/tabbed-0.6/config.mk new file mode 100644 index 0000000..5279711 --- /dev/null +++ b/tabbed-0.6/config.mk @@ -0,0 +1,25 @@ +# tabbed version +VERSION = 0.6 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +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 + -- cgit v1.2.3