head	1.11;
access;
symbols;
locks; strict;
comment	@# @;


1.11
date	2005.03.25.20.27.32;	author dgp;	state Exp;
branches;
next	1.10;

1.10
date	2005.03.24.21.27.54;	author dgp;	state Exp;
branches;
next	1.9;

1.9
date	2001.04.24.20.03.48;	author davygrvy;	state Exp;
branches;
next	1.8;

1.8
date	2001.04.23.23.43.35;	author davygrvy;	state Exp;
branches;
next	1.7;

1.7
date	2001.04.23.23.40.00;	author davygrvy;	state Exp;
branches;
next	1.6;

1.6
date	2001.04.23.23.37.57;	author davygrvy;	state Exp;
branches;
next	1.5;

1.5
date	2001.04.23.23.33.43;	author davygrvy;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.23.23.28.56;	author davygrvy;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.23.23.26.42;	author davygrvy;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.15.00.55.09;	author davygrvy;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.26.23.48.21;	author root;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Define and use a "tclconfig" module
@
text
@# Three different line formats are valid:
#	key	-a    aliases...
#	key [options] directory
#	key [options] directory files...
#
# Where "options" are composed of:
#	-i prog		Run "prog" on "cvs commit" from top-level of module.
#	-o prog		Run "prog" on "cvs checkout" of module.
#	-e prog		Run "prog" on "cvs export" of module.
#	-t prog		Run "prog" on "cvs rtag" of module.
#	-u prog		Run "prog" on "cvs update" of module.
#	-d dir		Place module in directory "dir" instead of module name.
#	-l		Top-level directory only -- do not recurse.
#
# NOTE:  If you change any of the "Run" options above, you'll have to
# release and re-checkout any working directories of these modules.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias.  An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module.  This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.

# Minimal source needed to build the extensions.
core		-d incrTcl incrTcl

# Add Iwidgets.
all		-d incrTcl incrTcl &iwidgets

# Add Iwidgets and the tools for building installers.
devall		-d incrTcl incrTcl &iwidgets &tools

# Module for the TEA support files
tclconfig	incrTcl/tclconfig

# Module for just the Itcl package alone.
itcl		incrTcl/itcl &tclconfig

# Module for just the Itk package alone.
itk		incrTcl/itk &tclconfig

@


1.10
log
@Added modules for the Itcl and Itk packages each alone.
@
text
@d37 3
d41 1
a41 1
itcl		incrTcl/itcl
d44 1
a44 1
itk		incrTcl/itk
@


1.9
log
@probably the last commit :)
@
text
@d36 7
@


1.8
log
@no message
@
text
@d28 1
d30 2
d33 3
@


1.7
log
@no message
@
text
@d28 1
a28 1
core		-a incrTcl
a29 2
itcl		-a all
incrTcl		-a all
@


1.6
log
@no message
@
text
@d29 1
a29 1
all		incrTcl &iwidgets
@


1.5
log
@no message
@
text
@a31 1
iwidgets	-a iwidgets@


1.4
log
@no message
@
text
@d28 2
a29 2
core		-d incrTcl incrTcl
all		-a core &iwidgets
@


1.3
log
@no message
@
text
@d29 1
a29 1
all		core &iwidgets
d31 2
a32 1
incrTcl		-a all@


1.2
log
@new modules file.. waiting for a file operation to make it valid.
@
text
@d28 4
a31 4
core		-a -d incrTcl incrTcl
all		-a core &iwidgets
itcl		all
incrTcl		all@


1.1
log
@initial checkin
@
text
@d27 5
@


