summaryrefslogtreecommitdiff
path: root/sd/st/config.mk
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
committerstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
commit120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch)
tree8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/st/config.mk
parente2dbb81b9144fd8be2eb89617db38fd361079fed (diff)
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/st/config.mk')
-rw-r--r--sd/st/config.mk37
1 files changed, 0 insertions, 37 deletions
diff --git a/sd/st/config.mk b/sd/st/config.mk
deleted file mode 100644
index 1741840..0000000
--- a/sd/st/config.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# st version
-VERSION = 0.8.4
-
-# Customize below to fit your system
-
-# paths
-PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/share/man
-
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
-
-PKG_CONFIG = pkg-config
-
-# includes and libs
-INCS = -I$(X11INC) \
- `$(PKG_CONFIG) --cflags fontconfig` \
- `$(PKG_CONFIG) --cflags freetype2` \
- `$(PKG_CONFIG) --cflags harfbuzz`
-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
- `$(PKG_CONFIG) --libs fontconfig` \
- `$(PKG_CONFIG) --libs freetype2` \
- `$(PKG_CONFIG) --libs harfbuzz`
-
-# flags
-STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
-STLDFLAGS = $(LIBS) $(LDFLAGS)
-
-# OpenBSD:
-#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
-# `$(PKG_CONFIG) --libs fontconfig` \
-# `$(PKG_CONFIG) --libs freetype2`
-
-# compiler and linker
-# CC = c99