[Avida-SVN] r2874 - branches/vo

michaelvo at myxo.css.msu.edu michaelvo at myxo.css.msu.edu
Fri Oct 24 08:10:45 PDT 2008


Author: michaelvo
Date: 2008-10-24 11:10:45 -0400 (Fri, 24 Oct 2008)
New Revision: 2874

Added:
   branches/vo/Makefile
Log:
Added makefile... not really sure if it's necessary.


Added: branches/vo/Makefile
===================================================================
--- branches/vo/Makefile	                        (rev 0)
+++ branches/vo/Makefile	2008-10-24 15:10:45 UTC (rev 2874)
@@ -0,0 +1,2401 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 2.4
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canoncical targets will work.
+.SUFFIXES:
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+# A target that is always out of date.
+cmake_force:
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# 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 = /Users/vomichae/development
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /Users/vomichae/development
+
+# Include the progress variables for this target.
+include CMakeFiles/progress.make
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# Special rule for the target edit_cache
+edit_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
+	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+
+# Special rule for the target edit_cache
+edit_cache/fast: edit_cache
+
+# Special rule for the target install
+install: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+
+# Special rule for the target install
+install/fast: preinstall/fast
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
+	/usr/bin/cmake -P cmake_install.cmake
+
+# Special rule for the target install/local
+install/local: preinstall
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
+	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+
+# Special rule for the target install/local
+install/local/fast: install/local
+
+# Special rule for the target list_install_components
+list_install_components:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Only default component available"
+
+# Special rule for the target list_install_components
+list_install_components/fast: list_install_components
+
+# Special rule for the target rebuild_cache
+rebuild_cache:
+	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
+	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
+
+# Special rule for the target rebuild_cache
+rebuild_cache/fast: rebuild_cache
+
+# The main all target
+all: cmake_check_build_system
+	$(CMAKE_COMMAND) -E cmake_progress_start /Users/vomichae/development/CMakeFiles $(CMAKE_ALL_PROGRESS)
+	$(MAKE) -f CMakeFiles/Makefile2 all
+	$(CMAKE_COMMAND) -E cmake_progress_start /Users/vomichae/development/CMakeFiles 0
+
+# The main clean target
+clean:
+	$(MAKE) -f CMakeFiles/Makefile2 clean
+
+# The main clean target
+clean/fast: clean
+
+# Prepare targets for installation.
+preinstall: all
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+	$(MAKE) -f CMakeFiles/Makefile2 preinstall
+
+# clear depends
+depend:
+	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+
+#=============================================================================
+# Target rules for targets named avida
+
+# Build rule for target.
+avida: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 avida
+
+# fast build rule for target.
+avida/fast:
+	$(MAKE) -f CMakeFiles/avida.dir/build.make CMakeFiles/avida.dir/build
+
+#=============================================================================
+# Target rules for targets named avida-fltkview
+
+# Build rule for target.
+avida-fltkview: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 avida-fltkview
+
+# fast build rule for target.
+avida-fltkview/fast:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/build
+
+#=============================================================================
+# Target rules for targets named avida-viewer
+
+# Build rule for target.
+avida-viewer: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 avida-viewer
+
+# fast build rule for target.
+avida-viewer/fast:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/build
+
+#=============================================================================
+# Target rules for targets named avidacore
+
+# Build rule for target.
+avidacore: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 avidacore
+
+# fast build rule for target.
+avidacore/fast:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/build
+
+#=============================================================================
+# Target rules for targets named tcmalloc
+
+# Build rule for target.
+tcmalloc: cmake_check_build_system
+	$(MAKE) -f CMakeFiles/Makefile2 tcmalloc
+
+# fast build rule for target.
+tcmalloc/fast:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/build
+
+# target to build an object file
+source/actions/DriverActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/DriverActions.o
+
+# target to preprocess a source file
+source/actions/DriverActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/DriverActions.i
+
+# target to generate assembly for a file
+source/actions/DriverActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/DriverActions.s
+
+# target to build an object file
+source/actions/EnvironmentActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/EnvironmentActions.o
+
+# target to preprocess a source file
+source/actions/EnvironmentActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/EnvironmentActions.i
+
+# target to generate assembly for a file
+source/actions/EnvironmentActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/EnvironmentActions.s
+
+# target to build an object file
+source/actions/LandscapeActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/LandscapeActions.o
+
+# target to preprocess a source file
+source/actions/LandscapeActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/LandscapeActions.i
+
+# target to generate assembly for a file
+source/actions/LandscapeActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/LandscapeActions.s
+
+# target to build an object file
+source/actions/PopulationActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PopulationActions.o
+
+# target to preprocess a source file
+source/actions/PopulationActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PopulationActions.i
+
+# target to generate assembly for a file
+source/actions/PopulationActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PopulationActions.s
+
+# target to build an object file
+source/actions/PrintActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PrintActions.o
+
+# target to preprocess a source file
+source/actions/PrintActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PrintActions.i
+
+# target to generate assembly for a file
+source/actions/PrintActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/PrintActions.s
+
+# target to build an object file
+source/actions/SaveLoadActions.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/SaveLoadActions.o
+
+# target to preprocess a source file
+source/actions/SaveLoadActions.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/SaveLoadActions.i
+
+# target to generate assembly for a file
+source/actions/SaveLoadActions.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/SaveLoadActions.s
+
+# target to build an object file
+source/actions/cActionLibrary.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/cActionLibrary.o
+
+# target to preprocess a source file
+source/actions/cActionLibrary.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/cActionLibrary.i
+
+# target to generate assembly for a file
+source/actions/cActionLibrary.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/actions/cActionLibrary.s
+
+# target to build an object file
+source/analyze/cAnalyze.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyze.o
+
+# target to preprocess a source file
+source/analyze/cAnalyze.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyze.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyze.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyze.s
+
+# target to build an object file
+source/analyze/cAnalyzeGenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeGenotype.o
+
+# target to preprocess a source file
+source/analyze/cAnalyzeGenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeGenotype.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyzeGenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeGenotype.s
+
+# target to build an object file
+source/analyze/cAnalyzeJobQueue.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobQueue.o
+
+# target to preprocess a source file
+source/analyze/cAnalyzeJobQueue.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobQueue.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyzeJobQueue.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobQueue.s
+
+# target to build an object file
+source/analyze/cAnalyzeJobWorker.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobWorker.o
+
+# target to preprocess a source file
+source/analyze/cAnalyzeJobWorker.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobWorker.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyzeJobWorker.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeJobWorker.s
+
+# target to build an object file
+source/analyze/cAnalyzeTreeStats_CumulativeStemminess.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_CumulativeStemminess.o
+
+# target to preprocess a source file
+source/analyze/cAnalyzeTreeStats_CumulativeStemminess.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_CumulativeStemminess.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyzeTreeStats_CumulativeStemminess.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_CumulativeStemminess.s
+
+# target to build an object file
+source/analyze/cAnalyzeTreeStats_Gamma.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_Gamma.o
+
+# target to preprocess a source file
+source/analyze/cAnalyzeTreeStats_Gamma.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_Gamma.i
+
+# target to generate assembly for a file
+source/analyze/cAnalyzeTreeStats_Gamma.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cAnalyzeTreeStats_Gamma.s
+
+# target to build an object file
+source/analyze/cMutationalNeighborhood.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cMutationalNeighborhood.o
+
+# target to preprocess a source file
+source/analyze/cMutationalNeighborhood.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cMutationalNeighborhood.i
+
+# target to generate assembly for a file
+source/analyze/cMutationalNeighborhood.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/analyze/cMutationalNeighborhood.s
+
+# target to build an object file
+source/classification/cClassificationManager.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cClassificationManager.o
+
+# target to preprocess a source file
+source/classification/cClassificationManager.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cClassificationManager.i
+
+# target to generate assembly for a file
+source/classification/cClassificationManager.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cClassificationManager.s
+
+# target to build an object file
+source/classification/cGenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype.o
+
+# target to preprocess a source file
+source/classification/cGenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype.i
+
+# target to generate assembly for a file
+source/classification/cGenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype.s
+
+# target to build an object file
+source/classification/cGenotypeControl.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotypeControl.o
+
+# target to preprocess a source file
+source/classification/cGenotypeControl.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotypeControl.i
+
+# target to generate assembly for a file
+source/classification/cGenotypeControl.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotypeControl.s
+
+# target to build an object file
+source/classification/cGenotype_BirthData.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype_BirthData.o
+
+# target to preprocess a source file
+source/classification/cGenotype_BirthData.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype_BirthData.i
+
+# target to generate assembly for a file
+source/classification/cGenotype_BirthData.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cGenotype_BirthData.s
+
+# target to build an object file
+source/classification/cInjectGenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotype.o
+
+# target to preprocess a source file
+source/classification/cInjectGenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotype.i
+
+# target to generate assembly for a file
+source/classification/cInjectGenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotype.s
+
+# target to build an object file
+source/classification/cInjectGenotypeControl.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeControl.o
+
+# target to preprocess a source file
+source/classification/cInjectGenotypeControl.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeControl.i
+
+# target to generate assembly for a file
+source/classification/cInjectGenotypeControl.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeControl.s
+
+# target to build an object file
+source/classification/cInjectGenotypeQueue.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeQueue.o
+
+# target to preprocess a source file
+source/classification/cInjectGenotypeQueue.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeQueue.i
+
+# target to generate assembly for a file
+source/classification/cInjectGenotypeQueue.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cInjectGenotypeQueue.s
+
+# target to build an object file
+source/classification/cLineage.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cLineage.o
+
+# target to preprocess a source file
+source/classification/cLineage.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cLineage.i
+
+# target to generate assembly for a file
+source/classification/cLineage.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cLineage.s
+
+# target to build an object file
+source/classification/cSpecies.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpecies.o
+
+# target to preprocess a source file
+source/classification/cSpecies.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpecies.i
+
+# target to generate assembly for a file
+source/classification/cSpecies.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpecies.s
+
+# target to build an object file
+source/classification/cSpeciesControl.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesControl.o
+
+# target to preprocess a source file
+source/classification/cSpeciesControl.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesControl.i
+
+# target to generate assembly for a file
+source/classification/cSpeciesControl.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesControl.s
+
+# target to build an object file
+source/classification/cSpeciesQueue.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesQueue.o
+
+# target to preprocess a source file
+source/classification/cSpeciesQueue.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesQueue.i
+
+# target to generate assembly for a file
+source/classification/cSpeciesQueue.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/classification/cSpeciesQueue.s
+
+# target to build an object file
+source/cpu/cCPUMemory.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUMemory.o
+
+# target to preprocess a source file
+source/cpu/cCPUMemory.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUMemory.i
+
+# target to generate assembly for a file
+source/cpu/cCPUMemory.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUMemory.s
+
+# target to build an object file
+source/cpu/cCPUStack.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUStack.o
+
+# target to preprocess a source file
+source/cpu/cCPUStack.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUStack.i
+
+# target to generate assembly for a file
+source/cpu/cCPUStack.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUStack.s
+
+# target to build an object file
+source/cpu/cCPUTestInfo.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUTestInfo.o
+
+# target to preprocess a source file
+source/cpu/cCPUTestInfo.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUTestInfo.i
+
+# target to generate assembly for a file
+source/cpu/cCPUTestInfo.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCPUTestInfo.s
+
+# target to build an object file
+source/cpu/cCodeLabel.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCodeLabel.o
+
+# target to preprocess a source file
+source/cpu/cCodeLabel.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCodeLabel.i
+
+# target to generate assembly for a file
+source/cpu/cCodeLabel.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cCodeLabel.s
+
+# target to build an object file
+source/cpu/cHardwareBase.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareBase.o
+
+# target to preprocess a source file
+source/cpu/cHardwareBase.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareBase.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareBase.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareBase.s
+
+# target to build an object file
+source/cpu/cHardwareCPU.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareCPU.o
+
+# target to preprocess a source file
+source/cpu/cHardwareCPU.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareCPU.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareCPU.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareCPU.s
+
+# target to build an object file
+source/cpu/cHardwareExperimental.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareExperimental.o
+
+# target to preprocess a source file
+source/cpu/cHardwareExperimental.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareExperimental.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareExperimental.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareExperimental.s
+
+# target to build an object file
+source/cpu/cHardwareGX.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareGX.o
+
+# target to preprocess a source file
+source/cpu/cHardwareGX.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareGX.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareGX.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareGX.s
+
+# target to build an object file
+source/cpu/cHardwareManager.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareManager.o
+
+# target to preprocess a source file
+source/cpu/cHardwareManager.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareManager.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareManager.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareManager.s
+
+# target to build an object file
+source/cpu/cHardwareSMT.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareSMT.o
+
+# target to preprocess a source file
+source/cpu/cHardwareSMT.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareSMT.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareSMT.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareSMT.s
+
+# target to build an object file
+source/cpu/cHardwareStatusPrinter.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareStatusPrinter.o
+
+# target to preprocess a source file
+source/cpu/cHardwareStatusPrinter.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareStatusPrinter.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareStatusPrinter.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareStatusPrinter.s
+
+# target to build an object file
+source/cpu/cHardwareTransSMT.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareTransSMT.o
+
+# target to preprocess a source file
+source/cpu/cHardwareTransSMT.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareTransSMT.i
+
+# target to generate assembly for a file
+source/cpu/cHardwareTransSMT.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHardwareTransSMT.s
+
+# target to build an object file
+source/cpu/cHeadCPU.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHeadCPU.o
+
+# target to preprocess a source file
+source/cpu/cHeadCPU.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHeadCPU.i
+
+# target to generate assembly for a file
+source/cpu/cHeadCPU.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cHeadCPU.s
+
+# target to build an object file
+source/cpu/cInstSet.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cInstSet.o
+
+# target to preprocess a source file
+source/cpu/cInstSet.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cInstSet.i
+
+# target to generate assembly for a file
+source/cpu/cInstSet.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cInstSet.s
+
+# target to build an object file
+source/cpu/cTestCPU.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPU.o
+
+# target to preprocess a source file
+source/cpu/cTestCPU.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPU.i
+
+# target to generate assembly for a file
+source/cpu/cTestCPU.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPU.s
+
+# target to build an object file
+source/cpu/cTestCPUInterface.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPUInterface.o
+
+# target to preprocess a source file
+source/cpu/cTestCPUInterface.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPUInterface.i
+
+# target to generate assembly for a file
+source/cpu/cTestCPUInterface.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/cpu/cTestCPUInterface.s
+
+# target to build an object file
+source/drivers/cDefaultAnalyzeDriver.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultAnalyzeDriver.o
+
+# target to preprocess a source file
+source/drivers/cDefaultAnalyzeDriver.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultAnalyzeDriver.i
+
+# target to generate assembly for a file
+source/drivers/cDefaultAnalyzeDriver.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultAnalyzeDriver.s
+
+# target to build an object file
+source/drivers/cDefaultRunDriver.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultRunDriver.o
+
+# target to preprocess a source file
+source/drivers/cDefaultRunDriver.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultRunDriver.i
+
+# target to generate assembly for a file
+source/drivers/cDefaultRunDriver.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDefaultRunDriver.s
+
+# target to build an object file
+source/drivers/cDriverManager.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDriverManager.o
+
+# target to preprocess a source file
+source/drivers/cDriverManager.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDriverManager.i
+
+# target to generate assembly for a file
+source/drivers/cDriverManager.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cDriverManager.s
+
+# target to build an object file
+source/drivers/cFallbackWorldDriver.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cFallbackWorldDriver.o
+
+# target to preprocess a source file
+source/drivers/cFallbackWorldDriver.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cFallbackWorldDriver.i
+
+# target to generate assembly for a file
+source/drivers/cFallbackWorldDriver.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/drivers/cFallbackWorldDriver.s
+
+# target to build an object file
+source/main/avida.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/avida.o
+
+# target to preprocess a source file
+source/main/avida.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/avida.i
+
+# target to generate assembly for a file
+source/main/avida.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/avida.s
+
+# target to build an object file
+source/main/cAvidaConfig.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cAvidaConfig.o
+
+# target to preprocess a source file
+source/main/cAvidaConfig.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cAvidaConfig.i
+
+# target to generate assembly for a file
+source/main/cAvidaConfig.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cAvidaConfig.s
+
+# target to build an object file
+source/main/cBirthChamber.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cBirthChamber.o
+
+# target to preprocess a source file
+source/main/cBirthChamber.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cBirthChamber.i
+
+# target to generate assembly for a file
+source/main/cBirthChamber.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cBirthChamber.s
+
+# target to build an object file
+source/main/cDeme.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDeme.o
+
+# target to preprocess a source file
+source/main/cDeme.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDeme.i
+
+# target to generate assembly for a file
+source/main/cDeme.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDeme.s
+
+# target to build an object file
+source/main/cDemeCellEvent.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDemeCellEvent.o
+
+# target to preprocess a source file
+source/main/cDemeCellEvent.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDemeCellEvent.i
+
+# target to generate assembly for a file
+source/main/cDemeCellEvent.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cDemeCellEvent.s
+
+# target to build an object file
+source/main/cEnvironment.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEnvironment.o
+
+# target to preprocess a source file
+source/main/cEnvironment.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEnvironment.i
+
+# target to generate assembly for a file
+source/main/cEnvironment.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEnvironment.s
+
+# target to build an object file
+source/main/cEventList.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEventList.o
+
+# target to preprocess a source file
+source/main/cEventList.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEventList.i
+
+# target to generate assembly for a file
+source/main/cEventList.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cEventList.s
+
+# target to build an object file
+source/main/cFitnessMatrix.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cFitnessMatrix.o
+
+# target to preprocess a source file
+source/main/cFitnessMatrix.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cFitnessMatrix.i
+
+# target to generate assembly for a file
+source/main/cFitnessMatrix.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cFitnessMatrix.s
+
+# target to build an object file
+source/main/cGenome.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenome.o
+
+# target to preprocess a source file
+source/main/cGenome.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenome.i
+
+# target to generate assembly for a file
+source/main/cGenome.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenome.s
+
+# target to build an object file
+source/main/cGenomeUtil.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenomeUtil.o
+
+# target to preprocess a source file
+source/main/cGenomeUtil.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenomeUtil.i
+
+# target to generate assembly for a file
+source/main/cGenomeUtil.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cGenomeUtil.s
+
+# target to build an object file
+source/main/cInstruction.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cInstruction.o
+
+# target to preprocess a source file
+source/main/cInstruction.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cInstruction.i
+
+# target to generate assembly for a file
+source/main/cInstruction.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cInstruction.s
+
+# target to build an object file
+source/main/cLandscape.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLandscape.o
+
+# target to preprocess a source file
+source/main/cLandscape.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLandscape.i
+
+# target to generate assembly for a file
+source/main/cLandscape.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLandscape.s
+
+# target to build an object file
+source/main/cLocalMutations.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLocalMutations.o
+
+# target to preprocess a source file
+source/main/cLocalMutations.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLocalMutations.i
+
+# target to generate assembly for a file
+source/main/cLocalMutations.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cLocalMutations.s
+
+# target to build an object file
+source/main/cMutationLib.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationLib.o
+
+# target to preprocess a source file
+source/main/cMutationLib.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationLib.i
+
+# target to generate assembly for a file
+source/main/cMutationLib.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationLib.s
+
+# target to build an object file
+source/main/cMutationRates.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationRates.o
+
+# target to preprocess a source file
+source/main/cMutationRates.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationRates.i
+
+# target to generate assembly for a file
+source/main/cMutationRates.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMutationRates.s
+
+# target to build an object file
+source/main/cMxCodeArray.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMxCodeArray.o
+
+# target to preprocess a source file
+source/main/cMxCodeArray.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMxCodeArray.i
+
+# target to generate assembly for a file
+source/main/cMxCodeArray.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cMxCodeArray.s
+
+# target to build an object file
+source/main/cOrganism.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cOrganism.o
+
+# target to preprocess a source file
+source/main/cOrganism.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cOrganism.i
+
+# target to generate assembly for a file
+source/main/cOrganism.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cOrganism.s
+
+# target to build an object file
+source/main/cPhenPlastGenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenPlastGenotype.o
+
+# target to preprocess a source file
+source/main/cPhenPlastGenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenPlastGenotype.i
+
+# target to generate assembly for a file
+source/main/cPhenPlastGenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenPlastGenotype.s
+
+# target to build an object file
+source/main/cPhenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenotype.o
+
+# target to preprocess a source file
+source/main/cPhenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenotype.i
+
+# target to generate assembly for a file
+source/main/cPhenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPhenotype.s
+
+# target to build an object file
+source/main/cPlasticPhenotype.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPlasticPhenotype.o
+
+# target to preprocess a source file
+source/main/cPlasticPhenotype.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPlasticPhenotype.i
+
+# target to generate assembly for a file
+source/main/cPlasticPhenotype.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPlasticPhenotype.s
+
+# target to build an object file
+source/main/cPopulation.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulation.o
+
+# target to preprocess a source file
+source/main/cPopulation.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulation.i
+
+# target to generate assembly for a file
+source/main/cPopulation.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulation.s
+
+# target to build an object file
+source/main/cPopulationCell.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationCell.o
+
+# target to preprocess a source file
+source/main/cPopulationCell.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationCell.i
+
+# target to generate assembly for a file
+source/main/cPopulationCell.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationCell.s
+
+# target to build an object file
+source/main/cPopulationInterface.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationInterface.o
+
+# target to preprocess a source file
+source/main/cPopulationInterface.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationInterface.i
+
+# target to generate assembly for a file
+source/main/cPopulationInterface.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cPopulationInterface.s
+
+# target to build an object file
+source/main/cReaction.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReaction.o
+
+# target to preprocess a source file
+source/main/cReaction.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReaction.i
+
+# target to generate assembly for a file
+source/main/cReaction.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReaction.s
+
+# target to build an object file
+source/main/cReactionLib.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionLib.o
+
+# target to preprocess a source file
+source/main/cReactionLib.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionLib.i
+
+# target to generate assembly for a file
+source/main/cReactionLib.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionLib.s
+
+# target to build an object file
+source/main/cReactionResult.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionResult.o
+
+# target to preprocess a source file
+source/main/cReactionResult.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionResult.i
+
+# target to generate assembly for a file
+source/main/cReactionResult.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cReactionResult.s
+
+# target to build an object file
+source/main/cResource.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResource.o
+
+# target to preprocess a source file
+source/main/cResource.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResource.i
+
+# target to generate assembly for a file
+source/main/cResource.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResource.s
+
+# target to build an object file
+source/main/cResourceCount.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceCount.o
+
+# target to preprocess a source file
+source/main/cResourceCount.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceCount.i
+
+# target to generate assembly for a file
+source/main/cResourceCount.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceCount.s
+
+# target to build an object file
+source/main/cResourceLib.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceLib.o
+
+# target to preprocess a source file
+source/main/cResourceLib.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceLib.i
+
+# target to generate assembly for a file
+source/main/cResourceLib.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cResourceLib.s
+
+# target to build an object file
+source/main/cSpatialCountElem.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialCountElem.o
+
+# target to preprocess a source file
+source/main/cSpatialCountElem.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialCountElem.i
+
+# target to generate assembly for a file
+source/main/cSpatialCountElem.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialCountElem.s
+
+# target to build an object file
+source/main/cSpatialResCount.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialResCount.o
+
+# target to preprocess a source file
+source/main/cSpatialResCount.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialResCount.i
+
+# target to generate assembly for a file
+source/main/cSpatialResCount.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cSpatialResCount.s
+
+# target to build an object file
+source/main/cStats.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cStats.o
+
+# target to preprocess a source file
+source/main/cStats.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cStats.i
+
+# target to generate assembly for a file
+source/main/cStats.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cStats.s
+
+# target to build an object file
+source/main/cTaskLib.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cTaskLib.o
+
+# target to preprocess a source file
+source/main/cTaskLib.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cTaskLib.i
+
+# target to generate assembly for a file
+source/main/cTaskLib.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cTaskLib.s
+
+# target to build an object file
+source/main/cWorld.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cWorld.o
+
+# target to preprocess a source file
+source/main/cWorld.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cWorld.i
+
+# target to generate assembly for a file
+source/main/cWorld.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/main/cWorld.s
+
+# target to build an object file
+source/platform/PlatformExpert.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/PlatformExpert.o
+
+# target to preprocess a source file
+source/platform/PlatformExpert.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/PlatformExpert.i
+
+# target to generate assembly for a file
+source/platform/PlatformExpert.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/PlatformExpert.s
+
+# target to build an object file
+source/platform/cThread.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/cThread.o
+
+# target to preprocess a source file
+source/platform/cThread.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/cThread.i
+
+# target to generate assembly for a file
+source/platform/cThread.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/platform/cThread.s
+
+# target to build an object file
+source/platform/tcmalloc/system-alloc.o:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/system-alloc.o
+
+# target to preprocess a source file
+source/platform/tcmalloc/system-alloc.i:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/system-alloc.i
+
+# target to generate assembly for a file
+source/platform/tcmalloc/system-alloc.s:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/system-alloc.s
+
+# target to build an object file
+source/platform/tcmalloc/tcmalloc-logging.o:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc-logging.o
+
+# target to preprocess a source file
+source/platform/tcmalloc/tcmalloc-logging.i:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc-logging.i
+
+# target to generate assembly for a file
+source/platform/tcmalloc/tcmalloc-logging.s:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc-logging.s
+
+# target to build an object file
+source/platform/tcmalloc/tcmalloc.o:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc.o
+
+# target to preprocess a source file
+source/platform/tcmalloc/tcmalloc.i:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc.i
+
+# target to generate assembly for a file
+source/platform/tcmalloc/tcmalloc.s:
+	$(MAKE) -f CMakeFiles/tcmalloc.dir/build.make CMakeFiles/tcmalloc.dir/source/platform/tcmalloc/tcmalloc.s
+
+# target to build an object file
+source/targets/avida-viewer/cAnalyzeScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cAnalyzeScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cAnalyzeScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cAnalyzeView.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeView.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cAnalyzeView.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeView.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cAnalyzeView.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cAnalyzeView.s
+
+# target to build an object file
+source/targets/avida-viewer/cBarScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cBarScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cBarScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cBarScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cBarScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cBarScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cEnvironmentScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cEnvironmentScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cEnvironmentScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cEnvironmentScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cEnvironmentScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cEnvironmentScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cHistScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cHistScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cHistScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cHistScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cHistScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cHistScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cMapScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMapScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cMapScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMapScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cMapScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMapScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cMenuWindow.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMenuWindow.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cMenuWindow.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMenuWindow.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cMenuWindow.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cMenuWindow.s
+
+# target to build an object file
+source/targets/avida-viewer/cOptionsScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cOptionsScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cOptionsScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cOptionsScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cOptionsScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cOptionsScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cStatsScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cStatsScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cStatsScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cStatsScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cStatsScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cStatsScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/cSymbolUtil.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cSymbolUtil.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cSymbolUtil.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cSymbolUtil.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cSymbolUtil.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cSymbolUtil.s
+
+# target to build an object file
+source/targets/avida-viewer/cTextViewerAnalyzeDriver.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerAnalyzeDriver.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cTextViewerAnalyzeDriver.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerAnalyzeDriver.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cTextViewerAnalyzeDriver.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerAnalyzeDriver.s
+
+# target to build an object file
+source/targets/avida-viewer/cTextViewerDriver.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cTextViewerDriver.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cTextViewerDriver.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver.s
+
+# target to build an object file
+source/targets/avida-viewer/cTextViewerDriver_Base.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver_Base.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cTextViewerDriver_Base.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver_Base.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cTextViewerDriver_Base.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextViewerDriver_Base.s
+
+# target to build an object file
+source/targets/avida-viewer/cTextWindow.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextWindow.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cTextWindow.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextWindow.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cTextWindow.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cTextWindow.s
+
+# target to build an object file
+source/targets/avida-viewer/cView.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cView.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cView.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cView.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cView.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cView.s
+
+# target to build an object file
+source/targets/avida-viewer/cViewInfo.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cViewInfo.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cViewInfo.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cViewInfo.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cViewInfo.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cViewInfo.s
+
+# target to build an object file
+source/targets/avida-viewer/cZoomScreen.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cZoomScreen.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/cZoomScreen.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cZoomScreen.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/cZoomScreen.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/cZoomScreen.s
+
+# target to build an object file
+source/targets/avida-viewer/viewer.o:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/viewer.o
+
+# target to preprocess a source file
+source/targets/avida-viewer/viewer.i:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/viewer.i
+
+# target to generate assembly for a file
+source/targets/avida-viewer/viewer.s:
+	$(MAKE) -f CMakeFiles/avida-viewer.dir/build.make CMakeFiles/avida-viewer.dir/source/targets/avida-viewer/viewer.s
+
+# target to build an object file
+source/targets/avida/primitive.o:
+	$(MAKE) -f CMakeFiles/avida.dir/build.make CMakeFiles/avida.dir/source/targets/avida/primitive.o
+
+# target to preprocess a source file
+source/targets/avida/primitive.i:
+	$(MAKE) -f CMakeFiles/avida.dir/build.make CMakeFiles/avida.dir/source/targets/avida/primitive.i
+
+# target to generate assembly for a file
+source/targets/avida/primitive.s:
+	$(MAKE) -f CMakeFiles/avida.dir/build.make CMakeFiles/avida.dir/source/targets/avida/primitive.s
+
+# target to build an object file
+source/targets/viewer-fltk/cDriver_FLTKViewer.o:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cDriver_FLTKViewer.o
+
+# target to preprocess a source file
+source/targets/viewer-fltk/cDriver_FLTKViewer.i:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cDriver_FLTKViewer.i
+
+# target to generate assembly for a file
+source/targets/viewer-fltk/cDriver_FLTKViewer.s:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cDriver_FLTKViewer.s
+
+# target to build an object file
+source/targets/viewer-fltk/cFLTKGridView.o:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKGridView.o
+
+# target to preprocess a source file
+source/targets/viewer-fltk/cFLTKGridView.i:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKGridView.i
+
+# target to generate assembly for a file
+source/targets/viewer-fltk/cFLTKGridView.s:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKGridView.s
+
+# target to build an object file
+source/targets/viewer-fltk/cFLTKLegend.o:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKLegend.o
+
+# target to preprocess a source file
+source/targets/viewer-fltk/cFLTKLegend.i:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKLegend.i
+
+# target to generate assembly for a file
+source/targets/viewer-fltk/cFLTKLegend.s:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/cFLTKLegend.s
+
+# target to build an object file
+source/targets/viewer-fltk/fltk-defs.o:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/fltk-defs.o
+
+# target to preprocess a source file
+source/targets/viewer-fltk/fltk-defs.i:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/fltk-defs.i
+
+# target to generate assembly for a file
+source/targets/viewer-fltk/fltk-defs.s:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/fltk-defs.s
+
+# target to build an object file
+source/targets/viewer-fltk/viewer-fltk.o:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/viewer-fltk.o
+
+# target to preprocess a source file
+source/targets/viewer-fltk/viewer-fltk.i:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/viewer-fltk.i
+
+# target to generate assembly for a file
+source/targets/viewer-fltk/viewer-fltk.s:
+	$(MAKE) -f CMakeFiles/avida-fltkview.dir/build.make CMakeFiles/avida-fltkview.dir/source/targets/viewer-fltk/viewer-fltk.s
+
+# target to build an object file
+source/tools/cArgContainer.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgContainer.o
+
+# target to preprocess a source file
+source/tools/cArgContainer.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgContainer.i
+
+# target to generate assembly for a file
+source/tools/cArgContainer.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgContainer.s
+
+# target to build an object file
+source/tools/cArgSchema.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgSchema.o
+
+# target to preprocess a source file
+source/tools/cArgSchema.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgSchema.i
+
+# target to generate assembly for a file
+source/tools/cArgSchema.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cArgSchema.s
+
+# target to build an object file
+source/tools/cBitArray.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cBitArray.o
+
+# target to preprocess a source file
+source/tools/cBitArray.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cBitArray.i
+
+# target to generate assembly for a file
+source/tools/cBitArray.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cBitArray.s
+
+# target to build an object file
+source/tools/cChangeList.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cChangeList.o
+
+# target to preprocess a source file
+source/tools/cChangeList.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cChangeList.i
+
+# target to generate assembly for a file
+source/tools/cChangeList.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cChangeList.s
+
+# target to build an object file
+source/tools/cConstBurstSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstBurstSchedule.o
+
+# target to preprocess a source file
+source/tools/cConstBurstSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstBurstSchedule.i
+
+# target to generate assembly for a file
+source/tools/cConstBurstSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstBurstSchedule.s
+
+# target to build an object file
+source/tools/cConstSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstSchedule.o
+
+# target to preprocess a source file
+source/tools/cConstSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstSchedule.i
+
+# target to generate assembly for a file
+source/tools/cConstSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cConstSchedule.s
+
+# target to build an object file
+source/tools/cDataEntry.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataEntry.o
+
+# target to preprocess a source file
+source/tools/cDataEntry.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataEntry.i
+
+# target to generate assembly for a file
+source/tools/cDataEntry.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataEntry.s
+
+# target to build an object file
+source/tools/cDataFile.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFile.o
+
+# target to preprocess a source file
+source/tools/cDataFile.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFile.i
+
+# target to generate assembly for a file
+source/tools/cDataFile.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFile.s
+
+# target to build an object file
+source/tools/cDataFileManager.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFileManager.o
+
+# target to preprocess a source file
+source/tools/cDataFileManager.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFileManager.i
+
+# target to generate assembly for a file
+source/tools/cDataFileManager.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataFileManager.s
+
+# target to build an object file
+source/tools/cDataManager_Base.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataManager_Base.o
+
+# target to preprocess a source file
+source/tools/cDataManager_Base.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataManager_Base.i
+
+# target to generate assembly for a file
+source/tools/cDataManager_Base.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDataManager_Base.s
+
+# target to build an object file
+source/tools/cDefaultMessageDisplay.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDefaultMessageDisplay.o
+
+# target to preprocess a source file
+source/tools/cDefaultMessageDisplay.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDefaultMessageDisplay.i
+
+# target to generate assembly for a file
+source/tools/cDefaultMessageDisplay.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDefaultMessageDisplay.s
+
+# target to build an object file
+source/tools/cDemeProbSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDemeProbSchedule.o
+
+# target to preprocess a source file
+source/tools/cDemeProbSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDemeProbSchedule.i
+
+# target to generate assembly for a file
+source/tools/cDemeProbSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDemeProbSchedule.s
+
+# target to build an object file
+source/tools/cDoubleSum.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDoubleSum.o
+
+# target to preprocess a source file
+source/tools/cDoubleSum.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDoubleSum.i
+
+# target to generate assembly for a file
+source/tools/cDoubleSum.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cDoubleSum.s
+
+# target to build an object file
+source/tools/cFile.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cFile.o
+
+# target to preprocess a source file
+source/tools/cFile.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cFile.i
+
+# target to generate assembly for a file
+source/tools/cFile.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cFile.s
+
+# target to build an object file
+source/tools/cHelpAlias.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpAlias.o
+
+# target to preprocess a source file
+source/tools/cHelpAlias.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpAlias.i
+
+# target to generate assembly for a file
+source/tools/cHelpAlias.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpAlias.s
+
+# target to build an object file
+source/tools/cHelpManager.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpManager.o
+
+# target to preprocess a source file
+source/tools/cHelpManager.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpManager.i
+
+# target to generate assembly for a file
+source/tools/cHelpManager.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpManager.s
+
+# target to build an object file
+source/tools/cHelpType.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpType.o
+
+# target to preprocess a source file
+source/tools/cHelpType.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpType.i
+
+# target to generate assembly for a file
+source/tools/cHelpType.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHelpType.s
+
+# target to build an object file
+source/tools/cHistogram.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHistogram.o
+
+# target to preprocess a source file
+source/tools/cHistogram.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHistogram.i
+
+# target to generate assembly for a file
+source/tools/cHistogram.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cHistogram.s
+
+# target to build an object file
+source/tools/cInitFile.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cInitFile.o
+
+# target to preprocess a source file
+source/tools/cInitFile.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cInitFile.i
+
+# target to generate assembly for a file
+source/tools/cInitFile.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cInitFile.s
+
+# target to build an object file
+source/tools/cIntSum.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntSum.o
+
+# target to preprocess a source file
+source/tools/cIntSum.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntSum.i
+
+# target to generate assembly for a file
+source/tools/cIntSum.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntSum.s
+
+# target to build an object file
+source/tools/cIntegratedSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedSchedule.o
+
+# target to preprocess a source file
+source/tools/cIntegratedSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedSchedule.i
+
+# target to generate assembly for a file
+source/tools/cIntegratedSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedSchedule.s
+
+# target to build an object file
+source/tools/cIntegratedScheduleNode.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedScheduleNode.o
+
+# target to preprocess a source file
+source/tools/cIntegratedScheduleNode.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedScheduleNode.i
+
+# target to generate assembly for a file
+source/tools/cIntegratedScheduleNode.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cIntegratedScheduleNode.s
+
+# target to build an object file
+source/tools/cMerit.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cMerit.o
+
+# target to preprocess a source file
+source/tools/cMerit.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cMerit.i
+
+# target to generate assembly for a file
+source/tools/cMerit.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cMerit.s
+
+# target to build an object file
+source/tools/cProbDemeProbSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbDemeProbSchedule.o
+
+# target to preprocess a source file
+source/tools/cProbDemeProbSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbDemeProbSchedule.i
+
+# target to generate assembly for a file
+source/tools/cProbDemeProbSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbDemeProbSchedule.s
+
+# target to build an object file
+source/tools/cProbSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbSchedule.o
+
+# target to preprocess a source file
+source/tools/cProbSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbSchedule.i
+
+# target to generate assembly for a file
+source/tools/cProbSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cProbSchedule.s
+
+# target to build an object file
+source/tools/cRandom.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRandom.o
+
+# target to preprocess a source file
+source/tools/cRandom.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRandom.i
+
+# target to generate assembly for a file
+source/tools/cRandom.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRandom.s
+
+# target to build an object file
+source/tools/cRunningAverage.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRunningAverage.o
+
+# target to preprocess a source file
+source/tools/cRunningAverage.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRunningAverage.i
+
+# target to generate assembly for a file
+source/tools/cRunningAverage.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cRunningAverage.s
+
+# target to build an object file
+source/tools/cSchedule.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cSchedule.o
+
+# target to preprocess a source file
+source/tools/cSchedule.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cSchedule.i
+
+# target to generate assembly for a file
+source/tools/cSchedule.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cSchedule.s
+
+# target to build an object file
+source/tools/cString.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cString.o
+
+# target to preprocess a source file
+source/tools/cString.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cString.i
+
+# target to generate assembly for a file
+source/tools/cString.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cString.s
+
+# target to build an object file
+source/tools/cStringIterator.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringIterator.o
+
+# target to preprocess a source file
+source/tools/cStringIterator.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringIterator.i
+
+# target to generate assembly for a file
+source/tools/cStringIterator.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringIterator.s
+
+# target to build an object file
+source/tools/cStringList.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringList.o
+
+# target to preprocess a source file
+source/tools/cStringList.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringList.i
+
+# target to generate assembly for a file
+source/tools/cStringList.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringList.s
+
+# target to build an object file
+source/tools/cStringUtil.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringUtil.o
+
+# target to preprocess a source file
+source/tools/cStringUtil.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringUtil.i
+
+# target to generate assembly for a file
+source/tools/cStringUtil.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cStringUtil.s
+
+# target to build an object file
+source/tools/cTools.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cTools.o
+
+# target to preprocess a source file
+source/tools/cTools.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cTools.i
+
+# target to generate assembly for a file
+source/tools/cTools.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cTools.s
+
+# target to build an object file
+source/tools/cWeightedIndex.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cWeightedIndex.o
+
+# target to preprocess a source file
+source/tools/cWeightedIndex.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cWeightedIndex.i
+
+# target to generate assembly for a file
+source/tools/cWeightedIndex.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/tools/cWeightedIndex.s
+
+# target to build an object file
+source/viewer-core/cCoreView_Info.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Info.o
+
+# target to preprocess a source file
+source/viewer-core/cCoreView_Info.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Info.i
+
+# target to generate assembly for a file
+source/viewer-core/cCoreView_Info.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Info.s
+
+# target to build an object file
+source/viewer-core/cCoreView_Map.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Map.o
+
+# target to preprocess a source file
+source/viewer-core/cCoreView_Map.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Map.i
+
+# target to generate assembly for a file
+source/viewer-core/cCoreView_Map.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-core/cCoreView_Map.s
+
+# target to build an object file
+source/viewer-coreGUI/cColor.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cColor.o
+
+# target to preprocess a source file
+source/viewer-coreGUI/cColor.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cColor.i
+
+# target to generate assembly for a file
+source/viewer-coreGUI/cColor.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cColor.s
+
+# target to build an object file
+source/viewer-coreGUI/cGUIWidget.o:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cGUIWidget.o
+
+# target to preprocess a source file
+source/viewer-coreGUI/cGUIWidget.i:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cGUIWidget.i
+
+# target to generate assembly for a file
+source/viewer-coreGUI/cGUIWidget.s:
+	$(MAKE) -f CMakeFiles/avidacore.dir/build.make CMakeFiles/avidacore.dir/source/viewer-coreGUI/cGUIWidget.s
+
+# 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 "... avida"
+	@echo "... avida-fltkview"
+	@echo "... avida-viewer"
+	@echo "... avidacore"
+	@echo "... edit_cache"
+	@echo "... install"
+	@echo "... install/local"
+	@echo "... list_install_components"
+	@echo "... rebuild_cache"
+	@echo "... tcmalloc"
+	@echo "... source/actions/DriverActions.o"
+	@echo "... source/actions/DriverActions.i"
+	@echo "... source/actions/DriverActions.s"
+	@echo "... source/actions/EnvironmentActions.o"
+	@echo "... source/actions/EnvironmentActions.i"
+	@echo "... source/actions/EnvironmentActions.s"
+	@echo "... source/actions/LandscapeActions.o"
+	@echo "... source/actions/LandscapeActions.i"
+	@echo "... source/actions/LandscapeActions.s"
+	@echo "... source/actions/PopulationActions.o"
+	@echo "... source/actions/PopulationActions.i"
+	@echo "... source/actions/PopulationActions.s"
+	@echo "... source/actions/PrintActions.o"
+	@echo "... source/actions/PrintActions.i"
+	@echo "... source/actions/PrintActions.s"
+	@echo "... source/actions/SaveLoadActions.o"
+	@echo "... source/actions/SaveLoadActions.i"
+	@echo "... source/actions/SaveLoadActions.s"
+	@echo "... source/actions/cActionLibrary.o"
+	@echo "... source/actions/cActionLibrary.i"
+	@echo "... source/actions/cActionLibrary.s"
+	@echo "... source/analyze/cAnalyze.o"
+	@echo "... source/analyze/cAnalyze.i"
+	@echo "... source/analyze/cAnalyze.s"
+	@echo "... source/analyze/cAnalyzeGenotype.o"
+	@echo "... source/analyze/cAnalyzeGenotype.i"
+	@echo "... source/analyze/cAnalyzeGenotype.s"
+	@echo "... source/analyze/cAnalyzeJobQueue.o"
+	@echo "... source/analyze/cAnalyzeJobQueue.i"
+	@echo "... source/analyze/cAnalyzeJobQueue.s"
+	@echo "... source/analyze/cAnalyzeJobWorker.o"
+	@echo "... source/analyze/cAnalyzeJobWorker.i"
+	@echo "... source/analyze/cAnalyzeJobWorker.s"
+	@echo "... source/analyze/cAnalyzeTreeStats_CumulativeStemminess.o"
+	@echo "... source/analyze/cAnalyzeTreeStats_CumulativeStemminess.i"
+	@echo "... source/analyze/cAnalyzeTreeStats_CumulativeStemminess.s"
+	@echo "... source/analyze/cAnalyzeTreeStats_Gamma.o"
+	@echo "... source/analyze/cAnalyzeTreeStats_Gamma.i"
+	@echo "... source/analyze/cAnalyzeTreeStats_Gamma.s"
+	@echo "... source/analyze/cMutationalNeighborhood.o"
+	@echo "... source/analyze/cMutationalNeighborhood.i"
+	@echo "... source/analyze/cMutationalNeighborhood.s"
+	@echo "... source/classification/cClassificationManager.o"
+	@echo "... source/classification/cClassificationManager.i"
+	@echo "... source/classification/cClassificationManager.s"
+	@echo "... source/classification/cGenotype.o"
+	@echo "... source/classification/cGenotype.i"
+	@echo "... source/classification/cGenotype.s"
+	@echo "... source/classification/cGenotypeControl.o"
+	@echo "... source/classification/cGenotypeControl.i"
+	@echo "... source/classification/cGenotypeControl.s"
+	@echo "... source/classification/cGenotype_BirthData.o"
+	@echo "... source/classification/cGenotype_BirthData.i"
+	@echo "... source/classification/cGenotype_BirthData.s"
+	@echo "... source/classification/cInjectGenotype.o"
+	@echo "... source/classification/cInjectGenotype.i"
+	@echo "... source/classification/cInjectGenotype.s"
+	@echo "... source/classification/cInjectGenotypeControl.o"
+	@echo "... source/classification/cInjectGenotypeControl.i"
+	@echo "... source/classification/cInjectGenotypeControl.s"
+	@echo "... source/classification/cInjectGenotypeQueue.o"
+	@echo "... source/classification/cInjectGenotypeQueue.i"
+	@echo "... source/classification/cInjectGenotypeQueue.s"
+	@echo "... source/classification/cLineage.o"
+	@echo "... source/classification/cLineage.i"
+	@echo "... source/classification/cLineage.s"
+	@echo "... source/classification/cSpecies.o"
+	@echo "... source/classification/cSpecies.i"
+	@echo "... source/classification/cSpecies.s"
+	@echo "... source/classification/cSpeciesControl.o"
+	@echo "... source/classification/cSpeciesControl.i"
+	@echo "... source/classification/cSpeciesControl.s"
+	@echo "... source/classification/cSpeciesQueue.o"
+	@echo "... source/classification/cSpeciesQueue.i"
+	@echo "... source/classification/cSpeciesQueue.s"
+	@echo "... source/cpu/cCPUMemory.o"
+	@echo "... source/cpu/cCPUMemory.i"
+	@echo "... source/cpu/cCPUMemory.s"
+	@echo "... source/cpu/cCPUStack.o"
+	@echo "... source/cpu/cCPUStack.i"
+	@echo "... source/cpu/cCPUStack.s"
+	@echo "... source/cpu/cCPUTestInfo.o"
+	@echo "... source/cpu/cCPUTestInfo.i"
+	@echo "... source/cpu/cCPUTestInfo.s"
+	@echo "... source/cpu/cCodeLabel.o"
+	@echo "... source/cpu/cCodeLabel.i"
+	@echo "... source/cpu/cCodeLabel.s"
+	@echo "... source/cpu/cHardwareBase.o"
+	@echo "... source/cpu/cHardwareBase.i"
+	@echo "... source/cpu/cHardwareBase.s"
+	@echo "... source/cpu/cHardwareCPU.o"
+	@echo "... source/cpu/cHardwareCPU.i"
+	@echo "... source/cpu/cHardwareCPU.s"
+	@echo "... source/cpu/cHardwareExperimental.o"
+	@echo "... source/cpu/cHardwareExperimental.i"
+	@echo "... source/cpu/cHardwareExperimental.s"
+	@echo "... source/cpu/cHardwareGX.o"
+	@echo "... source/cpu/cHardwareGX.i"
+	@echo "... source/cpu/cHardwareGX.s"
+	@echo "... source/cpu/cHardwareManager.o"
+	@echo "... source/cpu/cHardwareManager.i"
+	@echo "... source/cpu/cHardwareManager.s"
+	@echo "... source/cpu/cHardwareSMT.o"
+	@echo "... source/cpu/cHardwareSMT.i"
+	@echo "... source/cpu/cHardwareSMT.s"
+	@echo "... source/cpu/cHardwareStatusPrinter.o"
+	@echo "... source/cpu/cHardwareStatusPrinter.i"
+	@echo "... source/cpu/cHardwareStatusPrinter.s"
+	@echo "... source/cpu/cHardwareTransSMT.o"
+	@echo "... source/cpu/cHardwareTransSMT.i"
+	@echo "... source/cpu/cHardwareTransSMT.s"
+	@echo "... source/cpu/cHeadCPU.o"
+	@echo "... source/cpu/cHeadCPU.i"
+	@echo "... source/cpu/cHeadCPU.s"
+	@echo "... source/cpu/cInstSet.o"
+	@echo "... source/cpu/cInstSet.i"
+	@echo "... source/cpu/cInstSet.s"
+	@echo "... source/cpu/cTestCPU.o"
+	@echo "... source/cpu/cTestCPU.i"
+	@echo "... source/cpu/cTestCPU.s"
+	@echo "... source/cpu/cTestCPUInterface.o"
+	@echo "... source/cpu/cTestCPUInterface.i"
+	@echo "... source/cpu/cTestCPUInterface.s"
+	@echo "... source/drivers/cDefaultAnalyzeDriver.o"
+	@echo "... source/drivers/cDefaultAnalyzeDriver.i"
+	@echo "... source/drivers/cDefaultAnalyzeDriver.s"
+	@echo "... source/drivers/cDefaultRunDriver.o"
+	@echo "... source/drivers/cDefaultRunDriver.i"
+	@echo "... source/drivers/cDefaultRunDriver.s"
+	@echo "... source/drivers/cDriverManager.o"
+	@echo "... source/drivers/cDriverManager.i"
+	@echo "... source/drivers/cDriverManager.s"
+	@echo "... source/drivers/cFallbackWorldDriver.o"
+	@echo "... source/drivers/cFallbackWorldDriver.i"
+	@echo "... source/drivers/cFallbackWorldDriver.s"
+	@echo "... source/main/avida.o"
+	@echo "... source/main/avida.i"
+	@echo "... source/main/avida.s"
+	@echo "... source/main/cAvidaConfig.o"
+	@echo "... source/main/cAvidaConfig.i"
+	@echo "... source/main/cAvidaConfig.s"
+	@echo "... source/main/cBirthChamber.o"
+	@echo "... source/main/cBirthChamber.i"
+	@echo "... source/main/cBirthChamber.s"
+	@echo "... source/main/cDeme.o"
+	@echo "... source/main/cDeme.i"
+	@echo "... source/main/cDeme.s"
+	@echo "... source/main/cDemeCellEvent.o"
+	@echo "... source/main/cDemeCellEvent.i"
+	@echo "... source/main/cDemeCellEvent.s"
+	@echo "... source/main/cEnvironment.o"
+	@echo "... source/main/cEnvironment.i"
+	@echo "... source/main/cEnvironment.s"
+	@echo "... source/main/cEventList.o"
+	@echo "... source/main/cEventList.i"
+	@echo "... source/main/cEventList.s"
+	@echo "... source/main/cFitnessMatrix.o"
+	@echo "... source/main/cFitnessMatrix.i"
+	@echo "... source/main/cFitnessMatrix.s"
+	@echo "... source/main/cGenome.o"
+	@echo "... source/main/cGenome.i"
+	@echo "... source/main/cGenome.s"
+	@echo "... source/main/cGenomeUtil.o"
+	@echo "... source/main/cGenomeUtil.i"
+	@echo "... source/main/cGenomeUtil.s"
+	@echo "... source/main/cInstruction.o"
+	@echo "... source/main/cInstruction.i"
+	@echo "... source/main/cInstruction.s"
+	@echo "... source/main/cLandscape.o"
+	@echo "... source/main/cLandscape.i"
+	@echo "... source/main/cLandscape.s"
+	@echo "... source/main/cLocalMutations.o"
+	@echo "... source/main/cLocalMutations.i"
+	@echo "... source/main/cLocalMutations.s"
+	@echo "... source/main/cMutationLib.o"
+	@echo "... source/main/cMutationLib.i"
+	@echo "... source/main/cMutationLib.s"
+	@echo "... source/main/cMutationRates.o"
+	@echo "... source/main/cMutationRates.i"
+	@echo "... source/main/cMutationRates.s"
+	@echo "... source/main/cMxCodeArray.o"
+	@echo "... source/main/cMxCodeArray.i"
+	@echo "... source/main/cMxCodeArray.s"
+	@echo "... source/main/cOrganism.o"
+	@echo "... source/main/cOrganism.i"
+	@echo "... source/main/cOrganism.s"
+	@echo "... source/main/cPhenPlastGenotype.o"
+	@echo "... source/main/cPhenPlastGenotype.i"
+	@echo "... source/main/cPhenPlastGenotype.s"
+	@echo "... source/main/cPhenotype.o"
+	@echo "... source/main/cPhenotype.i"
+	@echo "... source/main/cPhenotype.s"
+	@echo "... source/main/cPlasticPhenotype.o"
+	@echo "... source/main/cPlasticPhenotype.i"
+	@echo "... source/main/cPlasticPhenotype.s"
+	@echo "... source/main/cPopulation.o"
+	@echo "... source/main/cPopulation.i"
+	@echo "... source/main/cPopulation.s"
+	@echo "... source/main/cPopulationCell.o"
+	@echo "... source/main/cPopulationCell.i"
+	@echo "... source/main/cPopulationCell.s"
+	@echo "... source/main/cPopulationInterface.o"
+	@echo "... source/main/cPopulationInterface.i"
+	@echo "... source/main/cPopulationInterface.s"
+	@echo "... source/main/cReaction.o"
+	@echo "... source/main/cReaction.i"
+	@echo "... source/main/cReaction.s"
+	@echo "... source/main/cReactionLib.o"
+	@echo "... source/main/cReactionLib.i"
+	@echo "... source/main/cReactionLib.s"
+	@echo "... source/main/cReactionResult.o"
+	@echo "... source/main/cReactionResult.i"
+	@echo "... source/main/cReactionResult.s"
+	@echo "... source/main/cResource.o"
+	@echo "... source/main/cResource.i"
+	@echo "... source/main/cResource.s"
+	@echo "... source/main/cResourceCount.o"
+	@echo "... source/main/cResourceCount.i"
+	@echo "... source/main/cResourceCount.s"
+	@echo "... source/main/cResourceLib.o"
+	@echo "... source/main/cResourceLib.i"
+	@echo "... source/main/cResourceLib.s"
+	@echo "... source/main/cSpatialCountElem.o"
+	@echo "... source/main/cSpatialCountElem.i"
+	@echo "... source/main/cSpatialCountElem.s"
+	@echo "... source/main/cSpatialResCount.o"
+	@echo "... source/main/cSpatialResCount.i"
+	@echo "... source/main/cSpatialResCount.s"
+	@echo "... source/main/cStats.o"
+	@echo "... source/main/cStats.i"
+	@echo "... source/main/cStats.s"
+	@echo "... source/main/cTaskLib.o"
+	@echo "... source/main/cTaskLib.i"
+	@echo "... source/main/cTaskLib.s"
+	@echo "... source/main/cWorld.o"
+	@echo "... source/main/cWorld.i"
+	@echo "... source/main/cWorld.s"
+	@echo "... source/platform/PlatformExpert.o"
+	@echo "... source/platform/PlatformExpert.i"
+	@echo "... source/platform/PlatformExpert.s"
+	@echo "... source/platform/cThread.o"
+	@echo "... source/platform/cThread.i"
+	@echo "... source/platform/cThread.s"
+	@echo "... source/platform/tcmalloc/system-alloc.o"
+	@echo "... source/platform/tcmalloc/system-alloc.i"
+	@echo "... source/platform/tcmalloc/system-alloc.s"
+	@echo "... source/platform/tcmalloc/tcmalloc-logging.o"
+	@echo "... source/platform/tcmalloc/tcmalloc-logging.i"
+	@echo "... source/platform/tcmalloc/tcmalloc-logging.s"
+	@echo "... source/platform/tcmalloc/tcmalloc.o"
+	@echo "... source/platform/tcmalloc/tcmalloc.i"
+	@echo "... source/platform/tcmalloc/tcmalloc.s"
+	@echo "... source/targets/avida-viewer/cAnalyzeScreen.o"
+	@echo "... source/targets/avida-viewer/cAnalyzeScreen.i"
+	@echo "... source/targets/avida-viewer/cAnalyzeScreen.s"
+	@echo "... source/targets/avida-viewer/cAnalyzeView.o"
+	@echo "... source/targets/avida-viewer/cAnalyzeView.i"
+	@echo "... source/targets/avida-viewer/cAnalyzeView.s"
+	@echo "... source/targets/avida-viewer/cBarScreen.o"
+	@echo "... source/targets/avida-viewer/cBarScreen.i"
+	@echo "... source/targets/avida-viewer/cBarScreen.s"
+	@echo "... source/targets/avida-viewer/cEnvironmentScreen.o"
+	@echo "... source/targets/avida-viewer/cEnvironmentScreen.i"
+	@echo "... source/targets/avida-viewer/cEnvironmentScreen.s"
+	@echo "... source/targets/avida-viewer/cHistScreen.o"
+	@echo "... source/targets/avida-viewer/cHistScreen.i"
+	@echo "... source/targets/avida-viewer/cHistScreen.s"
+	@echo "... source/targets/avida-viewer/cMapScreen.o"
+	@echo "... source/targets/avida-viewer/cMapScreen.i"
+	@echo "... source/targets/avida-viewer/cMapScreen.s"
+	@echo "... source/targets/avida-viewer/cMenuWindow.o"
+	@echo "... source/targets/avida-viewer/cMenuWindow.i"
+	@echo "... source/targets/avida-viewer/cMenuWindow.s"
+	@echo "... source/targets/avida-viewer/cOptionsScreen.o"
+	@echo "... source/targets/avida-viewer/cOptionsScreen.i"
+	@echo "... source/targets/avida-viewer/cOptionsScreen.s"
+	@echo "... source/targets/avida-viewer/cScreen.o"
+	@echo "... source/targets/avida-viewer/cScreen.i"
+	@echo "... source/targets/avida-viewer/cScreen.s"
+	@echo "... source/targets/avida-viewer/cStatsScreen.o"
+	@echo "... source/targets/avida-viewer/cStatsScreen.i"
+	@echo "... source/targets/avida-viewer/cStatsScreen.s"
+	@echo "... source/targets/avida-viewer/cSymbolUtil.o"
+	@echo "... source/targets/avida-viewer/cSymbolUtil.i"
+	@echo "... source/targets/avida-viewer/cSymbolUtil.s"
+	@echo "... source/targets/avida-viewer/cTextViewerAnalyzeDriver.o"
+	@echo "... source/targets/avida-viewer/cTextViewerAnalyzeDriver.i"
+	@echo "... source/targets/avida-viewer/cTextViewerAnalyzeDriver.s"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver.o"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver.i"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver.s"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver_Base.o"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver_Base.i"
+	@echo "... source/targets/avida-viewer/cTextViewerDriver_Base.s"
+	@echo "... source/targets/avida-viewer/cTextWindow.o"
+	@echo "... source/targets/avida-viewer/cTextWindow.i"
+	@echo "... source/targets/avida-viewer/cTextWindow.s"
+	@echo "... source/targets/avida-viewer/cView.o"
+	@echo "... source/targets/avida-viewer/cView.i"
+	@echo "... source/targets/avida-viewer/cView.s"
+	@echo "... source/targets/avida-viewer/cViewInfo.o"
+	@echo "... source/targets/avida-viewer/cViewInfo.i"
+	@echo "... source/targets/avida-viewer/cViewInfo.s"
+	@echo "... source/targets/avida-viewer/cZoomScreen.o"
+	@echo "... source/targets/avida-viewer/cZoomScreen.i"
+	@echo "... source/targets/avida-viewer/cZoomScreen.s"
+	@echo "... source/targets/avida-viewer/viewer.o"
+	@echo "... source/targets/avida-viewer/viewer.i"
+	@echo "... source/targets/avida-viewer/viewer.s"
+	@echo "... source/targets/avida/primitive.o"
+	@echo "... source/targets/avida/primitive.i"
+	@echo "... source/targets/avida/primitive.s"
+	@echo "... source/targets/viewer-fltk/cDriver_FLTKViewer.o"
+	@echo "... source/targets/viewer-fltk/cDriver_FLTKViewer.i"
+	@echo "... source/targets/viewer-fltk/cDriver_FLTKViewer.s"
+	@echo "... source/targets/viewer-fltk/cFLTKGridView.o"
+	@echo "... source/targets/viewer-fltk/cFLTKGridView.i"
+	@echo "... source/targets/viewer-fltk/cFLTKGridView.s"
+	@echo "... source/targets/viewer-fltk/cFLTKLegend.o"
+	@echo "... source/targets/viewer-fltk/cFLTKLegend.i"
+	@echo "... source/targets/viewer-fltk/cFLTKLegend.s"
+	@echo "... source/targets/viewer-fltk/fltk-defs.o"
+	@echo "... source/targets/viewer-fltk/fltk-defs.i"
+	@echo "... source/targets/viewer-fltk/fltk-defs.s"
+	@echo "... source/targets/viewer-fltk/viewer-fltk.o"
+	@echo "... source/targets/viewer-fltk/viewer-fltk.i"
+	@echo "... source/targets/viewer-fltk/viewer-fltk.s"
+	@echo "... source/tools/cArgContainer.o"
+	@echo "... source/tools/cArgContainer.i"
+	@echo "... source/tools/cArgContainer.s"
+	@echo "... source/tools/cArgSchema.o"
+	@echo "... source/tools/cArgSchema.i"
+	@echo "... source/tools/cArgSchema.s"
+	@echo "... source/tools/cBitArray.o"
+	@echo "... source/tools/cBitArray.i"
+	@echo "... source/tools/cBitArray.s"
+	@echo "... source/tools/cChangeList.o"
+	@echo "... source/tools/cChangeList.i"
+	@echo "... source/tools/cChangeList.s"
+	@echo "... source/tools/cConstBurstSchedule.o"
+	@echo "... source/tools/cConstBurstSchedule.i"
+	@echo "... source/tools/cConstBurstSchedule.s"
+	@echo "... source/tools/cConstSchedule.o"
+	@echo "... source/tools/cConstSchedule.i"
+	@echo "... source/tools/cConstSchedule.s"
+	@echo "... source/tools/cDataEntry.o"
+	@echo "... source/tools/cDataEntry.i"
+	@echo "... source/tools/cDataEntry.s"
+	@echo "... source/tools/cDataFile.o"
+	@echo "... source/tools/cDataFile.i"
+	@echo "... source/tools/cDataFile.s"
+	@echo "... source/tools/cDataFileManager.o"
+	@echo "... source/tools/cDataFileManager.i"
+	@echo "... source/tools/cDataFileManager.s"
+	@echo "... source/tools/cDataManager_Base.o"
+	@echo "... source/tools/cDataManager_Base.i"
+	@echo "... source/tools/cDataManager_Base.s"
+	@echo "... source/tools/cDefaultMessageDisplay.o"
+	@echo "... source/tools/cDefaultMessageDisplay.i"
+	@echo "... source/tools/cDefaultMessageDisplay.s"
+	@echo "... source/tools/cDemeProbSchedule.o"
+	@echo "... source/tools/cDemeProbSchedule.i"
+	@echo "... source/tools/cDemeProbSchedule.s"
+	@echo "... source/tools/cDoubleSum.o"
+	@echo "... source/tools/cDoubleSum.i"
+	@echo "... source/tools/cDoubleSum.s"
+	@echo "... source/tools/cFile.o"
+	@echo "... source/tools/cFile.i"
+	@echo "... source/tools/cFile.s"
+	@echo "... source/tools/cHelpAlias.o"
+	@echo "... source/tools/cHelpAlias.i"
+	@echo "... source/tools/cHelpAlias.s"
+	@echo "... source/tools/cHelpManager.o"
+	@echo "... source/tools/cHelpManager.i"
+	@echo "... source/tools/cHelpManager.s"
+	@echo "... source/tools/cHelpType.o"
+	@echo "... source/tools/cHelpType.i"
+	@echo "... source/tools/cHelpType.s"
+	@echo "... source/tools/cHistogram.o"
+	@echo "... source/tools/cHistogram.i"
+	@echo "... source/tools/cHistogram.s"
+	@echo "... source/tools/cInitFile.o"
+	@echo "... source/tools/cInitFile.i"
+	@echo "... source/tools/cInitFile.s"
+	@echo "... source/tools/cIntSum.o"
+	@echo "... source/tools/cIntSum.i"
+	@echo "... source/tools/cIntSum.s"
+	@echo "... source/tools/cIntegratedSchedule.o"
+	@echo "... source/tools/cIntegratedSchedule.i"
+	@echo "... source/tools/cIntegratedSchedule.s"
+	@echo "... source/tools/cIntegratedScheduleNode.o"
+	@echo "... source/tools/cIntegratedScheduleNode.i"
+	@echo "... source/tools/cIntegratedScheduleNode.s"
+	@echo "... source/tools/cMerit.o"
+	@echo "... source/tools/cMerit.i"
+	@echo "... source/tools/cMerit.s"
+	@echo "... source/tools/cProbDemeProbSchedule.o"
+	@echo "... source/tools/cProbDemeProbSchedule.i"
+	@echo "... source/tools/cProbDemeProbSchedule.s"
+	@echo "... source/tools/cProbSchedule.o"
+	@echo "... source/tools/cProbSchedule.i"
+	@echo "... source/tools/cProbSchedule.s"
+	@echo "... source/tools/cRandom.o"
+	@echo "... source/tools/cRandom.i"
+	@echo "... source/tools/cRandom.s"
+	@echo "... source/tools/cRunningAverage.o"
+	@echo "... source/tools/cRunningAverage.i"
+	@echo "... source/tools/cRunningAverage.s"
+	@echo "... source/tools/cSchedule.o"
+	@echo "... source/tools/cSchedule.i"
+	@echo "... source/tools/cSchedule.s"
+	@echo "... source/tools/cString.o"
+	@echo "... source/tools/cString.i"
+	@echo "... source/tools/cString.s"
+	@echo "... source/tools/cStringIterator.o"
+	@echo "... source/tools/cStringIterator.i"
+	@echo "... source/tools/cStringIterator.s"
+	@echo "... source/tools/cStringList.o"
+	@echo "... source/tools/cStringList.i"
+	@echo "... source/tools/cStringList.s"
+	@echo "... source/tools/cStringUtil.o"
+	@echo "... source/tools/cStringUtil.i"
+	@echo "... source/tools/cStringUtil.s"
+	@echo "... source/tools/cTools.o"
+	@echo "... source/tools/cTools.i"
+	@echo "... source/tools/cTools.s"
+	@echo "... source/tools/cWeightedIndex.o"
+	@echo "... source/tools/cWeightedIndex.i"
+	@echo "... source/tools/cWeightedIndex.s"
+	@echo "... source/viewer-core/cCoreView_Info.o"
+	@echo "... source/viewer-core/cCoreView_Info.i"
+	@echo "... source/viewer-core/cCoreView_Info.s"
+	@echo "... source/viewer-core/cCoreView_Map.o"
+	@echo "... source/viewer-core/cCoreView_Map.i"
+	@echo "... source/viewer-core/cCoreView_Map.s"
+	@echo "... source/viewer-coreGUI/cColor.o"
+	@echo "... source/viewer-coreGUI/cColor.i"
+	@echo "... source/viewer-coreGUI/cColor.s"
+	@echo "... source/viewer-coreGUI/cGUIWidget.o"
+	@echo "... source/viewer-coreGUI/cGUIWidget.i"
+	@echo "... source/viewer-coreGUI/cGUIWidget.s"
+
+
+
+#=============================================================================
+# 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
+




More information about the Avida-cvs mailing list