# 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..."
	cd /home/ubuntu/json-c/build && /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..."
	cd /home/ubuntu/json-c/build && /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
	cd /home/ubuntu/json-c/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/json-c/build/CMakeFiles /home/ubuntu/json-c/build/tests//CMakeFiles/progress.marks
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/json-c/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/ubuntu/json-c/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tests/CMakeFiles/test1Formatted.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test1Formatted.dir/rule
.PHONY : tests/CMakeFiles/test1Formatted.dir/rule

# Convenience name for target.
test1Formatted: tests/CMakeFiles/test1Formatted.dir/rule
.PHONY : test1Formatted

# fast build rule for target.
test1Formatted/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/build
.PHONY : test1Formatted/fast

# Convenience name for target.
tests/CMakeFiles/test2Formatted.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test2Formatted.dir/rule
.PHONY : tests/CMakeFiles/test2Formatted.dir/rule

# Convenience name for target.
test2Formatted: tests/CMakeFiles/test2Formatted.dir/rule
.PHONY : test2Formatted

# fast build rule for target.
test2Formatted/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/build
.PHONY : test2Formatted/fast

# Convenience name for target.
tests/CMakeFiles/test1.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test1.dir/rule
.PHONY : tests/CMakeFiles/test1.dir/rule

# Convenience name for target.
test1: tests/CMakeFiles/test1.dir/rule
.PHONY : test1

# fast build rule for target.
test1/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1.dir/build.make tests/CMakeFiles/test1.dir/build
.PHONY : test1/fast

# Convenience name for target.
tests/CMakeFiles/test2.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test2.dir/rule
.PHONY : tests/CMakeFiles/test2.dir/rule

# Convenience name for target.
test2: tests/CMakeFiles/test2.dir/rule
.PHONY : test2

# fast build rule for target.
test2/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2.dir/build.make tests/CMakeFiles/test2.dir/build
.PHONY : test2/fast

# Convenience name for target.
tests/CMakeFiles/test4.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test4.dir/rule
.PHONY : tests/CMakeFiles/test4.dir/rule

# Convenience name for target.
test4: tests/CMakeFiles/test4.dir/rule
.PHONY : test4

# fast build rule for target.
test4/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test4.dir/build.make tests/CMakeFiles/test4.dir/build
.PHONY : test4/fast

# Convenience name for target.
tests/CMakeFiles/testReplaceExisting.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/testReplaceExisting.dir/rule
.PHONY : tests/CMakeFiles/testReplaceExisting.dir/rule

# Convenience name for target.
testReplaceExisting: tests/CMakeFiles/testReplaceExisting.dir/rule
.PHONY : testReplaceExisting

# fast build rule for target.
testReplaceExisting/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/testReplaceExisting.dir/build.make tests/CMakeFiles/testReplaceExisting.dir/build
.PHONY : testReplaceExisting/fast

# Convenience name for target.
tests/CMakeFiles/test_cast.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_cast.dir/rule
.PHONY : tests/CMakeFiles/test_cast.dir/rule

# Convenience name for target.
test_cast: tests/CMakeFiles/test_cast.dir/rule
.PHONY : test_cast

# fast build rule for target.
test_cast/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_cast.dir/build.make tests/CMakeFiles/test_cast.dir/build
.PHONY : test_cast/fast

# Convenience name for target.
tests/CMakeFiles/test_charcase.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_charcase.dir/rule
.PHONY : tests/CMakeFiles/test_charcase.dir/rule

# Convenience name for target.
test_charcase: tests/CMakeFiles/test_charcase.dir/rule
.PHONY : test_charcase

# fast build rule for target.
test_charcase/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_charcase.dir/build.make tests/CMakeFiles/test_charcase.dir/build
.PHONY : test_charcase/fast

# Convenience name for target.
tests/CMakeFiles/test_compare.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_compare.dir/rule
.PHONY : tests/CMakeFiles/test_compare.dir/rule

# Convenience name for target.
test_compare: tests/CMakeFiles/test_compare.dir/rule
.PHONY : test_compare

# fast build rule for target.
test_compare/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compare.dir/build.make tests/CMakeFiles/test_compare.dir/build
.PHONY : test_compare/fast

# Convenience name for target.
tests/CMakeFiles/test_deep_copy.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_deep_copy.dir/rule
.PHONY : tests/CMakeFiles/test_deep_copy.dir/rule

# Convenience name for target.
test_deep_copy: tests/CMakeFiles/test_deep_copy.dir/rule
.PHONY : test_deep_copy

# fast build rule for target.
test_deep_copy/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_deep_copy.dir/build.make tests/CMakeFiles/test_deep_copy.dir/build
.PHONY : test_deep_copy/fast

# Convenience name for target.
tests/CMakeFiles/test_double_serializer.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_double_serializer.dir/rule
.PHONY : tests/CMakeFiles/test_double_serializer.dir/rule

# Convenience name for target.
test_double_serializer: tests/CMakeFiles/test_double_serializer.dir/rule
.PHONY : test_double_serializer

# fast build rule for target.
test_double_serializer/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_double_serializer.dir/build.make tests/CMakeFiles/test_double_serializer.dir/build
.PHONY : test_double_serializer/fast

# Convenience name for target.
tests/CMakeFiles/test_float.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_float.dir/rule
.PHONY : tests/CMakeFiles/test_float.dir/rule

# Convenience name for target.
test_float: tests/CMakeFiles/test_float.dir/rule
.PHONY : test_float

# fast build rule for target.
test_float/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_float.dir/build.make tests/CMakeFiles/test_float.dir/build
.PHONY : test_float/fast

# Convenience name for target.
tests/CMakeFiles/test_int_add.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_int_add.dir/rule
.PHONY : tests/CMakeFiles/test_int_add.dir/rule

# Convenience name for target.
test_int_add: tests/CMakeFiles/test_int_add.dir/rule
.PHONY : test_int_add

# fast build rule for target.
test_int_add/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_add.dir/build.make tests/CMakeFiles/test_int_add.dir/build
.PHONY : test_int_add/fast

# Convenience name for target.
tests/CMakeFiles/test_int_get.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_int_get.dir/rule
.PHONY : tests/CMakeFiles/test_int_get.dir/rule

# Convenience name for target.
test_int_get: tests/CMakeFiles/test_int_get.dir/rule
.PHONY : test_int_get

# fast build rule for target.
test_int_get/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_get.dir/build.make tests/CMakeFiles/test_int_get.dir/build
.PHONY : test_int_get/fast

# Convenience name for target.
tests/CMakeFiles/test_locale.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_locale.dir/rule
.PHONY : tests/CMakeFiles/test_locale.dir/rule

# Convenience name for target.
test_locale: tests/CMakeFiles/test_locale.dir/rule
.PHONY : test_locale

# fast build rule for target.
test_locale/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_locale.dir/build.make tests/CMakeFiles/test_locale.dir/build
.PHONY : test_locale/fast

# Convenience name for target.
tests/CMakeFiles/test_null.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_null.dir/rule
.PHONY : tests/CMakeFiles/test_null.dir/rule

# Convenience name for target.
test_null: tests/CMakeFiles/test_null.dir/rule
.PHONY : test_null

# fast build rule for target.
test_null/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_null.dir/build.make tests/CMakeFiles/test_null.dir/build
.PHONY : test_null/fast

# Convenience name for target.
tests/CMakeFiles/test_parse.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_parse.dir/rule
.PHONY : tests/CMakeFiles/test_parse.dir/rule

# Convenience name for target.
test_parse: tests/CMakeFiles/test_parse.dir/rule
.PHONY : test_parse

# fast build rule for target.
test_parse/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse.dir/build.make tests/CMakeFiles/test_parse.dir/build
.PHONY : test_parse/fast

# Convenience name for target.
tests/CMakeFiles/test_parse_int64.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_parse_int64.dir/rule
.PHONY : tests/CMakeFiles/test_parse_int64.dir/rule

# Convenience name for target.
test_parse_int64: tests/CMakeFiles/test_parse_int64.dir/rule
.PHONY : test_parse_int64

# fast build rule for target.
test_parse_int64/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse_int64.dir/build.make tests/CMakeFiles/test_parse_int64.dir/build
.PHONY : test_parse_int64/fast

# Convenience name for target.
tests/CMakeFiles/test_printbuf.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_printbuf.dir/rule
.PHONY : tests/CMakeFiles/test_printbuf.dir/rule

# Convenience name for target.
test_printbuf: tests/CMakeFiles/test_printbuf.dir/rule
.PHONY : test_printbuf

# fast build rule for target.
test_printbuf/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_printbuf.dir/build.make tests/CMakeFiles/test_printbuf.dir/build
.PHONY : test_printbuf/fast

# Convenience name for target.
tests/CMakeFiles/test_set_serializer.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_set_serializer.dir/rule
.PHONY : tests/CMakeFiles/test_set_serializer.dir/rule

# Convenience name for target.
test_set_serializer: tests/CMakeFiles/test_set_serializer.dir/rule
.PHONY : test_set_serializer

# fast build rule for target.
test_set_serializer/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_serializer.dir/build.make tests/CMakeFiles/test_set_serializer.dir/build
.PHONY : test_set_serializer/fast

# Convenience name for target.
tests/CMakeFiles/test_set_value.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_set_value.dir/rule
.PHONY : tests/CMakeFiles/test_set_value.dir/rule

# Convenience name for target.
test_set_value: tests/CMakeFiles/test_set_value.dir/rule
.PHONY : test_set_value

# fast build rule for target.
test_set_value/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_value.dir/build.make tests/CMakeFiles/test_set_value.dir/build
.PHONY : test_set_value/fast

# Convenience name for target.
tests/CMakeFiles/test_strerror.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_strerror.dir/rule
.PHONY : tests/CMakeFiles/test_strerror.dir/rule

# Convenience name for target.
test_strerror: tests/CMakeFiles/test_strerror.dir/rule
.PHONY : test_strerror

# fast build rule for target.
test_strerror/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_strerror.dir/build.make tests/CMakeFiles/test_strerror.dir/build
.PHONY : test_strerror/fast

# Convenience name for target.
tests/CMakeFiles/test_util_file.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_util_file.dir/rule
.PHONY : tests/CMakeFiles/test_util_file.dir/rule

# Convenience name for target.
test_util_file: tests/CMakeFiles/test_util_file.dir/rule
.PHONY : test_util_file

# fast build rule for target.
test_util_file/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_util_file.dir/build.make tests/CMakeFiles/test_util_file.dir/build
.PHONY : test_util_file/fast

# Convenience name for target.
tests/CMakeFiles/test_visit.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_visit.dir/rule
.PHONY : tests/CMakeFiles/test_visit.dir/rule

# Convenience name for target.
test_visit: tests/CMakeFiles/test_visit.dir/rule
.PHONY : test_visit

# fast build rule for target.
test_visit/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_visit.dir/build.make tests/CMakeFiles/test_visit.dir/build
.PHONY : test_visit/fast

# Convenience name for target.
tests/CMakeFiles/test_object_iterator.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_object_iterator.dir/rule
.PHONY : tests/CMakeFiles/test_object_iterator.dir/rule

# Convenience name for target.
test_object_iterator: tests/CMakeFiles/test_object_iterator.dir/rule
.PHONY : test_object_iterator

# fast build rule for target.
test_object_iterator/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_object_iterator.dir/build.make tests/CMakeFiles/test_object_iterator.dir/build
.PHONY : test_object_iterator/fast

# Convenience name for target.
tests/CMakeFiles/test_json_pointer.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_json_pointer.dir/rule
.PHONY : tests/CMakeFiles/test_json_pointer.dir/rule

# Convenience name for target.
test_json_pointer: tests/CMakeFiles/test_json_pointer.dir/rule
.PHONY : test_json_pointer

# fast build rule for target.
test_json_pointer/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_pointer.dir/build.make tests/CMakeFiles/test_json_pointer.dir/build
.PHONY : test_json_pointer/fast

# Convenience name for target.
tests/CMakeFiles/test_json_patch.dir/rule:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test_json_patch.dir/rule
.PHONY : tests/CMakeFiles/test_json_patch.dir/rule

# Convenience name for target.
test_json_patch: tests/CMakeFiles/test_json_patch.dir/rule
.PHONY : test_json_patch

# fast build rule for target.
test_json_patch/fast:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_patch.dir/build.make tests/CMakeFiles/test_json_patch.dir/build
.PHONY : test_json_patch/fast

parse_flags.o: parse_flags.c.o
.PHONY : parse_flags.o

# target to build an object file
parse_flags.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/parse_flags.c.o
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/parse_flags.c.o
.PHONY : parse_flags.c.o

parse_flags.i: parse_flags.c.i
.PHONY : parse_flags.i

# target to preprocess a source file
parse_flags.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/parse_flags.c.i
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/parse_flags.c.i
.PHONY : parse_flags.c.i

parse_flags.s: parse_flags.c.s
.PHONY : parse_flags.s

# target to generate assembly for a file
parse_flags.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/parse_flags.c.s
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/parse_flags.c.s
.PHONY : parse_flags.c.s

test1.o: test1.c.o
.PHONY : test1.o

# target to build an object file
test1.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/test1.c.o
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1.dir/build.make tests/CMakeFiles/test1.dir/test1.c.o
.PHONY : test1.c.o

test1.i: test1.c.i
.PHONY : test1.i

# target to preprocess a source file
test1.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/test1.c.i
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1.dir/build.make tests/CMakeFiles/test1.dir/test1.c.i
.PHONY : test1.c.i

test1.s: test1.c.s
.PHONY : test1.s

# target to generate assembly for a file
test1.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1Formatted.dir/build.make tests/CMakeFiles/test1Formatted.dir/test1.c.s
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test1.dir/build.make tests/CMakeFiles/test1.dir/test1.c.s
.PHONY : test1.c.s

test2.o: test2.c.o
.PHONY : test2.o

# target to build an object file
test2.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/test2.c.o
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2.dir/build.make tests/CMakeFiles/test2.dir/test2.c.o
.PHONY : test2.c.o

test2.i: test2.c.i
.PHONY : test2.i

# target to preprocess a source file
test2.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/test2.c.i
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2.dir/build.make tests/CMakeFiles/test2.dir/test2.c.i
.PHONY : test2.c.i

test2.s: test2.c.s
.PHONY : test2.s

# target to generate assembly for a file
test2.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2Formatted.dir/build.make tests/CMakeFiles/test2Formatted.dir/test2.c.s
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test2.dir/build.make tests/CMakeFiles/test2.dir/test2.c.s
.PHONY : test2.c.s

test4.o: test4.c.o
.PHONY : test4.o

# target to build an object file
test4.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test4.dir/build.make tests/CMakeFiles/test4.dir/test4.c.o
.PHONY : test4.c.o

test4.i: test4.c.i
.PHONY : test4.i

# target to preprocess a source file
test4.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test4.dir/build.make tests/CMakeFiles/test4.dir/test4.c.i
.PHONY : test4.c.i

test4.s: test4.c.s
.PHONY : test4.s

# target to generate assembly for a file
test4.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test4.dir/build.make tests/CMakeFiles/test4.dir/test4.c.s
.PHONY : test4.c.s

testReplaceExisting.o: testReplaceExisting.c.o
.PHONY : testReplaceExisting.o

# target to build an object file
testReplaceExisting.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/testReplaceExisting.dir/build.make tests/CMakeFiles/testReplaceExisting.dir/testReplaceExisting.c.o
.PHONY : testReplaceExisting.c.o

testReplaceExisting.i: testReplaceExisting.c.i
.PHONY : testReplaceExisting.i

# target to preprocess a source file
testReplaceExisting.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/testReplaceExisting.dir/build.make tests/CMakeFiles/testReplaceExisting.dir/testReplaceExisting.c.i
.PHONY : testReplaceExisting.c.i

testReplaceExisting.s: testReplaceExisting.c.s
.PHONY : testReplaceExisting.s

# target to generate assembly for a file
testReplaceExisting.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/testReplaceExisting.dir/build.make tests/CMakeFiles/testReplaceExisting.dir/testReplaceExisting.c.s
.PHONY : testReplaceExisting.c.s

test_cast.o: test_cast.c.o
.PHONY : test_cast.o

# target to build an object file
test_cast.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_cast.dir/build.make tests/CMakeFiles/test_cast.dir/test_cast.c.o
.PHONY : test_cast.c.o

test_cast.i: test_cast.c.i
.PHONY : test_cast.i

# target to preprocess a source file
test_cast.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_cast.dir/build.make tests/CMakeFiles/test_cast.dir/test_cast.c.i
.PHONY : test_cast.c.i

test_cast.s: test_cast.c.s
.PHONY : test_cast.s

# target to generate assembly for a file
test_cast.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_cast.dir/build.make tests/CMakeFiles/test_cast.dir/test_cast.c.s
.PHONY : test_cast.c.s

test_charcase.o: test_charcase.c.o
.PHONY : test_charcase.o

# target to build an object file
test_charcase.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_charcase.dir/build.make tests/CMakeFiles/test_charcase.dir/test_charcase.c.o
.PHONY : test_charcase.c.o

test_charcase.i: test_charcase.c.i
.PHONY : test_charcase.i

# target to preprocess a source file
test_charcase.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_charcase.dir/build.make tests/CMakeFiles/test_charcase.dir/test_charcase.c.i
.PHONY : test_charcase.c.i

test_charcase.s: test_charcase.c.s
.PHONY : test_charcase.s

# target to generate assembly for a file
test_charcase.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_charcase.dir/build.make tests/CMakeFiles/test_charcase.dir/test_charcase.c.s
.PHONY : test_charcase.c.s

test_compare.o: test_compare.c.o
.PHONY : test_compare.o

# target to build an object file
test_compare.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compare.dir/build.make tests/CMakeFiles/test_compare.dir/test_compare.c.o
.PHONY : test_compare.c.o

test_compare.i: test_compare.c.i
.PHONY : test_compare.i

# target to preprocess a source file
test_compare.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compare.dir/build.make tests/CMakeFiles/test_compare.dir/test_compare.c.i
.PHONY : test_compare.c.i

test_compare.s: test_compare.c.s
.PHONY : test_compare.s

# target to generate assembly for a file
test_compare.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_compare.dir/build.make tests/CMakeFiles/test_compare.dir/test_compare.c.s
.PHONY : test_compare.c.s

test_deep_copy.o: test_deep_copy.c.o
.PHONY : test_deep_copy.o

# target to build an object file
test_deep_copy.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_deep_copy.dir/build.make tests/CMakeFiles/test_deep_copy.dir/test_deep_copy.c.o
.PHONY : test_deep_copy.c.o

test_deep_copy.i: test_deep_copy.c.i
.PHONY : test_deep_copy.i

# target to preprocess a source file
test_deep_copy.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_deep_copy.dir/build.make tests/CMakeFiles/test_deep_copy.dir/test_deep_copy.c.i
.PHONY : test_deep_copy.c.i

test_deep_copy.s: test_deep_copy.c.s
.PHONY : test_deep_copy.s

# target to generate assembly for a file
test_deep_copy.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_deep_copy.dir/build.make tests/CMakeFiles/test_deep_copy.dir/test_deep_copy.c.s
.PHONY : test_deep_copy.c.s

test_double_serializer.o: test_double_serializer.c.o
.PHONY : test_double_serializer.o

# target to build an object file
test_double_serializer.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_double_serializer.dir/build.make tests/CMakeFiles/test_double_serializer.dir/test_double_serializer.c.o
.PHONY : test_double_serializer.c.o

test_double_serializer.i: test_double_serializer.c.i
.PHONY : test_double_serializer.i

# target to preprocess a source file
test_double_serializer.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_double_serializer.dir/build.make tests/CMakeFiles/test_double_serializer.dir/test_double_serializer.c.i
.PHONY : test_double_serializer.c.i

test_double_serializer.s: test_double_serializer.c.s
.PHONY : test_double_serializer.s

# target to generate assembly for a file
test_double_serializer.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_double_serializer.dir/build.make tests/CMakeFiles/test_double_serializer.dir/test_double_serializer.c.s
.PHONY : test_double_serializer.c.s

test_float.o: test_float.c.o
.PHONY : test_float.o

# target to build an object file
test_float.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_float.dir/build.make tests/CMakeFiles/test_float.dir/test_float.c.o
.PHONY : test_float.c.o

test_float.i: test_float.c.i
.PHONY : test_float.i

# target to preprocess a source file
test_float.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_float.dir/build.make tests/CMakeFiles/test_float.dir/test_float.c.i
.PHONY : test_float.c.i

test_float.s: test_float.c.s
.PHONY : test_float.s

# target to generate assembly for a file
test_float.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_float.dir/build.make tests/CMakeFiles/test_float.dir/test_float.c.s
.PHONY : test_float.c.s

test_int_add.o: test_int_add.c.o
.PHONY : test_int_add.o

# target to build an object file
test_int_add.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_add.dir/build.make tests/CMakeFiles/test_int_add.dir/test_int_add.c.o
.PHONY : test_int_add.c.o

test_int_add.i: test_int_add.c.i
.PHONY : test_int_add.i

# target to preprocess a source file
test_int_add.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_add.dir/build.make tests/CMakeFiles/test_int_add.dir/test_int_add.c.i
.PHONY : test_int_add.c.i

test_int_add.s: test_int_add.c.s
.PHONY : test_int_add.s

# target to generate assembly for a file
test_int_add.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_add.dir/build.make tests/CMakeFiles/test_int_add.dir/test_int_add.c.s
.PHONY : test_int_add.c.s

test_int_get.o: test_int_get.c.o
.PHONY : test_int_get.o

# target to build an object file
test_int_get.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_get.dir/build.make tests/CMakeFiles/test_int_get.dir/test_int_get.c.o
.PHONY : test_int_get.c.o

test_int_get.i: test_int_get.c.i
.PHONY : test_int_get.i

# target to preprocess a source file
test_int_get.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_get.dir/build.make tests/CMakeFiles/test_int_get.dir/test_int_get.c.i
.PHONY : test_int_get.c.i

test_int_get.s: test_int_get.c.s
.PHONY : test_int_get.s

# target to generate assembly for a file
test_int_get.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_int_get.dir/build.make tests/CMakeFiles/test_int_get.dir/test_int_get.c.s
.PHONY : test_int_get.c.s

test_json_patch.o: test_json_patch.c.o
.PHONY : test_json_patch.o

# target to build an object file
test_json_patch.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_patch.dir/build.make tests/CMakeFiles/test_json_patch.dir/test_json_patch.c.o
.PHONY : test_json_patch.c.o

test_json_patch.i: test_json_patch.c.i
.PHONY : test_json_patch.i

# target to preprocess a source file
test_json_patch.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_patch.dir/build.make tests/CMakeFiles/test_json_patch.dir/test_json_patch.c.i
.PHONY : test_json_patch.c.i

test_json_patch.s: test_json_patch.c.s
.PHONY : test_json_patch.s

# target to generate assembly for a file
test_json_patch.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_patch.dir/build.make tests/CMakeFiles/test_json_patch.dir/test_json_patch.c.s
.PHONY : test_json_patch.c.s

test_json_pointer.o: test_json_pointer.c.o
.PHONY : test_json_pointer.o

# target to build an object file
test_json_pointer.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_pointer.dir/build.make tests/CMakeFiles/test_json_pointer.dir/test_json_pointer.c.o
.PHONY : test_json_pointer.c.o

test_json_pointer.i: test_json_pointer.c.i
.PHONY : test_json_pointer.i

# target to preprocess a source file
test_json_pointer.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_pointer.dir/build.make tests/CMakeFiles/test_json_pointer.dir/test_json_pointer.c.i
.PHONY : test_json_pointer.c.i

test_json_pointer.s: test_json_pointer.c.s
.PHONY : test_json_pointer.s

# target to generate assembly for a file
test_json_pointer.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_json_pointer.dir/build.make tests/CMakeFiles/test_json_pointer.dir/test_json_pointer.c.s
.PHONY : test_json_pointer.c.s

test_locale.o: test_locale.c.o
.PHONY : test_locale.o

# target to build an object file
test_locale.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_locale.dir/build.make tests/CMakeFiles/test_locale.dir/test_locale.c.o
.PHONY : test_locale.c.o

test_locale.i: test_locale.c.i
.PHONY : test_locale.i

# target to preprocess a source file
test_locale.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_locale.dir/build.make tests/CMakeFiles/test_locale.dir/test_locale.c.i
.PHONY : test_locale.c.i

test_locale.s: test_locale.c.s
.PHONY : test_locale.s

# target to generate assembly for a file
test_locale.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_locale.dir/build.make tests/CMakeFiles/test_locale.dir/test_locale.c.s
.PHONY : test_locale.c.s

test_null.o: test_null.c.o
.PHONY : test_null.o

# target to build an object file
test_null.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_null.dir/build.make tests/CMakeFiles/test_null.dir/test_null.c.o
.PHONY : test_null.c.o

test_null.i: test_null.c.i
.PHONY : test_null.i

# target to preprocess a source file
test_null.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_null.dir/build.make tests/CMakeFiles/test_null.dir/test_null.c.i
.PHONY : test_null.c.i

test_null.s: test_null.c.s
.PHONY : test_null.s

# target to generate assembly for a file
test_null.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_null.dir/build.make tests/CMakeFiles/test_null.dir/test_null.c.s
.PHONY : test_null.c.s

test_object_iterator.o: test_object_iterator.c.o
.PHONY : test_object_iterator.o

# target to build an object file
test_object_iterator.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_object_iterator.dir/build.make tests/CMakeFiles/test_object_iterator.dir/test_object_iterator.c.o
.PHONY : test_object_iterator.c.o

test_object_iterator.i: test_object_iterator.c.i
.PHONY : test_object_iterator.i

# target to preprocess a source file
test_object_iterator.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_object_iterator.dir/build.make tests/CMakeFiles/test_object_iterator.dir/test_object_iterator.c.i
.PHONY : test_object_iterator.c.i

test_object_iterator.s: test_object_iterator.c.s
.PHONY : test_object_iterator.s

# target to generate assembly for a file
test_object_iterator.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_object_iterator.dir/build.make tests/CMakeFiles/test_object_iterator.dir/test_object_iterator.c.s
.PHONY : test_object_iterator.c.s

test_parse.o: test_parse.c.o
.PHONY : test_parse.o

# target to build an object file
test_parse.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse.dir/build.make tests/CMakeFiles/test_parse.dir/test_parse.c.o
.PHONY : test_parse.c.o

test_parse.i: test_parse.c.i
.PHONY : test_parse.i

# target to preprocess a source file
test_parse.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse.dir/build.make tests/CMakeFiles/test_parse.dir/test_parse.c.i
.PHONY : test_parse.c.i

test_parse.s: test_parse.c.s
.PHONY : test_parse.s

# target to generate assembly for a file
test_parse.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse.dir/build.make tests/CMakeFiles/test_parse.dir/test_parse.c.s
.PHONY : test_parse.c.s

test_parse_int64.o: test_parse_int64.c.o
.PHONY : test_parse_int64.o

# target to build an object file
test_parse_int64.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse_int64.dir/build.make tests/CMakeFiles/test_parse_int64.dir/test_parse_int64.c.o
.PHONY : test_parse_int64.c.o

test_parse_int64.i: test_parse_int64.c.i
.PHONY : test_parse_int64.i

# target to preprocess a source file
test_parse_int64.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse_int64.dir/build.make tests/CMakeFiles/test_parse_int64.dir/test_parse_int64.c.i
.PHONY : test_parse_int64.c.i

test_parse_int64.s: test_parse_int64.c.s
.PHONY : test_parse_int64.s

# target to generate assembly for a file
test_parse_int64.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_parse_int64.dir/build.make tests/CMakeFiles/test_parse_int64.dir/test_parse_int64.c.s
.PHONY : test_parse_int64.c.s

test_printbuf.o: test_printbuf.c.o
.PHONY : test_printbuf.o

# target to build an object file
test_printbuf.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_printbuf.dir/build.make tests/CMakeFiles/test_printbuf.dir/test_printbuf.c.o
.PHONY : test_printbuf.c.o

test_printbuf.i: test_printbuf.c.i
.PHONY : test_printbuf.i

# target to preprocess a source file
test_printbuf.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_printbuf.dir/build.make tests/CMakeFiles/test_printbuf.dir/test_printbuf.c.i
.PHONY : test_printbuf.c.i

test_printbuf.s: test_printbuf.c.s
.PHONY : test_printbuf.s

# target to generate assembly for a file
test_printbuf.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_printbuf.dir/build.make tests/CMakeFiles/test_printbuf.dir/test_printbuf.c.s
.PHONY : test_printbuf.c.s

test_set_serializer.o: test_set_serializer.c.o
.PHONY : test_set_serializer.o

# target to build an object file
test_set_serializer.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_serializer.dir/build.make tests/CMakeFiles/test_set_serializer.dir/test_set_serializer.c.o
.PHONY : test_set_serializer.c.o

test_set_serializer.i: test_set_serializer.c.i
.PHONY : test_set_serializer.i

# target to preprocess a source file
test_set_serializer.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_serializer.dir/build.make tests/CMakeFiles/test_set_serializer.dir/test_set_serializer.c.i
.PHONY : test_set_serializer.c.i

test_set_serializer.s: test_set_serializer.c.s
.PHONY : test_set_serializer.s

# target to generate assembly for a file
test_set_serializer.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_serializer.dir/build.make tests/CMakeFiles/test_set_serializer.dir/test_set_serializer.c.s
.PHONY : test_set_serializer.c.s

test_set_value.o: test_set_value.c.o
.PHONY : test_set_value.o

# target to build an object file
test_set_value.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_value.dir/build.make tests/CMakeFiles/test_set_value.dir/test_set_value.c.o
.PHONY : test_set_value.c.o

test_set_value.i: test_set_value.c.i
.PHONY : test_set_value.i

# target to preprocess a source file
test_set_value.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_value.dir/build.make tests/CMakeFiles/test_set_value.dir/test_set_value.c.i
.PHONY : test_set_value.c.i

test_set_value.s: test_set_value.c.s
.PHONY : test_set_value.s

# target to generate assembly for a file
test_set_value.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_set_value.dir/build.make tests/CMakeFiles/test_set_value.dir/test_set_value.c.s
.PHONY : test_set_value.c.s

test_strerror.o: test_strerror.c.o
.PHONY : test_strerror.o

# target to build an object file
test_strerror.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_strerror.dir/build.make tests/CMakeFiles/test_strerror.dir/test_strerror.c.o
.PHONY : test_strerror.c.o

test_strerror.i: test_strerror.c.i
.PHONY : test_strerror.i

# target to preprocess a source file
test_strerror.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_strerror.dir/build.make tests/CMakeFiles/test_strerror.dir/test_strerror.c.i
.PHONY : test_strerror.c.i

test_strerror.s: test_strerror.c.s
.PHONY : test_strerror.s

# target to generate assembly for a file
test_strerror.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_strerror.dir/build.make tests/CMakeFiles/test_strerror.dir/test_strerror.c.s
.PHONY : test_strerror.c.s

test_util_file.o: test_util_file.c.o
.PHONY : test_util_file.o

# target to build an object file
test_util_file.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_util_file.dir/build.make tests/CMakeFiles/test_util_file.dir/test_util_file.c.o
.PHONY : test_util_file.c.o

test_util_file.i: test_util_file.c.i
.PHONY : test_util_file.i

# target to preprocess a source file
test_util_file.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_util_file.dir/build.make tests/CMakeFiles/test_util_file.dir/test_util_file.c.i
.PHONY : test_util_file.c.i

test_util_file.s: test_util_file.c.s
.PHONY : test_util_file.s

# target to generate assembly for a file
test_util_file.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_util_file.dir/build.make tests/CMakeFiles/test_util_file.dir/test_util_file.c.s
.PHONY : test_util_file.c.s

test_visit.o: test_visit.c.o
.PHONY : test_visit.o

# target to build an object file
test_visit.c.o:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_visit.dir/build.make tests/CMakeFiles/test_visit.dir/test_visit.c.o
.PHONY : test_visit.c.o

test_visit.i: test_visit.c.i
.PHONY : test_visit.i

# target to preprocess a source file
test_visit.c.i:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_visit.dir/build.make tests/CMakeFiles/test_visit.dir/test_visit.c.i
.PHONY : test_visit.c.i

test_visit.s: test_visit.c.s
.PHONY : test_visit.s

# target to generate assembly for a file
test_visit.c.s:
	cd /home/ubuntu/json-c/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test_visit.dir/build.make tests/CMakeFiles/test_visit.dir/test_visit.c.s
.PHONY : test_visit.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 "... 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 "... parse_flags.o"
	@echo "... parse_flags.i"
	@echo "... parse_flags.s"
	@echo "... test1.o"
	@echo "... test1.i"
	@echo "... test1.s"
	@echo "... test2.o"
	@echo "... test2.i"
	@echo "... test2.s"
	@echo "... test4.o"
	@echo "... test4.i"
	@echo "... test4.s"
	@echo "... testReplaceExisting.o"
	@echo "... testReplaceExisting.i"
	@echo "... testReplaceExisting.s"
	@echo "... test_cast.o"
	@echo "... test_cast.i"
	@echo "... test_cast.s"
	@echo "... test_charcase.o"
	@echo "... test_charcase.i"
	@echo "... test_charcase.s"
	@echo "... test_compare.o"
	@echo "... test_compare.i"
	@echo "... test_compare.s"
	@echo "... test_deep_copy.o"
	@echo "... test_deep_copy.i"
	@echo "... test_deep_copy.s"
	@echo "... test_double_serializer.o"
	@echo "... test_double_serializer.i"
	@echo "... test_double_serializer.s"
	@echo "... test_float.o"
	@echo "... test_float.i"
	@echo "... test_float.s"
	@echo "... test_int_add.o"
	@echo "... test_int_add.i"
	@echo "... test_int_add.s"
	@echo "... test_int_get.o"
	@echo "... test_int_get.i"
	@echo "... test_int_get.s"
	@echo "... test_json_patch.o"
	@echo "... test_json_patch.i"
	@echo "... test_json_patch.s"
	@echo "... test_json_pointer.o"
	@echo "... test_json_pointer.i"
	@echo "... test_json_pointer.s"
	@echo "... test_locale.o"
	@echo "... test_locale.i"
	@echo "... test_locale.s"
	@echo "... test_null.o"
	@echo "... test_null.i"
	@echo "... test_null.s"
	@echo "... test_object_iterator.o"
	@echo "... test_object_iterator.i"
	@echo "... test_object_iterator.s"
	@echo "... test_parse.o"
	@echo "... test_parse.i"
	@echo "... test_parse.s"
	@echo "... test_parse_int64.o"
	@echo "... test_parse_int64.i"
	@echo "... test_parse_int64.s"
	@echo "... test_printbuf.o"
	@echo "... test_printbuf.i"
	@echo "... test_printbuf.s"
	@echo "... test_set_serializer.o"
	@echo "... test_set_serializer.i"
	@echo "... test_set_serializer.s"
	@echo "... test_set_value.o"
	@echo "... test_set_value.i"
	@echo "... test_set_value.s"
	@echo "... test_strerror.o"
	@echo "... test_strerror.i"
	@echo "... test_strerror.s"
	@echo "... test_util_file.o"
	@echo "... test_util_file.i"
	@echo "... test_util_file.s"
	@echo "... test_visit.o"
	@echo "... test_visit.i"
	@echo "... test_visit.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:
	cd /home/ubuntu/json-c/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

