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

# 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:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#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/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/ubuntu/json-c

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ubuntu/json-c/build

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	/usr/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/bin/cpack --config ./CPackSourceConfig.cmake /home/ubuntu/json-c/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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.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..."
	/usr/bin/cmake --regenerate-during-build -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

# 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
.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/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/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..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.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/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..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/json-c/build/CMakeFiles /home/ubuntu/json-c/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/json-c/build/CMakeFiles 0
.PHONY : all

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

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

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

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -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 Experimental

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

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

#=============================================================================
# Target rules for targets named Nightly

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

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

#=============================================================================
# Target rules for targets named Continuous

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

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

#=============================================================================
# Target rules for targets named NightlyMemoryCheck

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

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

#=============================================================================
# Target rules for targets named NightlyStart

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

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

#=============================================================================
# Target rules for targets named NightlyUpdate

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

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

#=============================================================================
# Target rules for targets named NightlyConfigure

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

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

#=============================================================================
# Target rules for targets named NightlyBuild

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

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

#=============================================================================
# Target rules for targets named NightlyTest

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

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

#=============================================================================
# Target rules for targets named NightlyCoverage

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

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

#=============================================================================
# Target rules for targets named NightlyMemCheck

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

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

#=============================================================================
# Target rules for targets named NightlySubmit

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

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

#=============================================================================
# Target rules for targets named ExperimentalStart

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

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

#=============================================================================
# Target rules for targets named ExperimentalUpdate

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

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

#=============================================================================
# Target rules for targets named ExperimentalConfigure

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

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

#=============================================================================
# Target rules for targets named ExperimentalBuild

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

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

#=============================================================================
# Target rules for targets named ExperimentalTest

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

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

#=============================================================================
# Target rules for targets named ExperimentalCoverage

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

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

#=============================================================================
# Target rules for targets named ExperimentalMemCheck

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

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

#=============================================================================
# Target rules for targets named ExperimentalSubmit

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

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

#=============================================================================
# Target rules for targets named ContinuousStart

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

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

#=============================================================================
# Target rules for targets named ContinuousUpdate

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

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

#=============================================================================
# Target rules for targets named ContinuousConfigure

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

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

#=============================================================================
# Target rules for targets named ContinuousBuild

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

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

#=============================================================================
# Target rules for targets named ContinuousTest

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

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

#=============================================================================
# Target rules for targets named ContinuousCoverage

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

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

#=============================================================================
# Target rules for targets named ContinuousMemCheck

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

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

#=============================================================================
# Target rules for targets named ContinuousSubmit

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

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

#=============================================================================
# Target rules for targets named distcheck

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

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

#=============================================================================
# Target rules for targets named uninstall

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

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

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

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

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

#=============================================================================
# Target rules for targets named json-c-static

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

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

#=============================================================================
# Target rules for targets named test1Formatted

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

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

#=============================================================================
# Target rules for targets named test2Formatted

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

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

#=============================================================================
# Target rules for targets named test1

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

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

#=============================================================================
# Target rules for targets named test2

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

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

#=============================================================================
# Target rules for targets named test4

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

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

#=============================================================================
# Target rules for targets named testReplaceExisting

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

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

#=============================================================================
# Target rules for targets named test_cast

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

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

#=============================================================================
# Target rules for targets named test_charcase

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

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

#=============================================================================
# Target rules for targets named test_compare

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

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

#=============================================================================
# Target rules for targets named test_deep_copy

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

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

#=============================================================================
# Target rules for targets named test_double_serializer

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

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

#=============================================================================
# Target rules for targets named test_float

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

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

#=============================================================================
# Target rules for targets named test_int_add

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

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

#=============================================================================
# Target rules for targets named test_int_get

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

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

#=============================================================================
# Target rules for targets named test_locale

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

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

#=============================================================================
# Target rules for targets named test_null

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

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

#=============================================================================
# Target rules for targets named test_parse

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

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

#=============================================================================
# Target rules for targets named test_parse_int64

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

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

#=============================================================================
# Target rules for targets named test_printbuf

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

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

#=============================================================================
# Target rules for targets named test_set_serializer

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

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

#=============================================================================
# Target rules for targets named test_set_value

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

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

#=============================================================================
# Target rules for targets named test_strerror

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

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

#=============================================================================
# Target rules for targets named test_util_file

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

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

#=============================================================================
# Target rules for targets named test_visit

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

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

#=============================================================================
# Target rules for targets named test_object_iterator

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

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

#=============================================================================
# Target rules for targets named test_json_pointer

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

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

#=============================================================================
# Target rules for targets named test_json_patch

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

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

#=============================================================================
# Target rules for targets named json_parse

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

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

arraylist.o: arraylist.c.o
.PHONY : arraylist.o

# target to build an object file
arraylist.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/arraylist.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/arraylist.c.o
.PHONY : arraylist.c.o

arraylist.i: arraylist.c.i
.PHONY : arraylist.i

# target to preprocess a source file
arraylist.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/arraylist.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/arraylist.c.i
.PHONY : arraylist.c.i

arraylist.s: arraylist.c.s
.PHONY : arraylist.s

# target to generate assembly for a file
arraylist.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/arraylist.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/arraylist.c.s
.PHONY : arraylist.c.s

debug.o: debug.c.o
.PHONY : debug.o

# target to build an object file
debug.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/debug.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/debug.c.o
.PHONY : debug.c.o

debug.i: debug.c.i
.PHONY : debug.i

# target to preprocess a source file
debug.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/debug.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/debug.c.i
.PHONY : debug.c.i

debug.s: debug.c.s
.PHONY : debug.s

# target to generate assembly for a file
debug.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/debug.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/debug.c.s
.PHONY : debug.c.s

json_c_version.o: json_c_version.c.o
.PHONY : json_c_version.o

# target to build an object file
json_c_version.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_c_version.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_c_version.c.o
.PHONY : json_c_version.c.o

json_c_version.i: json_c_version.c.i
.PHONY : json_c_version.i

# target to preprocess a source file
json_c_version.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_c_version.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_c_version.c.i
.PHONY : json_c_version.c.i

json_c_version.s: json_c_version.c.s
.PHONY : json_c_version.s

# target to generate assembly for a file
json_c_version.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_c_version.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_c_version.c.s
.PHONY : json_c_version.c.s

json_object.o: json_object.c.o
.PHONY : json_object.o

# target to build an object file
json_object.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object.c.o
.PHONY : json_object.c.o

json_object.i: json_object.c.i
.PHONY : json_object.i

# target to preprocess a source file
json_object.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object.c.i
.PHONY : json_object.c.i

json_object.s: json_object.c.s
.PHONY : json_object.s

# target to generate assembly for a file
json_object.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object.c.s
.PHONY : json_object.c.s

json_object_iterator.o: json_object_iterator.c.o
.PHONY : json_object_iterator.o

# target to build an object file
json_object_iterator.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object_iterator.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object_iterator.c.o
.PHONY : json_object_iterator.c.o

json_object_iterator.i: json_object_iterator.c.i
.PHONY : json_object_iterator.i

# target to preprocess a source file
json_object_iterator.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object_iterator.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object_iterator.c.i
.PHONY : json_object_iterator.c.i

json_object_iterator.s: json_object_iterator.c.s
.PHONY : json_object_iterator.s

# target to generate assembly for a file
json_object_iterator.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_object_iterator.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_object_iterator.c.s
.PHONY : json_object_iterator.c.s

json_patch.o: json_patch.c.o
.PHONY : json_patch.o

# target to build an object file
json_patch.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_patch.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_patch.c.o
.PHONY : json_patch.c.o

json_patch.i: json_patch.c.i
.PHONY : json_patch.i

# target to preprocess a source file
json_patch.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_patch.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_patch.c.i
.PHONY : json_patch.c.i

json_patch.s: json_patch.c.s
.PHONY : json_patch.s

# target to generate assembly for a file
json_patch.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_patch.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_patch.c.s
.PHONY : json_patch.c.s

json_pointer.o: json_pointer.c.o
.PHONY : json_pointer.o

# target to build an object file
json_pointer.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_pointer.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_pointer.c.o
.PHONY : json_pointer.c.o

json_pointer.i: json_pointer.c.i
.PHONY : json_pointer.i

# target to preprocess a source file
json_pointer.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_pointer.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_pointer.c.i
.PHONY : json_pointer.c.i

json_pointer.s: json_pointer.c.s
.PHONY : json_pointer.s

# target to generate assembly for a file
json_pointer.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_pointer.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_pointer.c.s
.PHONY : json_pointer.c.s

json_tokener.o: json_tokener.c.o
.PHONY : json_tokener.o

# target to build an object file
json_tokener.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_tokener.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_tokener.c.o
.PHONY : json_tokener.c.o

json_tokener.i: json_tokener.c.i
.PHONY : json_tokener.i

# target to preprocess a source file
json_tokener.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_tokener.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_tokener.c.i
.PHONY : json_tokener.c.i

json_tokener.s: json_tokener.c.s
.PHONY : json_tokener.s

# target to generate assembly for a file
json_tokener.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_tokener.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_tokener.c.s
.PHONY : json_tokener.c.s

json_util.o: json_util.c.o
.PHONY : json_util.o

# target to build an object file
json_util.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_util.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_util.c.o
.PHONY : json_util.c.o

json_util.i: json_util.c.i
.PHONY : json_util.i

# target to preprocess a source file
json_util.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_util.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_util.c.i
.PHONY : json_util.c.i

json_util.s: json_util.c.s
.PHONY : json_util.s

# target to generate assembly for a file
json_util.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_util.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_util.c.s
.PHONY : json_util.c.s

json_visit.o: json_visit.c.o
.PHONY : json_visit.o

# target to build an object file
json_visit.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_visit.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_visit.c.o
.PHONY : json_visit.c.o

json_visit.i: json_visit.c.i
.PHONY : json_visit.i

# target to preprocess a source file
json_visit.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_visit.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_visit.c.i
.PHONY : json_visit.c.i

json_visit.s: json_visit.c.s
.PHONY : json_visit.s

# target to generate assembly for a file
json_visit.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/json_visit.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/json_visit.c.s
.PHONY : json_visit.c.s

linkhash.o: linkhash.c.o
.PHONY : linkhash.o

# target to build an object file
linkhash.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/linkhash.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/linkhash.c.o
.PHONY : linkhash.c.o

linkhash.i: linkhash.c.i
.PHONY : linkhash.i

# target to preprocess a source file
linkhash.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/linkhash.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/linkhash.c.i
.PHONY : linkhash.c.i

linkhash.s: linkhash.c.s
.PHONY : linkhash.s

# target to generate assembly for a file
linkhash.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/linkhash.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/linkhash.c.s
.PHONY : linkhash.c.s

printbuf.o: printbuf.c.o
.PHONY : printbuf.o

# target to build an object file
printbuf.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/printbuf.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/printbuf.c.o
.PHONY : printbuf.c.o

printbuf.i: printbuf.c.i
.PHONY : printbuf.i

# target to preprocess a source file
printbuf.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/printbuf.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/printbuf.c.i
.PHONY : printbuf.c.i

printbuf.s: printbuf.c.s
.PHONY : printbuf.s

# target to generate assembly for a file
printbuf.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/printbuf.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/printbuf.c.s
.PHONY : printbuf.c.s

random_seed.o: random_seed.c.o
.PHONY : random_seed.o

# target to build an object file
random_seed.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/random_seed.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/random_seed.c.o
.PHONY : random_seed.c.o

random_seed.i: random_seed.c.i
.PHONY : random_seed.i

# target to preprocess a source file
random_seed.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/random_seed.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/random_seed.c.i
.PHONY : random_seed.c.i

random_seed.s: random_seed.c.s
.PHONY : random_seed.s

# target to generate assembly for a file
random_seed.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/random_seed.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/random_seed.c.s
.PHONY : random_seed.c.s

strerror_override.o: strerror_override.c.o
.PHONY : strerror_override.o

# target to build an object file
strerror_override.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/strerror_override.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/strerror_override.c.o
.PHONY : strerror_override.c.o

strerror_override.i: strerror_override.c.i
.PHONY : strerror_override.i

# target to preprocess a source file
strerror_override.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/strerror_override.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/strerror_override.c.i
.PHONY : strerror_override.c.i

strerror_override.s: strerror_override.c.s
.PHONY : strerror_override.s

# target to generate assembly for a file
strerror_override.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c.dir/build.make CMakeFiles/json-c.dir/strerror_override.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/json-c-static.dir/build.make CMakeFiles/json-c-static.dir/strerror_override.c.s
.PHONY : strerror_override.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... Continuous"
	@echo "... ContinuousBuild"
	@echo "... ContinuousConfigure"
	@echo "... ContinuousCoverage"
	@echo "... ContinuousMemCheck"
	@echo "... ContinuousStart"
	@echo "... ContinuousSubmit"
	@echo "... ContinuousTest"
	@echo "... ContinuousUpdate"
	@echo "... Experimental"
	@echo "... ExperimentalBuild"
	@echo "... ExperimentalConfigure"
	@echo "... ExperimentalCoverage"
	@echo "... ExperimentalMemCheck"
	@echo "... ExperimentalStart"
	@echo "... ExperimentalSubmit"
	@echo "... ExperimentalTest"
	@echo "... ExperimentalUpdate"
	@echo "... Nightly"
	@echo "... NightlyBuild"
	@echo "... NightlyConfigure"
	@echo "... NightlyCoverage"
	@echo "... NightlyMemCheck"
	@echo "... NightlyMemoryCheck"
	@echo "... NightlyStart"
	@echo "... NightlySubmit"
	@echo "... NightlyTest"
	@echo "... NightlyUpdate"
	@echo "... distcheck"
	@echo "... uninstall"
	@echo "... json-c"
	@echo "... json-c-static"
	@echo "... json_parse"
	@echo "... test1"
	@echo "... test1Formatted"
	@echo "... test2"
	@echo "... test2Formatted"
	@echo "... test4"
	@echo "... testReplaceExisting"
	@echo "... test_cast"
	@echo "... test_charcase"
	@echo "... test_compare"
	@echo "... test_deep_copy"
	@echo "... test_double_serializer"
	@echo "... test_float"
	@echo "... test_int_add"
	@echo "... test_int_get"
	@echo "... test_json_patch"
	@echo "... test_json_pointer"
	@echo "... test_locale"
	@echo "... test_null"
	@echo "... test_object_iterator"
	@echo "... test_parse"
	@echo "... test_parse_int64"
	@echo "... test_printbuf"
	@echo "... test_set_serializer"
	@echo "... test_set_value"
	@echo "... test_strerror"
	@echo "... test_util_file"
	@echo "... test_visit"
	@echo "... arraylist.o"
	@echo "... arraylist.i"
	@echo "... arraylist.s"
	@echo "... debug.o"
	@echo "... debug.i"
	@echo "... debug.s"
	@echo "... json_c_version.o"
	@echo "... json_c_version.i"
	@echo "... json_c_version.s"
	@echo "... json_object.o"
	@echo "... json_object.i"
	@echo "... json_object.s"
	@echo "... json_object_iterator.o"
	@echo "... json_object_iterator.i"
	@echo "... json_object_iterator.s"
	@echo "... json_patch.o"
	@echo "... json_patch.i"
	@echo "... json_patch.s"
	@echo "... json_pointer.o"
	@echo "... json_pointer.i"
	@echo "... json_pointer.s"
	@echo "... json_tokener.o"
	@echo "... json_tokener.i"
	@echo "... json_tokener.s"
	@echo "... json_util.o"
	@echo "... json_util.i"
	@echo "... json_util.s"
	@echo "... json_visit.o"
	@echo "... json_visit.i"
	@echo "... json_visit.s"
	@echo "... linkhash.o"
	@echo "... linkhash.i"
	@echo "... linkhash.s"
	@echo "... printbuf.o"
	@echo "... printbuf.i"
	@echo "... printbuf.s"
	@echo "... random_seed.o"
	@echo "... random_seed.i"
	@echo "... random_seed.s"
	@echo "... strerror_override.o"
	@echo "... strerror_override.i"
	@echo "... strerror_override.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

