diff options
| author | dcc <dcc@logografos.com> | 2024-01-12 17:09:23 -0800 |
|---|---|---|
| committer | dcc <dcc@logografos.com> | 2024-01-12 17:09:23 -0800 |
| commit | 0c0fda90598863400a5d44f65617e24024b720e0 (patch) | |
| tree | 4bb7b2c09bfcf1610de8ee7075d68ef347eae47c /bdwm | |
| parent | 1d60c3487d401b90a74b7f5e5c2a7785215ceab8 (diff) | |
| download | dcc-suckless-config-0c0fda90598863400a5d44f65617e24024b720e0.tar.gz dcc-suckless-config-0c0fda90598863400a5d44f65617e24024b720e0.tar.bz2 dcc-suckless-config-0c0fda90598863400a5d44f65617e24024b720e0.zip | |
Diffstat (limited to 'bdwm')
| -rwxr-xr-x | bdwm/.config.mk.un~ | bin | 0 -> 1029 bytes | |||
| -rwxr-xr-x | bdwm/config.mk | 4 | ||||
| -rwxr-xr-x | bdwm/config.mk~ | 39 | ||||
| -rw-r--r-- | bdwm/drw.o | bin | 17136 -> 10840 bytes | |||
| -rwxr-xr-x | bdwm/dwm | bin | 72392 -> 68376 bytes | |||
| -rw-r--r-- | bdwm/dwm.o | bin | 82016 -> 56072 bytes | |||
| -rw-r--r-- | bdwm/util.o | bin | 2592 -> 2208 bytes |
7 files changed, 41 insertions, 2 deletions
diff --git a/bdwm/.config.mk.un~ b/bdwm/.config.mk.un~ Binary files differnew file mode 100755 index 0000000..c1cf073 --- /dev/null +++ b/bdwm/.config.mk.un~ diff --git a/bdwm/config.mk b/bdwm/config.mk index 287ee86..81c493e 100755 --- a/bdwm/config.mk +++ b/bdwm/config.mk @@ -18,8 +18,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = ${X11INC}/freetype2 -MANPREFIX = ${PREFIX}/man +#FREETYPEINC = ${X11INC}/freetype2 +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} diff --git a/bdwm/config.mk~ b/bdwm/config.mk~ new file mode 100755 index 0000000..287ee86 --- /dev/null +++ b/bdwm/config.mk~ @@ -0,0 +1,39 @@ +# dwm version +VERSION = 6.3 + +# 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 +MANPREFIX = ${PREFIX}/man + +# includes and libs +INCS = -I${X11INC} -I${FREETYPEINC} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} + +# 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 Binary files differBinary files differBinary files differdiff --git a/bdwm/util.o b/bdwm/util.o Binary files differindex 6cc164b..91daf38 100644 --- a/bdwm/util.o +++ b/bdwm/util.o |
