aboutsummaryrefslogtreecommitdiff
path: root/toxy/Makefile.sources
blob: 8befa8dc56ac0fdad4a23081e877d9f99d246392 (plain)
1
2
3
4
5
6
7
8
9
10
11
# this conditional will make sense LATER, when TCL_LIB is ./configured
ifdef TCL_LIB
TYPES = TOT TOW WIDGET PLUSTOT
else
TYPES = TOT TOW WIDGET
endif

TOT_SOURCES = tot.c
TOW_SOURCES = tow.c
WIDGET_SOURCES = widget.c
PLUSTOT_SOURCES = plustot.c