1# this is not actually a makefile, but a shell fragment which will be sourced
2# by genmakefile.sh.
3CURSORS="X_cursor base_arrow_down base_arrow_up boat bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dot_box_mask double_arrow draped_box exchange fleur gumby hand1 hand2 left_ptr left_ptr_watch left_side left_tee ll_angle lr_angle pencil pirate question_arrow right_ptr right_side right_tee sailboat sb_down_arrow sb_h_double_arrow sb_left_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle sizing target top_left_corner top_right_corner top_side top_tee trek ul_angle ur_angle watch xterm"
4
5DIST="Makefile.cfg Makefile.cursors gumby-128.png basic_arrow-16.png basic_arrow-24.png basic_arrow-32.png basic_arrow-48.png basic_arrow-64.png basic_arrow.cfg basic_arrow.xcf"
6
7# CursorLinkTarget dst src makes a link from src -> dst in target directory
8CursorLinkTarget arrow right_ptr
9CursorLinkTarget cross_reverse cross
10CursorLinkTarget crosshair cross
11CursorLinkTarget draft_large right_ptr
12CursorLinkTarget draft_small right_ptr
13CursorLinkTarget plus cross
14CursorLinkTarget tcross cross
15CursorLinkTarget top_left_arrow left_ptr
16## Application specific cursors for Mozilla
17# moz_alias 0876e1c15ff2fc01f906f1c363074c0f (left_ptr with small arrow)
18# moz_copy 08ffe1cb5fe6fc01f906f1c063814ccf (left_ptr with plus)
19# moz_hand_grabbing 208530c400c041818281048008011002 (closed hand)
20# moz_hand_grab 5aca4d189052212118709018842178c0 (open hand)
21# moz_menu 08ffe1e65f80fcfdf9fff11263e74c48 (left_ptr with menu)
22# moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?)
23# moz_spinning (left_ptr with watch)
24CursorLinkTarget 08e8e1c95fe2fc01f976f1e063a24ccd left_ptr_watch
25CursorLinkTarget dnd-none fleur
26CursorLinkTarget grab hand1
27CursorLinkTarget hand hand2
28CursorLinkTarget pointer hand
29