aboutsummaryrefslogblamecommitdiff
path: root/dwm/chadwm/config.mk
blob: d16b9bc376fbd94d0dba8a3f3c8cfd3d9b37a80c (plain) (tree)





































                                                                                                              
# dwm version
VERSION = 6.2

# Customize below to fit your system

# 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

# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lImlib2

# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
#CFLAGS   = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
CFLAGS   = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
LDFLAGS  = ${LIBS}

# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}

# compiler and linker
CC = cc
Luca Matei Pintilie8-34/+206 2022-07-01Sway changes and disable annoying neovim pluginLuca Matei Pintilie3-4/+8 2022-06-21Thinkpad gentoo settings addedLuca Matei Pintilie1-2/+5 2022-06-21Update sway configAnInternetTroll1-0/+6 2022-06-05Minor updatesAnInternetTroll5-10/+35 2022-05-21Add dracula themed xresources to .configAnInternetTroll2-1/+55 2022-05-21Add bspwm and configure sway a bit moreAnInternetTroll7-11/+665 2022-05-18Remove action button from the wofi commandAnInternetTroll1-1/+1 2022-05-18Use footAnInternetTroll2-0/+189 2022-05-18Remove foot draculaAnInternetTroll2-4/+1