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

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

.PHONY : default_target

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


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

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


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

.SUFFIXES: .hpux_make_needs_suffix_list


# Produce verbose output by default.
VERBOSE = 1

# 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 remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /builddir/build/BUILD/libkml-1.3.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /builddir/build/BUILD/libkml-1.3.0

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

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/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

# 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
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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

.PHONY : rebuild_cache/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

.PHONY : edit_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: \"Development\" \"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 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

# The main all target
all: cmake_check_build_system
	cd /builddir/build/BUILD/libkml-1.3.0 && $(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/libkml-1.3.0/CMakeFiles /builddir/build/BUILD/libkml-1.3.0/examples/helloworld/CMakeFiles/progress.marks
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/all
	$(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/libkml-1.3.0/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
examples/helloworld/CMakeFiles/example_sortplacemarks.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_sortplacemarks.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_sortplacemarks.dir/rule

# Convenience name for target.
example_sortplacemarks: examples/helloworld/CMakeFiles/example_sortplacemarks.dir/rule

.PHONY : example_sortplacemarks

# fast build rule for target.
example_sortplacemarks/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sortplacemarks.dir/build.make examples/helloworld/CMakeFiles/example_sortplacemarks.dir/build
.PHONY : example_sortplacemarks/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_prettykml.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_prettykml.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_prettykml.dir/rule

# Convenience name for target.
example_prettykml: examples/helloworld/CMakeFiles/example_prettykml.dir/rule

.PHONY : example_prettykml

# fast build rule for target.
example_prettykml/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_prettykml.dir/build.make examples/helloworld/CMakeFiles/example_prettykml.dir/build
.PHONY : example_prettykml/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_countkml.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_countkml.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_countkml.dir/rule

# Convenience name for target.
example_countkml: examples/helloworld/CMakeFiles/example_countkml.dir/rule

.PHONY : example_countkml

# fast build rule for target.
example_countkml/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_countkml.dir/build.make examples/helloworld/CMakeFiles/example_countkml.dir/build
.PHONY : example_countkml/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_checklinks.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_checklinks.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_checklinks.dir/rule

# Convenience name for target.
example_checklinks: examples/helloworld/CMakeFiles/example_checklinks.dir/rule

.PHONY : example_checklinks

# fast build rule for target.
example_checklinks/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_checklinks.dir/build.make examples/helloworld/CMakeFiles/example_checklinks.dir/build
.PHONY : example_checklinks/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_sharedstyles.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_sharedstyles.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_sharedstyles.dir/rule

# Convenience name for target.
example_sharedstyles: examples/helloworld/CMakeFiles/example_sharedstyles.dir/rule

.PHONY : example_sharedstyles

# fast build rule for target.
example_sharedstyles/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sharedstyles.dir/build.make examples/helloworld/CMakeFiles/example_sharedstyles.dir/build
.PHONY : example_sharedstyles/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_hellofeatures.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_hellofeatures.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_hellofeatures.dir/rule

# Convenience name for target.
example_hellofeatures: examples/helloworld/CMakeFiles/example_hellofeatures.dir/rule

.PHONY : example_hellofeatures

# fast build rule for target.
example_hellofeatures/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofeatures.dir/build.make examples/helloworld/CMakeFiles/example_hellofeatures.dir/build
.PHONY : example_hellofeatures/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/helloutil.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/helloutil.dir/rule
.PHONY : examples/helloworld/CMakeFiles/helloutil.dir/rule

# Convenience name for target.
helloutil: examples/helloworld/CMakeFiles/helloutil.dir/rule

.PHONY : helloutil

# fast build rule for target.
helloutil/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/helloutil.dir/build.make examples/helloworld/CMakeFiles/helloutil.dir/build
.PHONY : helloutil/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_hellofolder.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_hellofolder.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_hellofolder.dir/rule

# Convenience name for target.
example_hellofolder: examples/helloworld/CMakeFiles/example_hellofolder.dir/rule

.PHONY : example_hellofolder

# fast build rule for target.
example_hellofolder/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofolder.dir/build.make examples/helloworld/CMakeFiles/example_hellofolder.dir/build
.PHONY : example_hellofolder/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_simplifylines.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_simplifylines.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_simplifylines.dir/rule

# Convenience name for target.
example_simplifylines: examples/helloworld/CMakeFiles/example_simplifylines.dir/rule

.PHONY : example_simplifylines

# fast build rule for target.
example_simplifylines/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_simplifylines.dir/build.make examples/helloworld/CMakeFiles/example_simplifylines.dir/build
.PHONY : example_simplifylines/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_printgeometry.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_printgeometry.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_printgeometry.dir/rule

# Convenience name for target.
example_printgeometry: examples/helloworld/CMakeFiles/example_printgeometry.dir/rule

.PHONY : example_printgeometry

# fast build rule for target.
example_printgeometry/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_printgeometry.dir/build.make examples/helloworld/CMakeFiles/example_printgeometry.dir/build
.PHONY : example_printgeometry/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_helloworld.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_helloworld.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_helloworld.dir/rule

# Convenience name for target.
example_helloworld: examples/helloworld/CMakeFiles/example_helloworld.dir/rule

.PHONY : example_helloworld

# fast build rule for target.
example_helloworld/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloworld.dir/build.make examples/helloworld/CMakeFiles/example_helloworld.dir/build
.PHONY : example_helloworld/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_createkml.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_createkml.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_createkml.dir/rule

# Convenience name for target.
example_createkml: examples/helloworld/CMakeFiles/example_createkml.dir/rule

.PHONY : example_createkml

# fast build rule for target.
example_createkml/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_createkml.dir/build.make examples/helloworld/CMakeFiles/example_createkml.dir/build
.PHONY : example_createkml/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_helloenum.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_helloenum.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_helloenum.dir/rule

# Convenience name for target.
example_helloenum: examples/helloworld/CMakeFiles/example_helloenum.dir/rule

.PHONY : example_helloenum

# fast build rule for target.
example_helloenum/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloenum.dir/build.make examples/helloworld/CMakeFiles/example_helloenum.dir/build
.PHONY : example_helloenum/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_circlegen.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_circlegen.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_circlegen.dir/rule

# Convenience name for target.
example_circlegen: examples/helloworld/CMakeFiles/example_circlegen.dir/rule

.PHONY : example_circlegen

# fast build rule for target.
example_circlegen/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_circlegen.dir/build.make examples/helloworld/CMakeFiles/example_circlegen.dir/build
.PHONY : example_circlegen/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_hellogeometry.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_hellogeometry.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_hellogeometry.dir/rule

# Convenience name for target.
example_hellogeometry: examples/helloworld/CMakeFiles/example_hellogeometry.dir/rule

.PHONY : example_hellogeometry

# fast build rule for target.
example_hellogeometry/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellogeometry.dir/build.make examples/helloworld/CMakeFiles/example_hellogeometry.dir/build
.PHONY : example_hellogeometry/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_hellohref.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_hellohref.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_hellohref.dir/rule

# Convenience name for target.
example_hellohref: examples/helloworld/CMakeFiles/example_hellohref.dir/rule

.PHONY : example_hellohref

# fast build rule for target.
example_hellohref/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellohref.dir/build.make examples/helloworld/CMakeFiles/example_hellohref.dir/build
.PHONY : example_hellohref/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_hellokmz.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_hellokmz.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_hellokmz.dir/rule

# Convenience name for target.
example_hellokmz: examples/helloworld/CMakeFiles/example_hellokmz.dir/rule

.PHONY : example_hellokmz

# fast build rule for target.
example_hellokmz/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellokmz.dir/build.make examples/helloworld/CMakeFiles/example_hellokmz.dir/build
.PHONY : example_hellokmz/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_helloregion.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_helloregion.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_helloregion.dir/rule

# Convenience name for target.
example_helloregion: examples/helloworld/CMakeFiles/example_helloregion.dir/rule

.PHONY : example_helloregion

# fast build rule for target.
example_helloregion/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloregion.dir/build.make examples/helloworld/CMakeFiles/example_helloregion.dir/build
.PHONY : example_helloregion/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_parsekml.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_parsekml.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_parsekml.dir/rule

# Convenience name for target.
example_parsekml: examples/helloworld/CMakeFiles/example_parsekml.dir/rule

.PHONY : example_parsekml

# fast build rule for target.
example_parsekml/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsekml.dir/build.make examples/helloworld/CMakeFiles/example_parsekml.dir/build
.PHONY : example_parsekml/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_helloattrs.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_helloattrs.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_helloattrs.dir/rule

# Convenience name for target.
example_helloattrs: examples/helloworld/CMakeFiles/example_helloattrs.dir/rule

.PHONY : example_helloattrs

# fast build rule for target.
example_helloattrs/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloattrs.dir/build.make examples/helloworld/CMakeFiles/example_helloattrs.dir/build
.PHONY : example_helloattrs/fast

# Convenience name for target.
examples/helloworld/CMakeFiles/example_parsens.dir/rule:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f CMakeFiles/Makefile2 examples/helloworld/CMakeFiles/example_parsens.dir/rule
.PHONY : examples/helloworld/CMakeFiles/example_parsens.dir/rule

# Convenience name for target.
example_parsens: examples/helloworld/CMakeFiles/example_parsens.dir/rule

.PHONY : example_parsens

# fast build rule for target.
example_parsens/fast:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsens.dir/build.make examples/helloworld/CMakeFiles/example_parsens.dir/build
.PHONY : example_parsens/fast

checklinks.o: checklinks.cc.o

.PHONY : checklinks.o

# target to build an object file
checklinks.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_checklinks.dir/build.make examples/helloworld/CMakeFiles/example_checklinks.dir/checklinks.cc.o
.PHONY : checklinks.cc.o

checklinks.i: checklinks.cc.i

.PHONY : checklinks.i

# target to preprocess a source file
checklinks.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_checklinks.dir/build.make examples/helloworld/CMakeFiles/example_checklinks.dir/checklinks.cc.i
.PHONY : checklinks.cc.i

checklinks.s: checklinks.cc.s

.PHONY : checklinks.s

# target to generate assembly for a file
checklinks.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_checklinks.dir/build.make examples/helloworld/CMakeFiles/example_checklinks.dir/checklinks.cc.s
.PHONY : checklinks.cc.s

circlegen.o: circlegen.cc.o

.PHONY : circlegen.o

# target to build an object file
circlegen.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_circlegen.dir/build.make examples/helloworld/CMakeFiles/example_circlegen.dir/circlegen.cc.o
.PHONY : circlegen.cc.o

circlegen.i: circlegen.cc.i

.PHONY : circlegen.i

# target to preprocess a source file
circlegen.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_circlegen.dir/build.make examples/helloworld/CMakeFiles/example_circlegen.dir/circlegen.cc.i
.PHONY : circlegen.cc.i

circlegen.s: circlegen.cc.s

.PHONY : circlegen.s

# target to generate assembly for a file
circlegen.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_circlegen.dir/build.make examples/helloworld/CMakeFiles/example_circlegen.dir/circlegen.cc.s
.PHONY : circlegen.cc.s

countkml.o: countkml.cc.o

.PHONY : countkml.o

# target to build an object file
countkml.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_countkml.dir/build.make examples/helloworld/CMakeFiles/example_countkml.dir/countkml.cc.o
.PHONY : countkml.cc.o

countkml.i: countkml.cc.i

.PHONY : countkml.i

# target to preprocess a source file
countkml.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_countkml.dir/build.make examples/helloworld/CMakeFiles/example_countkml.dir/countkml.cc.i
.PHONY : countkml.cc.i

countkml.s: countkml.cc.s

.PHONY : countkml.s

# target to generate assembly for a file
countkml.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_countkml.dir/build.make examples/helloworld/CMakeFiles/example_countkml.dir/countkml.cc.s
.PHONY : countkml.cc.s

createkml.o: createkml.cc.o

.PHONY : createkml.o

# target to build an object file
createkml.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_createkml.dir/build.make examples/helloworld/CMakeFiles/example_createkml.dir/createkml.cc.o
.PHONY : createkml.cc.o

createkml.i: createkml.cc.i

.PHONY : createkml.i

# target to preprocess a source file
createkml.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_createkml.dir/build.make examples/helloworld/CMakeFiles/example_createkml.dir/createkml.cc.i
.PHONY : createkml.cc.i

createkml.s: createkml.cc.s

.PHONY : createkml.s

# target to generate assembly for a file
createkml.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_createkml.dir/build.make examples/helloworld/CMakeFiles/example_createkml.dir/createkml.cc.s
.PHONY : createkml.cc.s

helloattrs.o: helloattrs.cc.o

.PHONY : helloattrs.o

# target to build an object file
helloattrs.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloattrs.dir/build.make examples/helloworld/CMakeFiles/example_helloattrs.dir/helloattrs.cc.o
.PHONY : helloattrs.cc.o

helloattrs.i: helloattrs.cc.i

.PHONY : helloattrs.i

# target to preprocess a source file
helloattrs.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloattrs.dir/build.make examples/helloworld/CMakeFiles/example_helloattrs.dir/helloattrs.cc.i
.PHONY : helloattrs.cc.i

helloattrs.s: helloattrs.cc.s

.PHONY : helloattrs.s

# target to generate assembly for a file
helloattrs.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloattrs.dir/build.make examples/helloworld/CMakeFiles/example_helloattrs.dir/helloattrs.cc.s
.PHONY : helloattrs.cc.s

helloenum.o: helloenum.cc.o

.PHONY : helloenum.o

# target to build an object file
helloenum.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloenum.dir/build.make examples/helloworld/CMakeFiles/example_helloenum.dir/helloenum.cc.o
.PHONY : helloenum.cc.o

helloenum.i: helloenum.cc.i

.PHONY : helloenum.i

# target to preprocess a source file
helloenum.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloenum.dir/build.make examples/helloworld/CMakeFiles/example_helloenum.dir/helloenum.cc.i
.PHONY : helloenum.cc.i

helloenum.s: helloenum.cc.s

.PHONY : helloenum.s

# target to generate assembly for a file
helloenum.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloenum.dir/build.make examples/helloworld/CMakeFiles/example_helloenum.dir/helloenum.cc.s
.PHONY : helloenum.cc.s

hellofeatures.o: hellofeatures.cc.o

.PHONY : hellofeatures.o

# target to build an object file
hellofeatures.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofeatures.dir/build.make examples/helloworld/CMakeFiles/example_hellofeatures.dir/hellofeatures.cc.o
.PHONY : hellofeatures.cc.o

hellofeatures.i: hellofeatures.cc.i

.PHONY : hellofeatures.i

# target to preprocess a source file
hellofeatures.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofeatures.dir/build.make examples/helloworld/CMakeFiles/example_hellofeatures.dir/hellofeatures.cc.i
.PHONY : hellofeatures.cc.i

hellofeatures.s: hellofeatures.cc.s

.PHONY : hellofeatures.s

# target to generate assembly for a file
hellofeatures.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofeatures.dir/build.make examples/helloworld/CMakeFiles/example_hellofeatures.dir/hellofeatures.cc.s
.PHONY : hellofeatures.cc.s

hellofolder.o: hellofolder.cc.o

.PHONY : hellofolder.o

# target to build an object file
hellofolder.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofolder.dir/build.make examples/helloworld/CMakeFiles/example_hellofolder.dir/hellofolder.cc.o
.PHONY : hellofolder.cc.o

hellofolder.i: hellofolder.cc.i

.PHONY : hellofolder.i

# target to preprocess a source file
hellofolder.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofolder.dir/build.make examples/helloworld/CMakeFiles/example_hellofolder.dir/hellofolder.cc.i
.PHONY : hellofolder.cc.i

hellofolder.s: hellofolder.cc.s

.PHONY : hellofolder.s

# target to generate assembly for a file
hellofolder.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellofolder.dir/build.make examples/helloworld/CMakeFiles/example_hellofolder.dir/hellofolder.cc.s
.PHONY : hellofolder.cc.s

hellogeometry.o: hellogeometry.cc.o

.PHONY : hellogeometry.o

# target to build an object file
hellogeometry.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellogeometry.dir/build.make examples/helloworld/CMakeFiles/example_hellogeometry.dir/hellogeometry.cc.o
.PHONY : hellogeometry.cc.o

hellogeometry.i: hellogeometry.cc.i

.PHONY : hellogeometry.i

# target to preprocess a source file
hellogeometry.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellogeometry.dir/build.make examples/helloworld/CMakeFiles/example_hellogeometry.dir/hellogeometry.cc.i
.PHONY : hellogeometry.cc.i

hellogeometry.s: hellogeometry.cc.s

.PHONY : hellogeometry.s

# target to generate assembly for a file
hellogeometry.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellogeometry.dir/build.make examples/helloworld/CMakeFiles/example_hellogeometry.dir/hellogeometry.cc.s
.PHONY : hellogeometry.cc.s

hellohref.o: hellohref.cc.o

.PHONY : hellohref.o

# target to build an object file
hellohref.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellohref.dir/build.make examples/helloworld/CMakeFiles/example_hellohref.dir/hellohref.cc.o
.PHONY : hellohref.cc.o

hellohref.i: hellohref.cc.i

.PHONY : hellohref.i

# target to preprocess a source file
hellohref.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellohref.dir/build.make examples/helloworld/CMakeFiles/example_hellohref.dir/hellohref.cc.i
.PHONY : hellohref.cc.i

hellohref.s: hellohref.cc.s

.PHONY : hellohref.s

# target to generate assembly for a file
hellohref.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellohref.dir/build.make examples/helloworld/CMakeFiles/example_hellohref.dir/hellohref.cc.s
.PHONY : hellohref.cc.s

hellokmz.o: hellokmz.cc.o

.PHONY : hellokmz.o

# target to build an object file
hellokmz.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellokmz.dir/build.make examples/helloworld/CMakeFiles/example_hellokmz.dir/hellokmz.cc.o
.PHONY : hellokmz.cc.o

hellokmz.i: hellokmz.cc.i

.PHONY : hellokmz.i

# target to preprocess a source file
hellokmz.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellokmz.dir/build.make examples/helloworld/CMakeFiles/example_hellokmz.dir/hellokmz.cc.i
.PHONY : hellokmz.cc.i

hellokmz.s: hellokmz.cc.s

.PHONY : hellokmz.s

# target to generate assembly for a file
hellokmz.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_hellokmz.dir/build.make examples/helloworld/CMakeFiles/example_hellokmz.dir/hellokmz.cc.s
.PHONY : hellokmz.cc.s

helloregion.o: helloregion.cc.o

.PHONY : helloregion.o

# target to build an object file
helloregion.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloregion.dir/build.make examples/helloworld/CMakeFiles/example_helloregion.dir/helloregion.cc.o
.PHONY : helloregion.cc.o

helloregion.i: helloregion.cc.i

.PHONY : helloregion.i

# target to preprocess a source file
helloregion.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloregion.dir/build.make examples/helloworld/CMakeFiles/example_helloregion.dir/helloregion.cc.i
.PHONY : helloregion.cc.i

helloregion.s: helloregion.cc.s

.PHONY : helloregion.s

# target to generate assembly for a file
helloregion.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloregion.dir/build.make examples/helloworld/CMakeFiles/example_helloregion.dir/helloregion.cc.s
.PHONY : helloregion.cc.s

helloworld.o: helloworld.cc.o

.PHONY : helloworld.o

# target to build an object file
helloworld.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloworld.dir/build.make examples/helloworld/CMakeFiles/example_helloworld.dir/helloworld.cc.o
.PHONY : helloworld.cc.o

helloworld.i: helloworld.cc.i

.PHONY : helloworld.i

# target to preprocess a source file
helloworld.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloworld.dir/build.make examples/helloworld/CMakeFiles/example_helloworld.dir/helloworld.cc.i
.PHONY : helloworld.cc.i

helloworld.s: helloworld.cc.s

.PHONY : helloworld.s

# target to generate assembly for a file
helloworld.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_helloworld.dir/build.make examples/helloworld/CMakeFiles/example_helloworld.dir/helloworld.cc.s
.PHONY : helloworld.cc.s

parsekml.o: parsekml.cc.o

.PHONY : parsekml.o

# target to build an object file
parsekml.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsekml.dir/build.make examples/helloworld/CMakeFiles/example_parsekml.dir/parsekml.cc.o
.PHONY : parsekml.cc.o

parsekml.i: parsekml.cc.i

.PHONY : parsekml.i

# target to preprocess a source file
parsekml.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsekml.dir/build.make examples/helloworld/CMakeFiles/example_parsekml.dir/parsekml.cc.i
.PHONY : parsekml.cc.i

parsekml.s: parsekml.cc.s

.PHONY : parsekml.s

# target to generate assembly for a file
parsekml.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsekml.dir/build.make examples/helloworld/CMakeFiles/example_parsekml.dir/parsekml.cc.s
.PHONY : parsekml.cc.s

parsens.o: parsens.cc.o

.PHONY : parsens.o

# target to build an object file
parsens.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsens.dir/build.make examples/helloworld/CMakeFiles/example_parsens.dir/parsens.cc.o
.PHONY : parsens.cc.o

parsens.i: parsens.cc.i

.PHONY : parsens.i

# target to preprocess a source file
parsens.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsens.dir/build.make examples/helloworld/CMakeFiles/example_parsens.dir/parsens.cc.i
.PHONY : parsens.cc.i

parsens.s: parsens.cc.s

.PHONY : parsens.s

# target to generate assembly for a file
parsens.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_parsens.dir/build.make examples/helloworld/CMakeFiles/example_parsens.dir/parsens.cc.s
.PHONY : parsens.cc.s

prettykml.o: prettykml.cc.o

.PHONY : prettykml.o

# target to build an object file
prettykml.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_prettykml.dir/build.make examples/helloworld/CMakeFiles/example_prettykml.dir/prettykml.cc.o
.PHONY : prettykml.cc.o

prettykml.i: prettykml.cc.i

.PHONY : prettykml.i

# target to preprocess a source file
prettykml.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_prettykml.dir/build.make examples/helloworld/CMakeFiles/example_prettykml.dir/prettykml.cc.i
.PHONY : prettykml.cc.i

prettykml.s: prettykml.cc.s

.PHONY : prettykml.s

# target to generate assembly for a file
prettykml.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_prettykml.dir/build.make examples/helloworld/CMakeFiles/example_prettykml.dir/prettykml.cc.s
.PHONY : prettykml.cc.s

print.o: print.cc.o

.PHONY : print.o

# target to build an object file
print.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/helloutil.dir/build.make examples/helloworld/CMakeFiles/helloutil.dir/print.cc.o
.PHONY : print.cc.o

print.i: print.cc.i

.PHONY : print.i

# target to preprocess a source file
print.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/helloutil.dir/build.make examples/helloworld/CMakeFiles/helloutil.dir/print.cc.i
.PHONY : print.cc.i

print.s: print.cc.s

.PHONY : print.s

# target to generate assembly for a file
print.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/helloutil.dir/build.make examples/helloworld/CMakeFiles/helloutil.dir/print.cc.s
.PHONY : print.cc.s

printgeometry.o: printgeometry.cc.o

.PHONY : printgeometry.o

# target to build an object file
printgeometry.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_printgeometry.dir/build.make examples/helloworld/CMakeFiles/example_printgeometry.dir/printgeometry.cc.o
.PHONY : printgeometry.cc.o

printgeometry.i: printgeometry.cc.i

.PHONY : printgeometry.i

# target to preprocess a source file
printgeometry.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_printgeometry.dir/build.make examples/helloworld/CMakeFiles/example_printgeometry.dir/printgeometry.cc.i
.PHONY : printgeometry.cc.i

printgeometry.s: printgeometry.cc.s

.PHONY : printgeometry.s

# target to generate assembly for a file
printgeometry.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_printgeometry.dir/build.make examples/helloworld/CMakeFiles/example_printgeometry.dir/printgeometry.cc.s
.PHONY : printgeometry.cc.s

sharedstyles.o: sharedstyles.cc.o

.PHONY : sharedstyles.o

# target to build an object file
sharedstyles.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sharedstyles.dir/build.make examples/helloworld/CMakeFiles/example_sharedstyles.dir/sharedstyles.cc.o
.PHONY : sharedstyles.cc.o

sharedstyles.i: sharedstyles.cc.i

.PHONY : sharedstyles.i

# target to preprocess a source file
sharedstyles.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sharedstyles.dir/build.make examples/helloworld/CMakeFiles/example_sharedstyles.dir/sharedstyles.cc.i
.PHONY : sharedstyles.cc.i

sharedstyles.s: sharedstyles.cc.s

.PHONY : sharedstyles.s

# target to generate assembly for a file
sharedstyles.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sharedstyles.dir/build.make examples/helloworld/CMakeFiles/example_sharedstyles.dir/sharedstyles.cc.s
.PHONY : sharedstyles.cc.s

simplifylines.o: simplifylines.cc.o

.PHONY : simplifylines.o

# target to build an object file
simplifylines.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_simplifylines.dir/build.make examples/helloworld/CMakeFiles/example_simplifylines.dir/simplifylines.cc.o
.PHONY : simplifylines.cc.o

simplifylines.i: simplifylines.cc.i

.PHONY : simplifylines.i

# target to preprocess a source file
simplifylines.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_simplifylines.dir/build.make examples/helloworld/CMakeFiles/example_simplifylines.dir/simplifylines.cc.i
.PHONY : simplifylines.cc.i

simplifylines.s: simplifylines.cc.s

.PHONY : simplifylines.s

# target to generate assembly for a file
simplifylines.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_simplifylines.dir/build.make examples/helloworld/CMakeFiles/example_simplifylines.dir/simplifylines.cc.s
.PHONY : simplifylines.cc.s

sortplacemarks.o: sortplacemarks.cc.o

.PHONY : sortplacemarks.o

# target to build an object file
sortplacemarks.cc.o:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sortplacemarks.dir/build.make examples/helloworld/CMakeFiles/example_sortplacemarks.dir/sortplacemarks.cc.o
.PHONY : sortplacemarks.cc.o

sortplacemarks.i: sortplacemarks.cc.i

.PHONY : sortplacemarks.i

# target to preprocess a source file
sortplacemarks.cc.i:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sortplacemarks.dir/build.make examples/helloworld/CMakeFiles/example_sortplacemarks.dir/sortplacemarks.cc.i
.PHONY : sortplacemarks.cc.i

sortplacemarks.s: sortplacemarks.cc.s

.PHONY : sortplacemarks.s

# target to generate assembly for a file
sortplacemarks.cc.s:
	cd /builddir/build/BUILD/libkml-1.3.0 && $(MAKE) -f examples/helloworld/CMakeFiles/example_sortplacemarks.dir/build.make examples/helloworld/CMakeFiles/example_sortplacemarks.dir/sortplacemarks.cc.s
.PHONY : sortplacemarks.cc.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 "... install/strip"
	@echo "... install/local"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... example_sortplacemarks"
	@echo "... example_prettykml"
	@echo "... example_countkml"
	@echo "... edit_cache"
	@echo "... example_checklinks"
	@echo "... example_sharedstyles"
	@echo "... example_hellofeatures"
	@echo "... helloutil"
	@echo "... example_hellofolder"
	@echo "... example_simplifylines"
	@echo "... example_printgeometry"
	@echo "... example_helloworld"
	@echo "... list_install_components"
	@echo "... example_createkml"
	@echo "... example_helloenum"
	@echo "... example_circlegen"
	@echo "... example_hellogeometry"
	@echo "... example_hellohref"
	@echo "... example_hellokmz"
	@echo "... test"
	@echo "... example_helloregion"
	@echo "... example_parsekml"
	@echo "... example_helloattrs"
	@echo "... example_parsens"
	@echo "... checklinks.o"
	@echo "... checklinks.i"
	@echo "... checklinks.s"
	@echo "... circlegen.o"
	@echo "... circlegen.i"
	@echo "... circlegen.s"
	@echo "... countkml.o"
	@echo "... countkml.i"
	@echo "... countkml.s"
	@echo "... createkml.o"
	@echo "... createkml.i"
	@echo "... createkml.s"
	@echo "... helloattrs.o"
	@echo "... helloattrs.i"
	@echo "... helloattrs.s"
	@echo "... helloenum.o"
	@echo "... helloenum.i"
	@echo "... helloenum.s"
	@echo "... hellofeatures.o"
	@echo "... hellofeatures.i"
	@echo "... hellofeatures.s"
	@echo "... hellofolder.o"
	@echo "... hellofolder.i"
	@echo "... hellofolder.s"
	@echo "... hellogeometry.o"
	@echo "... hellogeometry.i"
	@echo "... hellogeometry.s"
	@echo "... hellohref.o"
	@echo "... hellohref.i"
	@echo "... hellohref.s"
	@echo "... hellokmz.o"
	@echo "... hellokmz.i"
	@echo "... hellokmz.s"
	@echo "... helloregion.o"
	@echo "... helloregion.i"
	@echo "... helloregion.s"
	@echo "... helloworld.o"
	@echo "... helloworld.i"
	@echo "... helloworld.s"
	@echo "... parsekml.o"
	@echo "... parsekml.i"
	@echo "... parsekml.s"
	@echo "... parsens.o"
	@echo "... parsens.i"
	@echo "... parsens.s"
	@echo "... prettykml.o"
	@echo "... prettykml.i"
	@echo "... prettykml.s"
	@echo "... print.o"
	@echo "... print.i"
	@echo "... print.s"
	@echo "... printgeometry.o"
	@echo "... printgeometry.i"
	@echo "... printgeometry.s"
	@echo "... sharedstyles.o"
	@echo "... sharedstyles.i"
	@echo "... sharedstyles.s"
	@echo "... simplifylines.o"
	@echo "... simplifylines.i"
	@echo "... simplifylines.s"
	@echo "... sortplacemarks.o"
	@echo "... sortplacemarks.i"
	@echo "... sortplacemarks.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 /builddir/build/BUILD/libkml-1.3.0 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

