summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-05-16 20:41:30 (GMT)
committerBrad King <brad.king@kitware.com>2001-05-16 20:41:30 (GMT)
commitf08a1b88853fda7376808cb8ebbb63201dde10f6 (patch)
treee663e1e7f0064a70a027ac39695a73e56cb92b37 /Source/Makefile.in
parent8011fe0fadb8a57e5086b97a0d3cd783207fae07 (diff)
downloadCMake-f08a1b88853fda7376808cb8ebbb63201dde10f6.zip
CMake-f08a1b88853fda7376808cb8ebbb63201dde10f6.tar.gz
CMake-f08a1b88853fda7376808cb8ebbb63201dde10f6.tar.bz2
ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though.
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r--Source/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in
index 19abbb0..4fce232 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -25,6 +25,7 @@ cmCommands.o \
cmTarget.o \
cmCustomCommand.o \
cmCacheManager.o \
+cmCableClassSet.o \
cmSourceGroup.o
DEPENDS = $(srcdir)/*.h ${CMAKE_CONFIG_DIR}/CMake/Source/cmConfigure.h
@@ -43,6 +44,7 @@ cmUnixMakefileGenerator.o : $(DEPENDS)
cmCommands.o : $(DEPENDS) $(srcdir)/*Command*.cxx
cmTarget.o : $(DEPENDS)
cmCacheManager.o : $(DEPENDS)
+cmCableClassSet.o: $(DEPENDS)
cmSourceGroup.o : $(DEPENDS)