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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

# 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 program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354/x86_64-redhat-linux-gnu

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

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

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

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

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

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

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

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

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

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354/x86_64-redhat-linux-gnu/CPackSourceConfig.cmake
.PHONY : package_source

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354/x86_64-redhat-linux-gnu/CMakeFiles /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354/x86_64-redhat-linux-gnu/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/makerpm/rpmbuild/BUILD/openjp2-2.0.0.2354/x86_64-redhat-linux-gnu/CMakeFiles 0
.PHONY : all

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

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

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

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

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

#=============================================================================
# Target rules for targets named openjp2

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

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

#=============================================================================
# Target rules for targets named t1_generate_luts

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

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

#=============================================================================
# Target rules for targets named openjpwl

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

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

#=============================================================================
# Target rules for targets named openmj2

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

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

#=============================================================================
# Target rules for targets named openjpip

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

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

#=============================================================================
# Target rules for targets named openjpip_server

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

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

#=============================================================================
# Target rules for targets named z

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

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

#=============================================================================
# Target rules for targets named png

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

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

#=============================================================================
# Target rules for targets named tiff

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

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

#=============================================================================
# Target rules for targets named lcms2

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

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

#=============================================================================
# Target rules for targets named opj_compress

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

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

#=============================================================================
# Target rules for targets named opj_decompress

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

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

#=============================================================================
# Target rules for targets named opj_dump

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

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

#=============================================================================
# Target rules for targets named opj_jpwl_compress

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

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

#=============================================================================
# Target rules for targets named opj_jpwl_decompress

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

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

#=============================================================================
# Target rules for targets named opj_mj2_compress

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

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

#=============================================================================
# Target rules for targets named opj_mj2_decompress

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

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

#=============================================================================
# Target rules for targets named opj_mj2_extract

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

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

#=============================================================================
# Target rules for targets named opj_mj2_wrap

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

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

#=============================================================================
# Target rules for targets named OPJViewerXercesJar

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

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

#=============================================================================
# Target rules for targets named opj_dec_server

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

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

#=============================================================================
# Target rules for targets named opj_jpip_addxml

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

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

#=============================================================================
# Target rules for targets named opj_jpip_test

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

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

#=============================================================================
# Target rules for targets named opj_jpip_transcode

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

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

#=============================================================================
# Target rules for targets named opj_server

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

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

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

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

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

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... openjp2"
	@echo "... t1_generate_luts"
	@echo "... openjpwl"
	@echo "... openmj2"
	@echo "... openjpip"
	@echo "... openjpip_server"
	@echo "... z"
	@echo "... png"
	@echo "... tiff"
	@echo "... lcms2"
	@echo "... opj_compress"
	@echo "... opj_decompress"
	@echo "... opj_dump"
	@echo "... opj_jpwl_compress"
	@echo "... opj_jpwl_decompress"
	@echo "... opj_mj2_compress"
	@echo "... opj_mj2_decompress"
	@echo "... opj_mj2_extract"
	@echo "... opj_mj2_wrap"
	@echo "... OPJViewerXercesJar"
	@echo "... opj_dec_server"
	@echo "... opj_jpip_addxml"
	@echo "... opj_jpip_test"
	@echo "... opj_jpip_transcode"
	@echo "... opj_server"
	@echo "... doc"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

