Files
weston/data/Makefile
T

30 lines
529 B
Makefile
Raw Normal View History

2010-08-16 16:43:03 -04:00
include ../config.mk
cursor_images = \
bottom_left_corner.png \
bottom_right_corner.png \
bottom_side.png \
2010-10-12 15:48:29 -04:00
dnd-copy.png \
dnd-link.png \
dnd-move.png \
2010-08-16 16:43:03 -04:00
grabbing.png \
2010-10-12 15:48:29 -04:00
hand1.png \
hand2.png \
2010-08-16 16:43:03 -04:00
left_ptr.png \
left_side.png \
right_side.png \
2010-10-12 15:48:29 -04:00
sb_h_double_arrow.png \
sb_v_double_arrow.png \
2010-08-16 16:43:03 -04:00
top_left_corner.png \
top_right_corner.png \
top_side.png \
2010-10-12 15:48:29 -04:00
xterm.png
2010-08-16 16:43:03 -04:00
all :
clean :
2010-08-16 16:43:03 -04:00
install :
install -d $(datadir)/wayland
install $(cursor_images) $(datadir)/wayland