You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
402 B
23 lines
402 B
include ../config.mk
|
|
|
|
cursor_images = \
|
|
bottom_left_corner.png \
|
|
bottom_right_corner.png \
|
|
bottom_side.png \
|
|
grabbing.png \
|
|
left_ptr.png \
|
|
left_side.png \
|
|
right_side.png \
|
|
top_left_corner.png \
|
|
top_right_corner.png \
|
|
top_side.png \
|
|
xterm.png \
|
|
hand1.png
|
|
|
|
all :
|
|
|
|
clean :
|
|
|
|
install :
|
|
install -d $(datadir)/wayland
|
|
install $(cursor_images) $(datadir)/wayland
|
|
|