26 lines
458 B
Makefile
26 lines
458 B
Makefile
sugardir = $(pythondir)/sugar/graphics
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
alert.py \
|
|
animator.py \
|
|
combobox.py \
|
|
entry.py \
|
|
icon.py \
|
|
iconentry.py \
|
|
menuitem.py \
|
|
notebook.py \
|
|
objectchooser.py \
|
|
radiotoolbutton.py \
|
|
palette.py \
|
|
palettegroup.py \
|
|
panel.py \
|
|
roundbox.py \
|
|
style.py \
|
|
toggletoolbutton.py \
|
|
toolbox.py \
|
|
toolbutton.py \
|
|
toolcombobox.py \
|
|
tray.py \
|
|
window.py \
|
|
xocolor.py
|