From d42be4aae613212561e8b0e608ca313be5d89330 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 12 Feb 2023 17:06:17 +0100 Subject: 2023 update --- pinentry-dmenu/config.mk | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 pinentry-dmenu/config.mk (limited to 'pinentry-dmenu/config.mk') diff --git a/pinentry-dmenu/config.mk b/pinentry-dmenu/config.mk deleted file mode 100644 index 94b1542..0000000 --- a/pinentry-dmenu/config.mk +++ /dev/null @@ -1,36 +0,0 @@ -# Pinentry settings -DATE = $$(date +'%B %Y') -VERSION = 0.1 -BUGREPORT = https:\/\/github.com\/ritze\/pinentry-dmenu - -# Paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man - -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib - -# Xinerama, comment if you don't want it -XINERAMALIBS = -lXinerama -XINERAMAFLAGS = -DXINERAMA - -# Freetype -FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/include/freetype2 -# OpenBSD (uncomment) -# FREETYPEINC = ${X11INC}/freetype2 -# ADDINCS = -I/usr/local/include -# ADDLIBS = -L/usr/local/lib - -# Includes and libs -INCS = -I${X11INC} -I${FREETYPEINC} ${ADDINCS} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} ${ADDLIBS} - - -# Flags -CPPFLAGS = -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -DPACKAGE_VERSION=\"${VERSION}\" -DPACKAGE_BUGREPORT=\"${BUGREPORT}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} - -# Compiler and linker -CC = cc -- cgit v1.2.3