diff options
| author | auric <auric7@protonmail.com> | 2025-09-11 22:56:11 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-11 22:56:11 -0500 |
| commit | b19eb53691078e703f912b56324ab67ae69ec297 (patch) | |
| tree | e92318a131d3c985860be3027aef1b288db281c0 /core/st/config.mk | |
| parent | d22a6ea81b13eee80c5ff92d1bcffb22d52dc765 (diff) | |
rm st
Diffstat (limited to 'core/st/config.mk')
| -rw-r--r-- | core/st/config.mk | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/core/st/config.mk b/core/st/config.mk deleted file mode 100644 index 2fc854e..0000000 --- a/core/st/config.mk +++ /dev/null @@ -1,36 +0,0 @@ -# st version -VERSION = 0.9.3 - -# 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` -LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ - `$(PKG_CONFIG) --libs fontconfig` \ - `$(PKG_CONFIG) --libs freetype2` - -# 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` -#MANPREFIX = ${PREFIX}/man - -# compiler and linker -# CC = c99 |
