]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
clean (generated) i3status.1 in distclean target
[i3/i3status] / Makefile
index da42640ea70c27c54158ffa885ba4a468c46e2ad..c5ff8cb84fe6aa1c3a2797ed9ddf806a638ce723 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,18 @@ ifeq ($(shell uname),GNU/kFreeBSD)
 LIBS+=-lbsd
 endif
 
+ifeq ($(shell uname),OpenBSD)
+CFLAGS+=-I/usr/local/include/
+LDFLAGS+=-L/usr/local/lib/
+LIBS+=-lossaudio
+endif
+
 CFLAGS+=$(EXTRA_CFLAGS)
 
+# Fallback for libyajl 1 which did not include yajl_version.h. We need
+# YAJL_MAJOR from that file to decide which code path should be used.
+CFLAGS += -idirafter yajl-fallback
+
 OBJS:=$(wildcard src/*.c *.c)
 OBJS:=$(OBJS:.c=.o)
 
@@ -56,7 +66,7 @@ clean:
        rm -f *.o src/*.o
 
 distclean: clean
-       rm -f i3status
+       rm -f i3status man/i3status.1
 
 manpage:
        $(MAKE) -C man