mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
29 lines
529 B
Makefile
29 lines
529 B
Makefile
include ../config.mk
|
|
|
|
cursor_images = \
|
|
bottom_left_corner.png \
|
|
bottom_right_corner.png \
|
|
bottom_side.png \
|
|
dnd-copy.png \
|
|
dnd-link.png \
|
|
dnd-move.png \
|
|
grabbing.png \
|
|
hand1.png \
|
|
hand2.png \
|
|
left_ptr.png \
|
|
left_side.png \
|
|
right_side.png \
|
|
sb_h_double_arrow.png \
|
|
sb_v_double_arrow.png \
|
|
top_left_corner.png \
|
|
top_right_corner.png \
|
|
top_side.png \
|
|
xterm.png
|
|
|
|
all :
|
|
|
|
clean :
|
|
|
|
install :
|
|
install -d $(datadir)/wayland
|
|
install $(cursor_images) $(datadir)/wayland
|