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

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

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# 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 = /home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake

# The command to remove a file.
RM = /home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/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..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cpack --config ./CPackSourceConfig.cmake /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall/build/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

.PHONY : package/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/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..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/ccmake -S$(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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/nodeuser/cmake/cmake-3.14.1-Linux-x86_64/bin/cmake -S$(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 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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall/build/CMakeFiles /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/nodeuser/git/nodejs-driver/scripts/fastcall/node_modules/fastcall/build/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named dynload_s

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

# fast build rule for target.
dynload_s/fast:
	$(MAKE) -f deps/dyncall/dynload/CMakeFiles/dynload_s.dir/build.make deps/dyncall/dynload/CMakeFiles/dynload_s.dir/build
.PHONY : dynload_s/fast

#=============================================================================
# Target rules for targets named dyncall_s

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

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

#=============================================================================
# Target rules for targets named dyncallback_s

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

# fast build rule for target.
dyncallback_s/fast:
	$(MAKE) -f deps/dyncall/dyncallback/CMakeFiles/dyncallback_s.dir/build.make deps/dyncall/dyncallback/CMakeFiles/dyncallback_s.dir/build
.PHONY : dyncallback_s/fast

#=============================================================================
# Target rules for targets named manual

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

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

#=============================================================================
# Target rules for targets named call_suite

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

# fast build rule for target.
call_suite/fast:
	$(MAKE) -f deps/dyncall/test/call_suite/CMakeFiles/call_suite.dir/build.make deps/dyncall/test/call_suite/CMakeFiles/call_suite.dir/build
.PHONY : call_suite/fast

#=============================================================================
# Target rules for targets named callback_suite

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

# fast build rule for target.
callback_suite/fast:
	$(MAKE) -f deps/dyncall/test/callback_suite/CMakeFiles/callback_suite.dir/build.make deps/dyncall/test/callback_suite/CMakeFiles/callback_suite.dir/build
.PHONY : callback_suite/fast

#=============================================================================
# Target rules for targets named plain

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

# fast build rule for target.
plain/fast:
	$(MAKE) -f deps/dyncall/test/plain/CMakeFiles/plain.dir/build.make deps/dyncall/test/plain/CMakeFiles/plain.dir/build
.PHONY : plain/fast

#=============================================================================
# Target rules for targets named plain_cxx

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

# fast build rule for target.
plain_cxx/fast:
	$(MAKE) -f deps/dyncall/test/plain_c++/CMakeFiles/plain_cxx.dir/build.make deps/dyncall/test/plain_c++/CMakeFiles/plain_cxx.dir/build
.PHONY : plain_cxx/fast

#=============================================================================
# Target rules for targets named suite

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

# fast build rule for target.
suite/fast:
	$(MAKE) -f deps/dyncall/test/suite/CMakeFiles/suite.dir/build.make deps/dyncall/test/suite/CMakeFiles/suite.dir/build
.PHONY : suite/fast

#=============================================================================
# Target rules for targets named suite2

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

# fast build rule for target.
suite2/fast:
	$(MAKE) -f deps/dyncall/test/suite2/CMakeFiles/suite2.dir/build.make deps/dyncall/test/suite2/CMakeFiles/suite2.dir/build
.PHONY : suite2/fast

#=============================================================================
# Target rules for targets named suite3

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

# fast build rule for target.
suite3/fast:
	$(MAKE) -f deps/dyncall/test/suite3/CMakeFiles/suite3.dir/build.make deps/dyncall/test/suite3/CMakeFiles/suite3.dir/build
.PHONY : suite3/fast

#=============================================================================
# Target rules for targets named suite_floats

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

# fast build rule for target.
suite_floats/fast:
	$(MAKE) -f deps/dyncall/test/suite_floats/CMakeFiles/suite_floats.dir/build.make deps/dyncall/test/suite_floats/CMakeFiles/suite_floats.dir/build
.PHONY : suite_floats/fast

#=============================================================================
# Target rules for targets named ellipsis

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

# fast build rule for target.
ellipsis/fast:
	$(MAKE) -f deps/dyncall/test/ellipsis/CMakeFiles/ellipsis.dir/build.make deps/dyncall/test/ellipsis/CMakeFiles/ellipsis.dir/build
.PHONY : ellipsis/fast

#=============================================================================
# Target rules for targets named callf

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

# fast build rule for target.
callf/fast:
	$(MAKE) -f deps/dyncall/test/callf/CMakeFiles/callf.dir/build.make deps/dyncall/test/callf/CMakeFiles/callf.dir/build
.PHONY : callf/fast

#=============================================================================
# Target rules for targets named nm

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

# fast build rule for target.
nm/fast:
	$(MAKE) -f deps/dyncall/test/nm/CMakeFiles/nm.dir/build.make deps/dyncall/test/nm/CMakeFiles/nm.dir/build
.PHONY : nm/fast

#=============================================================================
# Target rules for targets named resolve_self

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

# fast build rule for target.
resolve_self/fast:
	$(MAKE) -f deps/dyncall/test/resolve_self/CMakeFiles/resolve_self.dir/build.make deps/dyncall/test/resolve_self/CMakeFiles/resolve_self.dir/build
.PHONY : resolve_self/fast

#=============================================================================
# Target rules for targets named test_thunk

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

# fast build rule for target.
test_thunk/fast:
	$(MAKE) -f deps/dyncall/test/thunk/CMakeFiles/test_thunk.dir/build.make deps/dyncall/test/thunk/CMakeFiles/test_thunk.dir/build
.PHONY : test_thunk/fast

#=============================================================================
# Target rules for targets named malloc_wx

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

# fast build rule for target.
malloc_wx/fast:
	$(MAKE) -f deps/dyncall/test/malloc_wx/CMakeFiles/malloc_wx.dir/build.make deps/dyncall/test/malloc_wx/CMakeFiles/malloc_wx.dir/build
.PHONY : malloc_wx/fast

#=============================================================================
# Target rules for targets named callback_plain

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

# fast build rule for target.
callback_plain/fast:
	$(MAKE) -f deps/dyncall/test/callback_plain/CMakeFiles/callback_plain.dir/build.make deps/dyncall/test/callback_plain/CMakeFiles/callback_plain.dir/build
.PHONY : callback_plain/fast

#=============================================================================
# Target rules for targets named sharedlib

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

# fast build rule for target.
sharedlib/fast:
	$(MAKE) -f deps/dyncall/test/sharedlib/CMakeFiles/sharedlib.dir/build.make deps/dyncall/test/sharedlib/CMakeFiles/sharedlib.dir/build
.PHONY : sharedlib/fast

#=============================================================================
# Target rules for targets named syscall

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

# fast build rule for target.
syscall/fast:
	$(MAKE) -f deps/dyncall/test/syscall/CMakeFiles/syscall.dir/build.make deps/dyncall/test/syscall/CMakeFiles/syscall.dir/build
.PHONY : syscall/fast

#=============================================================================
# Target rules for targets named ref

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

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

#=============================================================================
# Target rules for targets named fastcall

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

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

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... package_source"
	@echo "... package"
	@echo "... install"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... dynload_s"
	@echo "... dyncall_s"
	@echo "... dyncallback_s"
	@echo "... manual"
	@echo "... call_suite"
	@echo "... callback_suite"
	@echo "... plain"
	@echo "... plain_cxx"
	@echo "... suite"
	@echo "... suite2"
	@echo "... suite3"
	@echo "... suite_floats"
	@echo "... ellipsis"
	@echo "... callf"
	@echo "... nm"
	@echo "... resolve_self"
	@echo "... test_thunk"
	@echo "... malloc_wx"
	@echo "... callback_plain"
	@echo "... sharedlib"
	@echo "... syscall"
	@echo "... ref"
	@echo "... fastcall"
.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

