1# this is not a makefile, but rather a shell fragment.
2CURSORS="X_cursor based_arrow_down based_arrow_up bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dotbox double_arrow draped_box fleur gumby hand2 left_ptr left_ptr_watch left_side left_tee ll_angle pencil right_ptr right_side right_tee sb_h_double_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle top_left_corner top_right_corner top_side top_tee watch xterm"
3
4DIST="Makefile.cfg Makefile.cursors"
5
6# Use .png files from redglass directory
7srcdir='$(top_srcdir)/redglass'
8
9# CursorLinkTarget dst src makes a link from src -> dst in target directory
10CursorLinkTarget arrow right_ptr
11CursorLinkTarget cross_reverse cross
12CursorLinkTarget crosshair cross
13CursorLinkTarget draft_large right_ptr
14CursorLinkTarget draft_small right_ptr
15CursorLinkTarget plus cross
16CursorLinkTarget tcross cross
17CursorLinkTarget top_left_arrow left_ptr
18## Application specific cursors for Mozilla
19# moz_alias 0876e1c15ff2fc01f906f1c363074c0f (left_ptr with small arrow)
20# moz_copy 08ffe1cb5fe6fc01f906f1c063814ccf (left_ptr with plus)
21# moz_hand_grabbing 208530c400c041818281048008011002 (closed hand)
22# moz_hand_grab 5aca4d189052212118709018842178c0 (open hand)
23# moz_menu 08ffe1e65f80fcfdf9fff11263e74c48 (left_ptr with menu)
24# moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?)
25# moz_spinning (left_ptr with watch)
26CursorLinkTarget 08e8e1c95fe2fc01f976f1e063a24ccd left_ptr_watch
27