45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
#========================================================================
# PKG_TCL_SOURCES identifies Tcl runtime files that are associated with
# this package that need to be installed, if any.
#========================================================================
#PKG_TCL_SOURCES = @PKG_TCL_SOURCES@
PKG_TCL_SOURCES = altTheme.tcl button.tcl defaults.tcl entry.tcl \
keynav.tcl menubutton.tcl notebook.tcl \
scale.tcl scrollbar.tcl stepTheme.tcl tile.tcl \
winTheme.tcl xpTheme.tcl clamTheme.tcl fonts.tcl \
combobox.tcl classicTheme.tcl
#========================================================================
# This is a list of public header files to be installed, if any.
#========================================================================
PKG_HEADERS = @PKG_HEADERS@
|
|
|
|
|
|
|
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
#========================================================================
# PKG_TCL_SOURCES identifies Tcl runtime files that are associated with
# this package that need to be installed, if any.
#========================================================================
#PKG_TCL_SOURCES = @PKG_TCL_SOURCES@
PKG_TCL_SOURCES = \
altTheme.tcl classicTheme.tcl fonts.tcl scale.tcl treeview.tcl \
aquaTheme.tcl combobox.tcl keynav.tcl scrollbar.tcl winTheme.tcl \
button.tcl defaults.tcl menubutton.tcl stepTheme.tcl xpTheme.tcl \
clamTheme.tcl entry.tcl notebook.tcl tile.tcl
#========================================================================
# This is a list of public header files to be installed, if any.
#========================================================================
PKG_HEADERS = @PKG_HEADERS@
|