# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.2

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# Produce verbose output by default.
VERBOSE = 1

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /build/buildd/vtk-4.4.2

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /build/buildd/vtk-4.4.2/Build

#=============================================================================
# Special targets provided by cmake.

# Default target executed when no arguments are given to make.
default_target: all

# Special rule to drive testing with ctest.
test:
	@echo "Running tests..."
	/usr/bin/ctest $(ARGS)

# Special rule to run installation script.
install: all
	$(CMAKE_COMMAND) -P cmake_install.cmake

# Special rule to re-run CMake using make.
rebuild_cache:
	@echo "Running CMake to regenerate build system..."
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)

# Special rule to re-run CMake cache editor using make.
edit_cache:
	@echo "Running CMake cache editor..."
	$(CMAKE_EDIT_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# Disable implicit rules so canoncical targets will work.
.SUFFIXES:

.SUFFIXES: .hpux_make_needs_suffix_list

# The main all target
all:
	cd /build/buildd/vtk-4.4.2/Build && $(MAKE) -f CMakeFiles/Makefile2 Wrapping/Python/directorystart

# The main clean target
clean:
	cd /build/buildd/vtk-4.4.2/Build && $(MAKE) -f CMakeFiles/Makefile2 Wrapping/Python/clean

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1

# Convenience name for target.
Wrapping/Python/CMakeFiles/vtkpython.dir/rule:
	cd /build/buildd/vtk-4.4.2/Build && $(MAKE) -f CMakeFiles/Makefile2 Wrapping/Python/CMakeFiles/vtkpython.dir/rule

# Convenience name for target.
vtkpython: Wrapping/Python/CMakeFiles/vtkpython.dir/rule

# Convenience name for target.
Wrapping/Python/CMakeFiles/vtkpython_pyc.dir/rule:
	cd /build/buildd/vtk-4.4.2/Build && $(MAKE) -f CMakeFiles/Makefile2 Wrapping/Python/CMakeFiles/vtkpython_pyc.dir/rule

# Convenience name for target.
vtkpython_pyc: Wrapping/Python/CMakeFiles/vtkpython_pyc.dir/rule

# target for object file
vtkPythonAppInit.o:
	cd /build/buildd/vtk-4.4.2/Build && $(MAKE) -f Wrapping/Python/CMakeFiles/vtkpython.dir/build.make Wrapping/Python/CMakeFiles/vtkpython.dir/vtkPythonAppInit.o

# Help Target
help::
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... vtkpython"
	@echo "... vtkpython_pyc"



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0

