diff options
Diffstat (limited to 'bdmenu-based')
| -rwxr-xr-x | bdmenu-based/.config.mk.un~ | bin | 0 -> 589 bytes | |||
| -rwxr-xr-x | bdmenu-based/config.mk | 2 | ||||
| -rwxr-xr-x | bdmenu-based/config.mk~ | 31 | ||||
| -rwxr-xr-x | bdmenu-based/dmenu | bin | 42384 -> 48192 bytes | |||
| -rw-r--r-- | bdmenu-based/dmenu.o | bin | 38336 -> 35504 bytes | |||
| -rw-r--r-- | bdmenu-based/drw.o | bin | 16016 -> 10080 bytes | |||
| -rwxr-xr-x | bdmenu-based/stest | bin | 10080 -> 21416 bytes | |||
| -rw-r--r-- | bdmenu-based/stest.o | bin | 5800 -> 5016 bytes | |||
| -rw-r--r-- | bdmenu-based/util.o | bin | 2592 -> 2208 bytes |
9 files changed, 32 insertions, 1 deletions
diff --git a/bdmenu-based/.config.mk.un~ b/bdmenu-based/.config.mk.un~ Binary files differnew file mode 100755 index 0000000..04ba808 --- /dev/null +++ b/bdmenu-based/.config.mk.un~ diff --git a/bdmenu-based/config.mk b/bdmenu-based/config.mk index 57afe4d..ebd8e96 100755 --- a/bdmenu-based/config.mk +++ b/bdmenu-based/config.mk @@ -16,7 +16,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = $(X11INC)/freetype2 +#FREETYPEINC = $(X11INC)/freetype2 # includes and libs INCS = -I$(X11INC) -I$(FREETYPEINC) diff --git a/bdmenu-based/config.mk~ b/bdmenu-based/config.mk~ new file mode 100755 index 0000000..57afe4d --- /dev/null +++ b/bdmenu-based/config.mk~ @@ -0,0 +1,31 @@ +# dmenu version +VERSION = 5.1 + +# 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 -lXrender +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) + +# flags +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) +CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) +LDFLAGS = $(LIBS) + +# compiler and linker +CC = cc diff --git a/bdmenu-based/dmenu b/bdmenu-based/dmenu Binary files differindex 86a0d6b..c7912f2 100755 --- a/bdmenu-based/dmenu +++ b/bdmenu-based/dmenu diff --git a/bdmenu-based/dmenu.o b/bdmenu-based/dmenu.o Binary files differindex 8e83e6c..665f1b2 100644 --- a/bdmenu-based/dmenu.o +++ b/bdmenu-based/dmenu.o diff --git a/bdmenu-based/drw.o b/bdmenu-based/drw.o Binary files differindex 0619a4b..8c38889 100644 --- a/bdmenu-based/drw.o +++ b/bdmenu-based/drw.o diff --git a/bdmenu-based/stest b/bdmenu-based/stest Binary files differindex 43bca64..b9ec0e9 100755 --- a/bdmenu-based/stest +++ b/bdmenu-based/stest diff --git a/bdmenu-based/stest.o b/bdmenu-based/stest.o Binary files differindex 77ae22a..5284664 100644 --- a/bdmenu-based/stest.o +++ b/bdmenu-based/stest.o diff --git a/bdmenu-based/util.o b/bdmenu-based/util.o Binary files differindex 1189f70..91daf38 100644 --- a/bdmenu-based/util.o +++ b/bdmenu-based/util.o |
