91654729bf
Cleanup the logic. Better test. Make it internal.
27 lines
456 B
Makefile
27 lines
456 B
Makefile
sugardir = $(pythondir)/sugar/graphics
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
animator.py \
|
|
icon.py \
|
|
iconbutton.py \
|
|
canvasicon.py \
|
|
canvasentry.py \
|
|
color.py \
|
|
combobox.py \
|
|
font.py \
|
|
frame.py \
|
|
notebook.py \
|
|
objectchooser.py \
|
|
radiotoolbutton.py \
|
|
roundbox.py \
|
|
palette.py \
|
|
panel.py \
|
|
spreadbox.py \
|
|
toggletoolbutton.py \
|
|
toolbox.py \
|
|
toolbutton.py \
|
|
toolcombobox.py \
|
|
units.py \
|
|
window.py \
|
|
xocolor.py
|