diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -PROTOCOLS = xdg-shell-client-protocol.c wlr-layer-shell-unstable.c xdg-output-unstable-v1-client-protocol.c dwl-bar-ipc-unstable-v1-protocol.c +PROTOCOLS = xdg-shell-client-protocol.c wlr-layer-shell-protocol.c xdg-output-unstable-v1-client-protocol.c dwl-bar-ipc-unstable-v1-protocol.c SRC = ${PROTOCOLS} dbar.c drw.c util.c wayland.c OBJ = ${SRC:.c=.o} CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread @@ -27,11 +27,11 @@ xdg-output-unstable-v1-client-protocol.h: xdg-output-unstable-v1-client-protocol.c: xdg-output-unstable-v1-client-protocol.h wayland-scanner private-code < /usr/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml > xdg-output-unstable-v1-client-protocol.c -wlr-layer-shell-unstable.c: wlr-layer-shell-unstable.h - wayland-scanner private-code < protocols/wlr-layer-shell-unstable.xml > wlr-layer-shell-unstable.c +wlr-layer-shell-protocol.h: + wayland-scanner client-header < protocols/wlr-layer-shell-unstable.xml > wlr-layer-shell-protocol.h -wlr-layer-shell-unstable.h: - wayland-scanner client-header < protocols/wlr-layer-shell-unstable.xml > wlr-layer-shell-unstable.h +wlr-layer-shell-protocol.c: wlr-layer-shell-protocol.h + wayland-scanner private-code < protocols/wlr-layer-shell-unstable.xml > wlr-layer-shell-protocol.c .c.o: gcc -c $< ${CFLAGS} |