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

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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /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 = /home/hooper/zint/zint-code

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hooper/zint/zint-code

#=============================================================================
# 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: install/strip
.PHONY : install/strip/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 -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 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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Devel\" \"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/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

# The main all target
all: cmake_check_build_system
	cd /home/hooper/zint/zint-code && $(CMAKE_COMMAND) -E cmake_progress_start /home/hooper/zint/zint-code/CMakeFiles /home/hooper/zint/zint-code/backend/CMakeFiles/progress.marks
	cd /home/hooper/zint/zint-code && $(MAKE) -f CMakeFiles/Makefile2 backend/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hooper/zint/zint-code/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/hooper/zint/zint-code && $(MAKE) -f CMakeFiles/Makefile2 backend/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /home/hooper/zint/zint-code && $(MAKE) -f CMakeFiles/Makefile2 backend/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/hooper/zint/zint-code && $(MAKE) -f CMakeFiles/Makefile2 backend/preinstall
.PHONY : preinstall/fast

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

# Convenience name for target.
backend/CMakeFiles/zint.dir/rule:
	cd /home/hooper/zint/zint-code && $(MAKE) -f CMakeFiles/Makefile2 backend/CMakeFiles/zint.dir/rule
.PHONY : backend/CMakeFiles/zint.dir/rule

# Convenience name for target.
zint: backend/CMakeFiles/zint.dir/rule
.PHONY : zint

# fast build rule for target.
zint/fast:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/build
.PHONY : zint/fast

2of5.o: 2of5.c.o
.PHONY : 2of5.o

# target to build an object file
2of5.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/2of5.c.o
.PHONY : 2of5.c.o

2of5.i: 2of5.c.i
.PHONY : 2of5.i

# target to preprocess a source file
2of5.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/2of5.c.i
.PHONY : 2of5.c.i

2of5.s: 2of5.c.s
.PHONY : 2of5.s

# target to generate assembly for a file
2of5.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/2of5.c.s
.PHONY : 2of5.c.s

auspost.o: auspost.c.o
.PHONY : auspost.o

# target to build an object file
auspost.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/auspost.c.o
.PHONY : auspost.c.o

auspost.i: auspost.c.i
.PHONY : auspost.i

# target to preprocess a source file
auspost.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/auspost.c.i
.PHONY : auspost.c.i

auspost.s: auspost.c.s
.PHONY : auspost.s

# target to generate assembly for a file
auspost.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/auspost.c.s
.PHONY : auspost.c.s

aztec.o: aztec.c.o
.PHONY : aztec.o

# target to build an object file
aztec.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/aztec.c.o
.PHONY : aztec.c.o

aztec.i: aztec.c.i
.PHONY : aztec.i

# target to preprocess a source file
aztec.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/aztec.c.i
.PHONY : aztec.c.i

aztec.s: aztec.c.s
.PHONY : aztec.s

# target to generate assembly for a file
aztec.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/aztec.c.s
.PHONY : aztec.c.s

code.o: code.c.o
.PHONY : code.o

# target to build an object file
code.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code.c.o
.PHONY : code.c.o

code.i: code.c.i
.PHONY : code.i

# target to preprocess a source file
code.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code.c.i
.PHONY : code.c.i

code.s: code.c.s
.PHONY : code.s

# target to generate assembly for a file
code.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code.c.s
.PHONY : code.c.s

code1.o: code1.c.o
.PHONY : code1.o

# target to build an object file
code1.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code1.c.o
.PHONY : code1.c.o

code1.i: code1.c.i
.PHONY : code1.i

# target to preprocess a source file
code1.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code1.c.i
.PHONY : code1.c.i

code1.s: code1.c.s
.PHONY : code1.s

# target to generate assembly for a file
code1.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code1.c.s
.PHONY : code1.c.s

code128.o: code128.c.o
.PHONY : code128.o

# target to build an object file
code128.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code128.c.o
.PHONY : code128.c.o

code128.i: code128.c.i
.PHONY : code128.i

# target to preprocess a source file
code128.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code128.c.i
.PHONY : code128.c.i

code128.s: code128.c.s
.PHONY : code128.s

# target to generate assembly for a file
code128.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code128.c.s
.PHONY : code128.c.s

code16k.o: code16k.c.o
.PHONY : code16k.o

# target to build an object file
code16k.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code16k.c.o
.PHONY : code16k.c.o

code16k.i: code16k.c.i
.PHONY : code16k.i

# target to preprocess a source file
code16k.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code16k.c.i
.PHONY : code16k.c.i

code16k.s: code16k.c.s
.PHONY : code16k.s

# target to generate assembly for a file
code16k.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code16k.c.s
.PHONY : code16k.c.s

code49.o: code49.c.o
.PHONY : code49.o

# target to build an object file
code49.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code49.c.o
.PHONY : code49.c.o

code49.i: code49.c.i
.PHONY : code49.i

# target to preprocess a source file
code49.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code49.c.i
.PHONY : code49.c.i

code49.s: code49.c.s
.PHONY : code49.s

# target to generate assembly for a file
code49.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/code49.c.s
.PHONY : code49.c.s

common.o: common.c.o
.PHONY : common.o

# target to build an object file
common.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/common.c.o
.PHONY : common.c.o

common.i: common.c.i
.PHONY : common.i

# target to preprocess a source file
common.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/common.c.i
.PHONY : common.c.i

common.s: common.c.s
.PHONY : common.s

# target to generate assembly for a file
common.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/common.c.s
.PHONY : common.c.s

composite.o: composite.c.o
.PHONY : composite.o

# target to build an object file
composite.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/composite.c.o
.PHONY : composite.c.o

composite.i: composite.c.i
.PHONY : composite.i

# target to preprocess a source file
composite.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/composite.c.i
.PHONY : composite.c.i

composite.s: composite.c.s
.PHONY : composite.s

# target to generate assembly for a file
composite.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/composite.c.s
.PHONY : composite.c.s

dmatrix.o: dmatrix.c.o
.PHONY : dmatrix.o

# target to build an object file
dmatrix.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/dmatrix.c.o
.PHONY : dmatrix.c.o

dmatrix.i: dmatrix.c.i
.PHONY : dmatrix.i

# target to preprocess a source file
dmatrix.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/dmatrix.c.i
.PHONY : dmatrix.c.i

dmatrix.s: dmatrix.c.s
.PHONY : dmatrix.s

# target to generate assembly for a file
dmatrix.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/dmatrix.c.s
.PHONY : dmatrix.c.s

gridmtx.o: gridmtx.c.o
.PHONY : gridmtx.o

# target to build an object file
gridmtx.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gridmtx.c.o
.PHONY : gridmtx.c.o

gridmtx.i: gridmtx.c.i
.PHONY : gridmtx.i

# target to preprocess a source file
gridmtx.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gridmtx.c.i
.PHONY : gridmtx.c.i

gridmtx.s: gridmtx.c.s
.PHONY : gridmtx.s

# target to generate assembly for a file
gridmtx.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gridmtx.c.s
.PHONY : gridmtx.c.s

gs1.o: gs1.c.o
.PHONY : gs1.o

# target to build an object file
gs1.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gs1.c.o
.PHONY : gs1.c.o

gs1.i: gs1.c.i
.PHONY : gs1.i

# target to preprocess a source file
gs1.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gs1.c.i
.PHONY : gs1.c.i

gs1.s: gs1.c.s
.PHONY : gs1.s

# target to generate assembly for a file
gs1.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/gs1.c.s
.PHONY : gs1.c.s

hanxin.o: hanxin.c.o
.PHONY : hanxin.o

# target to build an object file
hanxin.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/hanxin.c.o
.PHONY : hanxin.c.o

hanxin.i: hanxin.c.i
.PHONY : hanxin.i

# target to preprocess a source file
hanxin.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/hanxin.c.i
.PHONY : hanxin.c.i

hanxin.s: hanxin.c.s
.PHONY : hanxin.s

# target to generate assembly for a file
hanxin.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/hanxin.c.s
.PHONY : hanxin.c.s

imail.o: imail.c.o
.PHONY : imail.o

# target to build an object file
imail.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/imail.c.o
.PHONY : imail.c.o

imail.i: imail.c.i
.PHONY : imail.i

# target to preprocess a source file
imail.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/imail.c.i
.PHONY : imail.c.i

imail.s: imail.c.s
.PHONY : imail.s

# target to generate assembly for a file
imail.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/imail.c.s
.PHONY : imail.c.s

large.o: large.c.o
.PHONY : large.o

# target to build an object file
large.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/large.c.o
.PHONY : large.c.o

large.i: large.c.i
.PHONY : large.i

# target to preprocess a source file
large.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/large.c.i
.PHONY : large.c.i

large.s: large.c.s
.PHONY : large.s

# target to generate assembly for a file
large.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/large.c.s
.PHONY : large.c.s

library.o: library.c.o
.PHONY : library.o

# target to build an object file
library.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/library.c.o
.PHONY : library.c.o

library.i: library.c.i
.PHONY : library.i

# target to preprocess a source file
library.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/library.c.i
.PHONY : library.c.i

library.s: library.c.s
.PHONY : library.s

# target to generate assembly for a file
library.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/library.c.s
.PHONY : library.c.s

maxicode.o: maxicode.c.o
.PHONY : maxicode.o

# target to build an object file
maxicode.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/maxicode.c.o
.PHONY : maxicode.c.o

maxicode.i: maxicode.c.i
.PHONY : maxicode.i

# target to preprocess a source file
maxicode.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/maxicode.c.i
.PHONY : maxicode.c.i

maxicode.s: maxicode.c.s
.PHONY : maxicode.s

# target to generate assembly for a file
maxicode.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/maxicode.c.s
.PHONY : maxicode.c.s

medical.o: medical.c.o
.PHONY : medical.o

# target to build an object file
medical.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/medical.c.o
.PHONY : medical.c.o

medical.i: medical.c.i
.PHONY : medical.i

# target to preprocess a source file
medical.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/medical.c.i
.PHONY : medical.c.i

medical.s: medical.c.s
.PHONY : medical.s

# target to generate assembly for a file
medical.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/medical.c.s
.PHONY : medical.c.s

pdf417.o: pdf417.c.o
.PHONY : pdf417.o

# target to build an object file
pdf417.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/pdf417.c.o
.PHONY : pdf417.c.o

pdf417.i: pdf417.c.i
.PHONY : pdf417.i

# target to preprocess a source file
pdf417.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/pdf417.c.i
.PHONY : pdf417.c.i

pdf417.s: pdf417.c.s
.PHONY : pdf417.s

# target to generate assembly for a file
pdf417.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/pdf417.c.s
.PHONY : pdf417.c.s

plessey.o: plessey.c.o
.PHONY : plessey.o

# target to build an object file
plessey.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/plessey.c.o
.PHONY : plessey.c.o

plessey.i: plessey.c.i
.PHONY : plessey.i

# target to preprocess a source file
plessey.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/plessey.c.i
.PHONY : plessey.c.i

plessey.s: plessey.c.s
.PHONY : plessey.s

# target to generate assembly for a file
plessey.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/plessey.c.s
.PHONY : plessey.c.s

png.o: png.c.o
.PHONY : png.o

# target to build an object file
png.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/png.c.o
.PHONY : png.c.o

png.i: png.c.i
.PHONY : png.i

# target to preprocess a source file
png.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/png.c.i
.PHONY : png.c.i

png.s: png.c.s
.PHONY : png.s

# target to generate assembly for a file
png.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/png.c.s
.PHONY : png.c.s

postal.o: postal.c.o
.PHONY : postal.o

# target to build an object file
postal.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/postal.c.o
.PHONY : postal.c.o

postal.i: postal.c.i
.PHONY : postal.i

# target to preprocess a source file
postal.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/postal.c.i
.PHONY : postal.c.i

postal.s: postal.c.s
.PHONY : postal.s

# target to generate assembly for a file
postal.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/postal.c.s
.PHONY : postal.c.s

ps.o: ps.c.o
.PHONY : ps.o

# target to build an object file
ps.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/ps.c.o
.PHONY : ps.c.o

ps.i: ps.c.i
.PHONY : ps.i

# target to preprocess a source file
ps.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/ps.c.i
.PHONY : ps.c.i

ps.s: ps.c.s
.PHONY : ps.s

# target to generate assembly for a file
ps.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/ps.c.s
.PHONY : ps.c.s

qr.o: qr.c.o
.PHONY : qr.o

# target to build an object file
qr.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/qr.c.o
.PHONY : qr.c.o

qr.i: qr.c.i
.PHONY : qr.i

# target to preprocess a source file
qr.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/qr.c.i
.PHONY : qr.c.i

qr.s: qr.c.s
.PHONY : qr.s

# target to generate assembly for a file
qr.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/qr.c.s
.PHONY : qr.c.s

reedsol.o: reedsol.c.o
.PHONY : reedsol.o

# target to build an object file
reedsol.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/reedsol.c.o
.PHONY : reedsol.c.o

reedsol.i: reedsol.c.i
.PHONY : reedsol.i

# target to preprocess a source file
reedsol.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/reedsol.c.i
.PHONY : reedsol.c.i

reedsol.s: reedsol.c.s
.PHONY : reedsol.s

# target to generate assembly for a file
reedsol.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/reedsol.c.s
.PHONY : reedsol.c.s

render.o: render.c.o
.PHONY : render.o

# target to build an object file
render.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/render.c.o
.PHONY : render.c.o

render.i: render.c.i
.PHONY : render.i

# target to preprocess a source file
render.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/render.c.i
.PHONY : render.c.i

render.s: render.c.s
.PHONY : render.s

# target to generate assembly for a file
render.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/render.c.s
.PHONY : render.c.s

rss.o: rss.c.o
.PHONY : rss.o

# target to build an object file
rss.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/rss.c.o
.PHONY : rss.c.o

rss.i: rss.c.i
.PHONY : rss.i

# target to preprocess a source file
rss.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/rss.c.i
.PHONY : rss.c.i

rss.s: rss.c.s
.PHONY : rss.s

# target to generate assembly for a file
rss.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/rss.c.s
.PHONY : rss.c.s

svg.o: svg.c.o
.PHONY : svg.o

# target to build an object file
svg.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/svg.c.o
.PHONY : svg.c.o

svg.i: svg.c.i
.PHONY : svg.i

# target to preprocess a source file
svg.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/svg.c.i
.PHONY : svg.c.i

svg.s: svg.c.s
.PHONY : svg.s

# target to generate assembly for a file
svg.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/svg.c.s
.PHONY : svg.c.s

telepen.o: telepen.c.o
.PHONY : telepen.o

# target to build an object file
telepen.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/telepen.c.o
.PHONY : telepen.c.o

telepen.i: telepen.c.i
.PHONY : telepen.i

# target to preprocess a source file
telepen.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/telepen.c.i
.PHONY : telepen.c.i

telepen.s: telepen.c.s
.PHONY : telepen.s

# target to generate assembly for a file
telepen.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/telepen.c.s
.PHONY : telepen.c.s

upcean.o: upcean.c.o
.PHONY : upcean.o

# target to build an object file
upcean.c.o:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/upcean.c.o
.PHONY : upcean.c.o

upcean.i: upcean.c.i
.PHONY : upcean.i

# target to preprocess a source file
upcean.c.i:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/upcean.c.i
.PHONY : upcean.c.i

upcean.s: upcean.c.s
.PHONY : upcean.s

# target to generate assembly for a file
upcean.c.s:
	cd /home/hooper/zint/zint-code && $(MAKE) -f backend/CMakeFiles/zint.dir/build.make backend/CMakeFiles/zint.dir/upcean.c.s
.PHONY : upcean.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 "... install/strip"
	@echo "... zint"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... install/local"
	@echo "... 2of5.o"
	@echo "... 2of5.i"
	@echo "... 2of5.s"
	@echo "... auspost.o"
	@echo "... auspost.i"
	@echo "... auspost.s"
	@echo "... aztec.o"
	@echo "... aztec.i"
	@echo "... aztec.s"
	@echo "... code.o"
	@echo "... code.i"
	@echo "... code.s"
	@echo "... code1.o"
	@echo "... code1.i"
	@echo "... code1.s"
	@echo "... code128.o"
	@echo "... code128.i"
	@echo "... code128.s"
	@echo "... code16k.o"
	@echo "... code16k.i"
	@echo "... code16k.s"
	@echo "... code49.o"
	@echo "... code49.i"
	@echo "... code49.s"
	@echo "... common.o"
	@echo "... common.i"
	@echo "... common.s"
	@echo "... composite.o"
	@echo "... composite.i"
	@echo "... composite.s"
	@echo "... dmatrix.o"
	@echo "... dmatrix.i"
	@echo "... dmatrix.s"
	@echo "... gridmtx.o"
	@echo "... gridmtx.i"
	@echo "... gridmtx.s"
	@echo "... gs1.o"
	@echo "... gs1.i"
	@echo "... gs1.s"
	@echo "... hanxin.o"
	@echo "... hanxin.i"
	@echo "... hanxin.s"
	@echo "... imail.o"
	@echo "... imail.i"
	@echo "... imail.s"
	@echo "... large.o"
	@echo "... large.i"
	@echo "... large.s"
	@echo "... library.o"
	@echo "... library.i"
	@echo "... library.s"
	@echo "... maxicode.o"
	@echo "... maxicode.i"
	@echo "... maxicode.s"
	@echo "... medical.o"
	@echo "... medical.i"
	@echo "... medical.s"
	@echo "... pdf417.o"
	@echo "... pdf417.i"
	@echo "... pdf417.s"
	@echo "... plessey.o"
	@echo "... plessey.i"
	@echo "... plessey.s"
	@echo "... png.o"
	@echo "... png.i"
	@echo "... png.s"
	@echo "... postal.o"
	@echo "... postal.i"
	@echo "... postal.s"
	@echo "... ps.o"
	@echo "... ps.i"
	@echo "... ps.s"
	@echo "... qr.o"
	@echo "... qr.i"
	@echo "... qr.s"
	@echo "... reedsol.o"
	@echo "... reedsol.i"
	@echo "... reedsol.s"
	@echo "... render.o"
	@echo "... render.i"
	@echo "... render.s"
	@echo "... rss.o"
	@echo "... rss.i"
	@echo "... rss.s"
	@echo "... svg.o"
	@echo "... svg.i"
	@echo "... svg.s"
	@echo "... telepen.o"
	@echo "... telepen.i"
	@echo "... telepen.s"
	@echo "... upcean.o"
	@echo "... upcean.i"
	@echo "... upcean.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/hooper/zint/zint-code && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system