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

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

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

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

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

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

# A target that is always out of date.
cmake_force:
.PHONY : 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/local/Cellar/cmake/2.8.7/bin/cmake

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

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/local/Cellar/cmake/2.8.7/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/chen_ji/konoha-read-only/konoha

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/chen_ji/konoha-read-only/konoha/release

#=============================================================================
# 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/local/Cellar/cmake/2.8.7/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/2.8.7/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/2.8.7/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# 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/local/Cellar/cmake/2.8.7/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/local/Cellar/cmake/2.8.7/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/usr/local/Cellar/cmake/2.8.7/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/local/Cellar/cmake/2.8.7/bin/cpack --config ./CPackSourceConfig.cmake /Users/chen_ji/konoha-read-only/konoha/release/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# 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/local/Cellar/cmake/2.8.7/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/local/Cellar/cmake/2.8.7/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/chen_ji/konoha-read-only/konoha/release/CMakeFiles /Users/chen_ji/konoha-read-only/konoha/release/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/chen_ji/konoha-read-only/konoha/release/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named doc

# Build rule for target.
doc: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 doc
.PHONY : doc

# fast build rule for target.
doc/fast:
	$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
.PHONY : doc/fast

#=============================================================================
# Target rules for targets named konoha

# Build rule for target.
konoha: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 konoha
.PHONY : konoha

# fast build rule for target.
konoha/fast:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/build
.PHONY : konoha/fast

#=============================================================================
# Target rules for targets named konoha1

# Build rule for target.
konoha1: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 konoha1
.PHONY : konoha1

# fast build rule for target.
konoha1/fast:
	$(MAKE) -f CMakeFiles/konoha1.dir/build.make CMakeFiles/konoha1.dir/build
.PHONY : konoha1/fast

#=============================================================================
# Target rules for targets named compiler

# Build rule for target.
compiler: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 compiler
.PHONY : compiler

# fast build rule for target.
compiler/fast:
	$(MAKE) -f package/konoha.compiler/CMakeFiles/compiler.dir/build.make package/konoha.compiler/CMakeFiles/compiler.dir/build
.PHONY : compiler/fast

#=============================================================================
# Target rules for targets named konohac

# Build rule for target.
konohac: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 konohac
.PHONY : konohac

# fast build rule for target.
konohac/fast:
	$(MAKE) -f package/konoha.compiler/CMakeFiles/konohac.dir/build.make package/konoha.compiler/CMakeFiles/konohac.dir/build
.PHONY : konohac/fast

#=============================================================================
# Target rules for targets named jkonoha

# Build rule for target.
jkonoha: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 jkonoha
.PHONY : jkonoha

# fast build rule for target.
jkonoha/fast:
	$(MAKE) -f package/konoha.compiler.java/CMakeFiles/jkonoha.dir/build.make package/konoha.compiler.java/CMakeFiles/jkonoha.dir/build
.PHONY : jkonoha/fast

#=============================================================================
# Target rules for targets named compiler.optllvm

# Build rule for target.
compiler.optllvm: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 compiler.optllvm
.PHONY : compiler.optllvm

# fast build rule for target.
compiler.optllvm/fast:
	$(MAKE) -f package/konoha.compiler.optllvm/CMakeFiles/compiler.optllvm.dir/build.make package/konoha.compiler.optllvm/CMakeFiles/compiler.optllvm.dir/build
.PHONY : compiler.optllvm/fast

#=============================================================================
# Target rules for targets named curl

# Build rule for target.
curl: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 curl
.PHONY : curl

# fast build rule for target.
curl/fast:
	$(MAKE) -f package/konoha.curl/CMakeFiles/curl.dir/build.make package/konoha.curl/CMakeFiles/curl.dir/build
.PHONY : curl/fast

#=============================================================================
# Target rules for targets named gsl

# Build rule for target.
gsl: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 gsl
.PHONY : gsl

# fast build rule for target.
gsl/fast:
	$(MAKE) -f package/konoha.gsl/CMakeFiles/gsl.dir/build.make package/konoha.gsl/CMakeFiles/gsl.dir/build
.PHONY : gsl/fast

#=============================================================================
# Target rules for targets named i

# Build rule for target.
i : cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 i
.PHONY : i

# fast build rule for target.
i/fast:
	$(MAKE) -f package/konoha.i/CMakeFiles/i.dir/build.make package/konoha.i/CMakeFiles/i.dir/build
.PHONY : i/fast

#=============================================================================
# Target rules for targets named io

# Build rule for target.
io: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 io
.PHONY : io

# fast build rule for target.
io/fast:
	$(MAKE) -f package/konoha.io/CMakeFiles/io.dir/build.make package/konoha.io/CMakeFiles/io.dir/build
.PHONY : io/fast

#=============================================================================
# Target rules for targets named md5

# Build rule for target.
md5: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 md5
.PHONY : md5

# fast build rule for target.
md5/fast:
	$(MAKE) -f package/konoha.io/CMakeFiles/md5.dir/build.make package/konoha.io/CMakeFiles/md5.dir/build
.PHONY : md5/fast

#=============================================================================
# Target rules for targets named msgpack

# Build rule for target.
msgpack: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 msgpack
.PHONY : msgpack

# fast build rule for target.
msgpack/fast:
	$(MAKE) -f package/konoha.io/CMakeFiles/msgpack.dir/build.make package/konoha.io/CMakeFiles/msgpack.dir/build
.PHONY : msgpack/fast

#=============================================================================
# Target rules for targets named json

# Build rule for target.
json: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 json
.PHONY : json

# fast build rule for target.
json/fast:
	$(MAKE) -f package/konoha.json/CMakeFiles/json.dir/build.make package/konoha.json/CMakeFiles/json.dir/build
.PHONY : json/fast

#=============================================================================
# Target rules for targets named lang

# Build rule for target.
lang: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 lang
.PHONY : lang

# fast build rule for target.
lang/fast:
	$(MAKE) -f package/konoha.lang/CMakeFiles/lang.dir/build.make package/konoha.lang/CMakeFiles/lang.dir/build
.PHONY : lang/fast

#=============================================================================
# Target rules for targets named liboauth

# Build rule for target.
liboauth: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 liboauth
.PHONY : liboauth

# fast build rule for target.
liboauth/fast:
	$(MAKE) -f package/konoha.liboauth/CMakeFiles/liboauth.dir/build.make package/konoha.liboauth/CMakeFiles/liboauth.dir/build
.PHONY : liboauth/fast

#=============================================================================
# Target rules for targets named llvm

# Build rule for target.
llvm: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 llvm
.PHONY : llvm

# fast build rule for target.
llvm/fast:
	$(MAKE) -f package/konoha.llvm/CMakeFiles/llvm.dir/build.make package/konoha.llvm/CMakeFiles/llvm.dir/build
.PHONY : llvm/fast

#=============================================================================
# Target rules for targets named math

# Build rule for target.
math: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 math
.PHONY : math

# fast build rule for target.
math/fast:
	$(MAKE) -f package/konoha.math/CMakeFiles/math.dir/build.make package/konoha.math/CMakeFiles/math.dir/build
.PHONY : math/fast

#=============================================================================
# Target rules for targets named memcached

# Build rule for target.
memcached: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 memcached
.PHONY : memcached

# fast build rule for target.
memcached/fast:
	$(MAKE) -f package/konoha.memcached/CMakeFiles/memcached.dir/build.make package/konoha.memcached/CMakeFiles/memcached.dir/build
.PHONY : memcached/fast

#=============================================================================
# Target rules for targets named mpi

# Build rule for target.
mpi: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 mpi
.PHONY : mpi

# fast build rule for target.
mpi/fast:
	$(MAKE) -f package/konoha.mpi/CMakeFiles/mpi.dir/build.make package/konoha.mpi/CMakeFiles/mpi.dir/build
.PHONY : mpi/fast

#=============================================================================
# Target rules for targets named mpikonoha

# Build rule for target.
mpikonoha: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 mpikonoha
.PHONY : mpikonoha

# fast build rule for target.
mpikonoha/fast:
	$(MAKE) -f package/konoha.mpi/CMakeFiles/mpikonoha.dir/build.make package/konoha.mpi/CMakeFiles/mpikonoha.dir/build
.PHONY : mpikonoha/fast

#=============================================================================
# Target rules for targets named ntrace

# Build rule for target.
ntrace: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 ntrace
.PHONY : ntrace

# fast build rule for target.
ntrace/fast:
	$(MAKE) -f package/konoha.ntrace/CMakeFiles/ntrace.dir/build.make package/konoha.ntrace/CMakeFiles/ntrace.dir/build
.PHONY : ntrace/fast

#=============================================================================
# Target rules for targets named posix

# Build rule for target.
posix: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 posix
.PHONY : posix

# fast build rule for target.
posix/fast:
	$(MAKE) -f package/konoha.posix/CMakeFiles/posix.dir/build.make package/konoha.posix/CMakeFiles/posix.dir/build
.PHONY : posix/fast

#=============================================================================
# Target rules for targets named proc

# Build rule for target.
proc: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 proc
.PHONY : proc

# fast build rule for target.
proc/fast:
	$(MAKE) -f package/konoha.proc/CMakeFiles/proc.dir/build.make package/konoha.proc/CMakeFiles/proc.dir/build
.PHONY : proc/fast

#=============================================================================
# Target rules for targets named signal

# Build rule for target.
signal: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 signal
.PHONY : signal

# fast build rule for target.
signal/fast:
	$(MAKE) -f package/konoha.signal/CMakeFiles/signal.dir/build.make package/konoha.signal/CMakeFiles/signal.dir/build
.PHONY : signal/fast

#=============================================================================
# Target rules for targets named socket

# Build rule for target.
socket: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 socket
.PHONY : socket

# fast build rule for target.
socket/fast:
	$(MAKE) -f package/konoha.socket/CMakeFiles/socket.dir/build.make package/konoha.socket/CMakeFiles/socket.dir/build
.PHONY : socket/fast

#=============================================================================
# Target rules for targets named sql

# Build rule for target.
sql: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 sql
.PHONY : sql

# fast build rule for target.
sql/fast:
	$(MAKE) -f package/konoha.sql/CMakeFiles/sql.dir/build.make package/konoha.sql/CMakeFiles/sql.dir/build
.PHONY : sql/fast

#=============================================================================
# Target rules for targets named thread

# Build rule for target.
thread: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 thread
.PHONY : thread

# fast build rule for target.
thread/fast:
	$(MAKE) -f package/konoha.thread/CMakeFiles/thread.dir/build.make package/konoha.thread/CMakeFiles/thread.dir/build
.PHONY : thread/fast

#=============================================================================
# Target rules for targets named xml

# Build rule for target.
xml: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 xml
.PHONY : xml

# fast build rule for target.
xml/fast:
	$(MAKE) -f package/konoha.xml/CMakeFiles/xml.dir/build.make package/konoha.xml/CMakeFiles/xml.dir/build
.PHONY : xml/fast

src/ext/mt19937ar.o: src/ext/mt19937ar.c.o
.PHONY : src/ext/mt19937ar.o

# target to build an object file
src/ext/mt19937ar.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/ext/mt19937ar.c.o
.PHONY : src/ext/mt19937ar.c.o

src/ext/mt19937ar.i: src/ext/mt19937ar.c.i
.PHONY : src/ext/mt19937ar.i

# target to preprocess a source file
src/ext/mt19937ar.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/ext/mt19937ar.c.i
.PHONY : src/ext/mt19937ar.c.i

src/ext/mt19937ar.s: src/ext/mt19937ar.c.s
.PHONY : src/ext/mt19937ar.s

# target to generate assembly for a file
src/ext/mt19937ar.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/ext/mt19937ar.c.s
.PHONY : src/ext/mt19937ar.c.s

src/gc/gc.o: src/gc/gc.c.o
.PHONY : src/gc/gc.o

# target to build an object file
src/gc/gc.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/gc/gc.c.o
.PHONY : src/gc/gc.c.o

src/gc/gc.i: src/gc/gc.c.i
.PHONY : src/gc/gc.i

# target to preprocess a source file
src/gc/gc.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/gc/gc.c.i
.PHONY : src/gc/gc.c.i

src/gc/gc.s: src/gc/gc.c.s
.PHONY : src/gc/gc.s

# target to generate assembly for a file
src/gc/gc.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/gc/gc.c.s
.PHONY : src/gc/gc.c.s

src/konoha.o: src/konoha.c.o
.PHONY : src/konoha.o

# target to build an object file
src/konoha.c.o:
	$(MAKE) -f CMakeFiles/konoha1.dir/build.make CMakeFiles/konoha1.dir/src/konoha.c.o
.PHONY : src/konoha.c.o

src/konoha.i: src/konoha.c.i
.PHONY : src/konoha.i

# target to preprocess a source file
src/konoha.c.i:
	$(MAKE) -f CMakeFiles/konoha1.dir/build.make CMakeFiles/konoha1.dir/src/konoha.c.i
.PHONY : src/konoha.c.i

src/konoha.s: src/konoha.c.s
.PHONY : src/konoha.s

# target to generate assembly for a file
src/konoha.c.s:
	$(MAKE) -f CMakeFiles/konoha1.dir/build.make CMakeFiles/konoha1.dir/src/konoha.c.s
.PHONY : src/konoha.c.s

src/lang/asm.o: src/lang/asm.c.o
.PHONY : src/lang/asm.o

# target to build an object file
src/lang/asm.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/asm.c.o
.PHONY : src/lang/asm.c.o

src/lang/asm.i: src/lang/asm.c.i
.PHONY : src/lang/asm.i

# target to preprocess a source file
src/lang/asm.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/asm.c.i
.PHONY : src/lang/asm.c.i

src/lang/asm.s: src/lang/asm.c.s
.PHONY : src/lang/asm.s

# target to generate assembly for a file
src/lang/asm.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/asm.c.s
.PHONY : src/lang/asm.c.s

src/lang/ffi.o: src/lang/ffi.c.o
.PHONY : src/lang/ffi.o

# target to build an object file
src/lang/ffi.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/ffi.c.o
.PHONY : src/lang/ffi.c.o

src/lang/ffi.i: src/lang/ffi.c.i
.PHONY : src/lang/ffi.i

# target to preprocess a source file
src/lang/ffi.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/ffi.c.i
.PHONY : src/lang/ffi.c.i

src/lang/ffi.s: src/lang/ffi.c.s
.PHONY : src/lang/ffi.s

# target to generate assembly for a file
src/lang/ffi.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/ffi.c.s
.PHONY : src/lang/ffi.c.s

src/lang/message.o: src/lang/message.c.o
.PHONY : src/lang/message.o

# target to build an object file
src/lang/message.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/message.c.o
.PHONY : src/lang/message.c.o

src/lang/message.i: src/lang/message.c.i
.PHONY : src/lang/message.i

# target to preprocess a source file
src/lang/message.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/message.c.i
.PHONY : src/lang/message.c.i

src/lang/message.s: src/lang/message.c.s
.PHONY : src/lang/message.s

# target to generate assembly for a file
src/lang/message.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/message.c.s
.PHONY : src/lang/message.c.s

src/lang/script.o: src/lang/script.c.o
.PHONY : src/lang/script.o

# target to build an object file
src/lang/script.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/script.c.o
.PHONY : src/lang/script.c.o

src/lang/script.i: src/lang/script.c.i
.PHONY : src/lang/script.i

# target to preprocess a source file
src/lang/script.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/script.c.i
.PHONY : src/lang/script.c.i

src/lang/script.s: src/lang/script.c.s
.PHONY : src/lang/script.s

# target to generate assembly for a file
src/lang/script.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/script.c.s
.PHONY : src/lang/script.c.s

src/lang/term.o: src/lang/term.c.o
.PHONY : src/lang/term.o

# target to build an object file
src/lang/term.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/term.c.o
.PHONY : src/lang/term.c.o

src/lang/term.i: src/lang/term.c.i
.PHONY : src/lang/term.i

# target to preprocess a source file
src/lang/term.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/term.c.i
.PHONY : src/lang/term.c.i

src/lang/term.s: src/lang/term.c.s
.PHONY : src/lang/term.s

# target to generate assembly for a file
src/lang/term.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/term.c.s
.PHONY : src/lang/term.c.s

src/lang/typing.o: src/lang/typing.c.o
.PHONY : src/lang/typing.o

# target to build an object file
src/lang/typing.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/typing.c.o
.PHONY : src/lang/typing.c.o

src/lang/typing.i: src/lang/typing.c.i
.PHONY : src/lang/typing.i

# target to preprocess a source file
src/lang/typing.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/typing.c.i
.PHONY : src/lang/typing.c.i

src/lang/typing.s: src/lang/typing.c.s
.PHONY : src/lang/typing.s

# target to generate assembly for a file
src/lang/typing.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/typing.c.s
.PHONY : src/lang/typing.c.s

src/lang/vmcodelibs.o: src/lang/vmcodelibs.c.o
.PHONY : src/lang/vmcodelibs.o

# target to build an object file
src/lang/vmcodelibs.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/vmcodelibs.c.o
.PHONY : src/lang/vmcodelibs.c.o

src/lang/vmcodelibs.i: src/lang/vmcodelibs.c.i
.PHONY : src/lang/vmcodelibs.i

# target to preprocess a source file
src/lang/vmcodelibs.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/vmcodelibs.c.i
.PHONY : src/lang/vmcodelibs.c.i

src/lang/vmcodelibs.s: src/lang/vmcodelibs.c.s
.PHONY : src/lang/vmcodelibs.s

# target to generate assembly for a file
src/lang/vmcodelibs.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/lang/vmcodelibs.c.s
.PHONY : src/lang/vmcodelibs.c.s

src/main/array.o: src/main/array.c.o
.PHONY : src/main/array.o

# target to build an object file
src/main/array.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/array.c.o
.PHONY : src/main/array.c.o

src/main/array.i: src/main/array.c.i
.PHONY : src/main/array.i

# target to preprocess a source file
src/main/array.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/array.c.i
.PHONY : src/main/array.c.i

src/main/array.s: src/main/array.c.s
.PHONY : src/main/array.s

# target to generate assembly for a file
src/main/array.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/array.c.s
.PHONY : src/main/array.c.s

src/main/bytes.o: src/main/bytes.c.o
.PHONY : src/main/bytes.o

# target to build an object file
src/main/bytes.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/bytes.c.o
.PHONY : src/main/bytes.c.o

src/main/bytes.i: src/main/bytes.c.i
.PHONY : src/main/bytes.i

# target to preprocess a source file
src/main/bytes.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/bytes.c.i
.PHONY : src/main/bytes.c.i

src/main/bytes.s: src/main/bytes.c.s
.PHONY : src/main/bytes.s

# target to generate assembly for a file
src/main/bytes.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/bytes.c.s
.PHONY : src/main/bytes.c.s

src/main/class.o: src/main/class.c.o
.PHONY : src/main/class.o

# target to build an object file
src/main/class.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/class.c.o
.PHONY : src/main/class.c.o

src/main/class.i: src/main/class.c.i
.PHONY : src/main/class.i

# target to preprocess a source file
src/main/class.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/class.c.i
.PHONY : src/main/class.c.i

src/main/class.s: src/main/class.c.s
.PHONY : src/main/class.s

# target to generate assembly for a file
src/main/class.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/class.c.s
.PHONY : src/main/class.c.s

src/main/closure.o: src/main/closure.c.o
.PHONY : src/main/closure.o

# target to build an object file
src/main/closure.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/closure.c.o
.PHONY : src/main/closure.c.o

src/main/closure.i: src/main/closure.c.i
.PHONY : src/main/closure.i

# target to preprocess a source file
src/main/closure.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/closure.c.i
.PHONY : src/main/closure.c.i

src/main/closure.s: src/main/closure.c.s
.PHONY : src/main/closure.s

# target to generate assembly for a file
src/main/closure.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/closure.c.s
.PHONY : src/main/closure.c.s

src/main/context.o: src/main/context.c.o
.PHONY : src/main/context.o

# target to build an object file
src/main/context.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/context.c.o
.PHONY : src/main/context.c.o

src/main/context.i: src/main/context.c.i
.PHONY : src/main/context.i

# target to preprocess a source file
src/main/context.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/context.c.i
.PHONY : src/main/context.c.i

src/main/context.s: src/main/context.c.s
.PHONY : src/main/context.s

# target to generate assembly for a file
src/main/context.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/context.c.s
.PHONY : src/main/context.c.s

src/main/evidence.o: src/main/evidence.c.o
.PHONY : src/main/evidence.o

# target to build an object file
src/main/evidence.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/evidence.c.o
.PHONY : src/main/evidence.c.o

src/main/evidence.i: src/main/evidence.c.i
.PHONY : src/main/evidence.i

# target to preprocess a source file
src/main/evidence.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/evidence.c.i
.PHONY : src/main/evidence.c.i

src/main/evidence.s: src/main/evidence.c.s
.PHONY : src/main/evidence.s

# target to generate assembly for a file
src/main/evidence.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/evidence.c.s
.PHONY : src/main/evidence.c.s

src/main/exports.o: src/main/exports.c.o
.PHONY : src/main/exports.o

# target to build an object file
src/main/exports.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/exports.c.o
.PHONY : src/main/exports.c.o

src/main/exports.i: src/main/exports.c.i
.PHONY : src/main/exports.i

# target to preprocess a source file
src/main/exports.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/exports.c.i
.PHONY : src/main/exports.c.i

src/main/exports.s: src/main/exports.c.s
.PHONY : src/main/exports.s

# target to generate assembly for a file
src/main/exports.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/exports.c.s
.PHONY : src/main/exports.c.s

src/main/link.o: src/main/link.c.o
.PHONY : src/main/link.o

# target to build an object file
src/main/link.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/link.c.o
.PHONY : src/main/link.c.o

src/main/link.i: src/main/link.c.i
.PHONY : src/main/link.i

# target to preprocess a source file
src/main/link.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/link.c.i
.PHONY : src/main/link.c.i

src/main/link.s: src/main/link.c.s
.PHONY : src/main/link.s

# target to generate assembly for a file
src/main/link.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/link.c.s
.PHONY : src/main/link.c.s

src/main/map.o: src/main/map.c.o
.PHONY : src/main/map.o

# target to build an object file
src/main/map.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/map.c.o
.PHONY : src/main/map.c.o

src/main/map.i: src/main/map.c.i
.PHONY : src/main/map.i

# target to preprocess a source file
src/main/map.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/map.c.i
.PHONY : src/main/map.c.i

src/main/map.s: src/main/map.c.s
.PHONY : src/main/map.s

# target to generate assembly for a file
src/main/map.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/map.c.s
.PHONY : src/main/map.c.s

src/main/number.o: src/main/number.c.o
.PHONY : src/main/number.o

# target to build an object file
src/main/number.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/number.c.o
.PHONY : src/main/number.c.o

src/main/number.i: src/main/number.c.i
.PHONY : src/main/number.i

# target to preprocess a source file
src/main/number.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/number.c.i
.PHONY : src/main/number.c.i

src/main/number.s: src/main/number.c.s
.PHONY : src/main/number.s

# target to generate assembly for a file
src/main/number.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/number.c.s
.PHONY : src/main/number.c.s

src/main/os.o: src/main/os.c.o
.PHONY : src/main/os.o

# target to build an object file
src/main/os.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/os.c.o
.PHONY : src/main/os.c.o

src/main/os.i: src/main/os.c.i
.PHONY : src/main/os.i

# target to preprocess a source file
src/main/os.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/os.c.i
.PHONY : src/main/os.c.i

src/main/os.s: src/main/os.c.s
.PHONY : src/main/os.s

# target to generate assembly for a file
src/main/os.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/os.c.s
.PHONY : src/main/os.c.s

src/main/query.o: src/main/query.c.o
.PHONY : src/main/query.o

# target to build an object file
src/main/query.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/query.c.o
.PHONY : src/main/query.c.o

src/main/query.i: src/main/query.c.i
.PHONY : src/main/query.i

# target to preprocess a source file
src/main/query.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/query.c.i
.PHONY : src/main/query.c.i

src/main/query.s: src/main/query.c.s
.PHONY : src/main/query.s

# target to generate assembly for a file
src/main/query.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/query.c.s
.PHONY : src/main/query.c.s

src/main/runtime.o: src/main/runtime.c.o
.PHONY : src/main/runtime.o

# target to build an object file
src/main/runtime.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/runtime.c.o
.PHONY : src/main/runtime.c.o

src/main/runtime.i: src/main/runtime.c.i
.PHONY : src/main/runtime.i

# target to preprocess a source file
src/main/runtime.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/runtime.c.i
.PHONY : src/main/runtime.c.i

src/main/runtime.s: src/main/runtime.c.s
.PHONY : src/main/runtime.s

# target to generate assembly for a file
src/main/runtime.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/runtime.c.s
.PHONY : src/main/runtime.c.s

src/main/security.o: src/main/security.c.o
.PHONY : src/main/security.o

# target to build an object file
src/main/security.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/security.c.o
.PHONY : src/main/security.c.o

src/main/security.i: src/main/security.c.i
.PHONY : src/main/security.i

# target to preprocess a source file
src/main/security.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/security.c.i
.PHONY : src/main/security.c.i

src/main/security.s: src/main/security.c.s
.PHONY : src/main/security.s

# target to generate assembly for a file
src/main/security.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/security.c.s
.PHONY : src/main/security.c.s

src/main/semantics.o: src/main/semantics.c.o
.PHONY : src/main/semantics.o

# target to build an object file
src/main/semantics.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/semantics.c.o
.PHONY : src/main/semantics.c.o

src/main/semantics.i: src/main/semantics.c.i
.PHONY : src/main/semantics.i

# target to preprocess a source file
src/main/semantics.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/semantics.c.i
.PHONY : src/main/semantics.c.i

src/main/semantics.s: src/main/semantics.c.s
.PHONY : src/main/semantics.s

# target to generate assembly for a file
src/main/semantics.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/semantics.c.s
.PHONY : src/main/semantics.c.s

src/main/stack.o: src/main/stack.c.o
.PHONY : src/main/stack.o

# target to build an object file
src/main/stack.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stack.c.o
.PHONY : src/main/stack.c.o

src/main/stack.i: src/main/stack.c.i
.PHONY : src/main/stack.i

# target to preprocess a source file
src/main/stack.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stack.c.i
.PHONY : src/main/stack.c.i

src/main/stack.s: src/main/stack.c.s
.PHONY : src/main/stack.s

# target to generate assembly for a file
src/main/stack.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stack.c.s
.PHONY : src/main/stack.c.s

src/main/stream.o: src/main/stream.c.o
.PHONY : src/main/stream.o

# target to build an object file
src/main/stream.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stream.c.o
.PHONY : src/main/stream.c.o

src/main/stream.i: src/main/stream.c.i
.PHONY : src/main/stream.i

# target to preprocess a source file
src/main/stream.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stream.c.i
.PHONY : src/main/stream.c.i

src/main/stream.s: src/main/stream.c.s
.PHONY : src/main/stream.s

# target to generate assembly for a file
src/main/stream.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/stream.c.s
.PHONY : src/main/stream.c.s

src/main/string.o: src/main/string.c.o
.PHONY : src/main/string.o

# target to build an object file
src/main/string.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/string.c.o
.PHONY : src/main/string.c.o

src/main/string.i: src/main/string.c.i
.PHONY : src/main/string.i

# target to preprocess a source file
src/main/string.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/string.c.i
.PHONY : src/main/string.c.i

src/main/string.s: src/main/string.c.s
.PHONY : src/main/string.s

# target to generate assembly for a file
src/main/string.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/string.c.s
.PHONY : src/main/string.c.s

src/main/struct.o: src/main/struct.c.o
.PHONY : src/main/struct.o

# target to build an object file
src/main/struct.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/struct.c.o
.PHONY : src/main/struct.c.o

src/main/struct.i: src/main/struct.c.i
.PHONY : src/main/struct.i

# target to preprocess a source file
src/main/struct.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/struct.c.i
.PHONY : src/main/struct.c.i

src/main/struct.s: src/main/struct.c.s
.PHONY : src/main/struct.s

# target to generate assembly for a file
src/main/struct.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/struct.c.s
.PHONY : src/main/struct.c.s

src/main/system.o: src/main/system.c.o
.PHONY : src/main/system.o

# target to build an object file
src/main/system.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/system.c.o
.PHONY : src/main/system.c.o

src/main/system.i: src/main/system.c.i
.PHONY : src/main/system.i

# target to preprocess a source file
src/main/system.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/system.c.i
.PHONY : src/main/system.c.i

src/main/system.s: src/main/system.c.s
.PHONY : src/main/system.s

# target to generate assembly for a file
src/main/system.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/system.c.s
.PHONY : src/main/system.c.s

src/main/thread.o: src/main/thread.c.o
.PHONY : src/main/thread.o

# target to build an object file
src/main/thread.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/thread.c.o
.PHONY : src/main/thread.c.o

src/main/thread.i: src/main/thread.c.i
.PHONY : src/main/thread.i

# target to preprocess a source file
src/main/thread.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/thread.c.i
.PHONY : src/main/thread.c.i

src/main/thread.s: src/main/thread.c.s
.PHONY : src/main/thread.s

# target to generate assembly for a file
src/main/thread.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/main/thread.c.s
.PHONY : src/main/thread.c.s

src/sugar/sugar.o: src/sugar/sugar.c.o
.PHONY : src/sugar/sugar.o

# target to build an object file
src/sugar/sugar.c.o:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/sugar/sugar.c.o
.PHONY : src/sugar/sugar.c.o

src/sugar/sugar.i: src/sugar/sugar.c.i
.PHONY : src/sugar/sugar.i

# target to preprocess a source file
src/sugar/sugar.c.i:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/sugar/sugar.c.i
.PHONY : src/sugar/sugar.c.i

src/sugar/sugar.s: src/sugar/sugar.c.s
.PHONY : src/sugar/sugar.s

# target to generate assembly for a file
src/sugar/sugar.c.s:
	$(MAKE) -f CMakeFiles/konoha.dir/build.make CMakeFiles/konoha.dir/src/sugar/sugar.c.s
.PHONY : src/sugar/sugar.c.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 "... doc"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... konoha"
	@echo "... konoha1"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... compiler"
	@echo "... konohac"
	@echo "... jkonoha"
	@echo "... compiler.optllvm"
	@echo "... curl"
	@echo "... gsl"
	@echo "... i"
	@echo "... io"
	@echo "... md5"
	@echo "... msgpack"
	@echo "... json"
	@echo "... lang"
	@echo "... liboauth"
	@echo "... llvm"
	@echo "... math"
	@echo "... memcached"
	@echo "... mpi"
	@echo "... mpikonoha"
	@echo "... ntrace"
	@echo "... posix"
	@echo "... proc"
	@echo "... signal"
	@echo "... socket"
	@echo "... sql"
	@echo "... thread"
	@echo "... xml"
	@echo "... src/ext/mt19937ar.o"
	@echo "... src/ext/mt19937ar.i"
	@echo "... src/ext/mt19937ar.s"
	@echo "... src/gc/gc.o"
	@echo "... src/gc/gc.i"
	@echo "... src/gc/gc.s"
	@echo "... src/konoha.o"
	@echo "... src/konoha.i"
	@echo "... src/konoha.s"
	@echo "... src/lang/asm.o"
	@echo "... src/lang/asm.i"
	@echo "... src/lang/asm.s"
	@echo "... src/lang/ffi.o"
	@echo "... src/lang/ffi.i"
	@echo "... src/lang/ffi.s"
	@echo "... src/lang/message.o"
	@echo "... src/lang/message.i"
	@echo "... src/lang/message.s"
	@echo "... src/lang/script.o"
	@echo "... src/lang/script.i"
	@echo "... src/lang/script.s"
	@echo "... src/lang/term.o"
	@echo "... src/lang/term.i"
	@echo "... src/lang/term.s"
	@echo "... src/lang/typing.o"
	@echo "... src/lang/typing.i"
	@echo "... src/lang/typing.s"
	@echo "... src/lang/vmcodelibs.o"
	@echo "... src/lang/vmcodelibs.i"
	@echo "... src/lang/vmcodelibs.s"
	@echo "... src/main/array.o"
	@echo "... src/main/array.i"
	@echo "... src/main/array.s"
	@echo "... src/main/bytes.o"
	@echo "... src/main/bytes.i"
	@echo "... src/main/bytes.s"
	@echo "... src/main/class.o"
	@echo "... src/main/class.i"
	@echo "... src/main/class.s"
	@echo "... src/main/closure.o"
	@echo "... src/main/closure.i"
	@echo "... src/main/closure.s"
	@echo "... src/main/context.o"
	@echo "... src/main/context.i"
	@echo "... src/main/context.s"
	@echo "... src/main/evidence.o"
	@echo "... src/main/evidence.i"
	@echo "... src/main/evidence.s"
	@echo "... src/main/exports.o"
	@echo "... src/main/exports.i"
	@echo "... src/main/exports.s"
	@echo "... src/main/link.o"
	@echo "... src/main/link.i"
	@echo "... src/main/link.s"
	@echo "... src/main/map.o"
	@echo "... src/main/map.i"
	@echo "... src/main/map.s"
	@echo "... src/main/number.o"
	@echo "... src/main/number.i"
	@echo "... src/main/number.s"
	@echo "... src/main/os.o"
	@echo "... src/main/os.i"
	@echo "... src/main/os.s"
	@echo "... src/main/query.o"
	@echo "... src/main/query.i"
	@echo "... src/main/query.s"
	@echo "... src/main/runtime.o"
	@echo "... src/main/runtime.i"
	@echo "... src/main/runtime.s"
	@echo "... src/main/security.o"
	@echo "... src/main/security.i"
	@echo "... src/main/security.s"
	@echo "... src/main/semantics.o"
	@echo "... src/main/semantics.i"
	@echo "... src/main/semantics.s"
	@echo "... src/main/stack.o"
	@echo "... src/main/stack.i"
	@echo "... src/main/stack.s"
	@echo "... src/main/stream.o"
	@echo "... src/main/stream.i"
	@echo "... src/main/stream.s"
	@echo "... src/main/string.o"
	@echo "... src/main/string.i"
	@echo "... src/main/string.s"
	@echo "... src/main/struct.o"
	@echo "... src/main/struct.i"
	@echo "... src/main/struct.s"
	@echo "... src/main/system.o"
	@echo "... src/main/system.i"
	@echo "... src/main/system.s"
	@echo "... src/main/thread.o"
	@echo "... src/main/thread.i"
	@echo "... src/main/thread.s"
	@echo "... src/sugar/sugar.o"
	@echo "... src/sugar/sugar.i"
	@echo "... src/sugar/sugar.s"
.PHONY : help



#=============================================================================
# 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
.PHONY : cmake_check_build_system

