diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-22 10:30:20 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-22 10:30:20 +0000 |
| commit | bac5029e9cca6460451fb06d1b8dd756cae0c3f9 (patch) | |
| tree | dd775a0ed1cf5dcecb561fb6526b632b26b0e037 /st-0.8.4/config.mk | |
| parent | 86ddffe08d938c555013f7d9bc0a926f5a0e7421 (diff) | |
Removed old st, updated new one
Diffstat (limited to 'st-0.8.4/config.mk')
| -rw-r--r-- | st-0.8.4/config.mk | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/st-0.8.4/config.mk b/st-0.8.4/config.mk deleted file mode 100644 index 529991b..0000000 --- a/st-0.8.4/config.mk +++ /dev/null @@ -1,36 +0,0 @@ -include ../config.mk -# st version -VERSION = 0.8.4 - -# Customize below to fit your system - -# paths -MANPREFIX = $(PREFIX)/share/man - -X11INC = /usr/X11R6/include -#X11LIB = /usr/X11R6/lib -X11LIB = /usr/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 -lXrender\ - `$(PKG_CONFIG) --libs fontconfig` \ - `$(PKG_CONFIG) --libs freetype2` - -# flags -STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -Ofast -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 = gcc |