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

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

# 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/bla/my_projects/otpasswd

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/bla/my_projects/otpasswd

#=============================================================================
# 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: \"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 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/bla/my_projects/otpasswd/CMakeFiles /home/bla/my_projects/otpasswd/CMakeFiles/progress.make
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bla/my_projects/otpasswd/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 otpasswd

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

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

#=============================================================================
# Target rules for targets named pam_otpasswd

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

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

crypto.o: crypto.c.o
.PHONY : crypto.o

# target to build an object file
crypto.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/crypto.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/crypto.c.o
.PHONY : crypto.c.o

crypto.i: crypto.c.i
.PHONY : crypto.i

# target to preprocess a source file
crypto.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/crypto.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/crypto.c.i
.PHONY : crypto.c.i

crypto.s: crypto.c.s
.PHONY : crypto.s

# target to generate assembly for a file
crypto.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/crypto.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/crypto.c.s
.PHONY : crypto.c.s

num.o: num.c.o
.PHONY : num.o

# target to build an object file
num.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/num.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/num.c.o
.PHONY : num.c.o

num.i: num.c.i
.PHONY : num.i

# target to preprocess a source file
num.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/num.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/num.c.i
.PHONY : num.c.i

num.s: num.c.s
.PHONY : num.s

# target to generate assembly for a file
num.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/num.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/num.c.s
.PHONY : num.c.s

otpasswd.o: otpasswd.c.o
.PHONY : otpasswd.o

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

otpasswd.i: otpasswd.c.i
.PHONY : otpasswd.i

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

otpasswd.s: otpasswd.c.s
.PHONY : otpasswd.s

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

otpasswd_actions.o: otpasswd_actions.c.o
.PHONY : otpasswd_actions.o

# target to build an object file
otpasswd_actions.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/otpasswd_actions.c.o
.PHONY : otpasswd_actions.c.o

otpasswd_actions.i: otpasswd_actions.c.i
.PHONY : otpasswd_actions.i

# target to preprocess a source file
otpasswd_actions.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/otpasswd_actions.c.i
.PHONY : otpasswd_actions.c.i

otpasswd_actions.s: otpasswd_actions.c.s
.PHONY : otpasswd_actions.s

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

pam_otpasswd.o: pam_otpasswd.c.o
.PHONY : pam_otpasswd.o

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

pam_otpasswd.i: pam_otpasswd.c.i
.PHONY : pam_otpasswd.i

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

pam_otpasswd.s: pam_otpasswd.c.s
.PHONY : pam_otpasswd.s

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

passcards.o: passcards.c.o
.PHONY : passcards.o

# target to build an object file
passcards.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/passcards.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/passcards.c.o
.PHONY : passcards.c.o

passcards.i: passcards.c.i
.PHONY : passcards.i

# target to preprocess a source file
passcards.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/passcards.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/passcards.c.i
.PHONY : passcards.c.i

passcards.s: passcards.c.s
.PHONY : passcards.s

# target to generate assembly for a file
passcards.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/passcards.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/passcards.c.s
.PHONY : passcards.c.s

ppp.o: ppp.c.o
.PHONY : ppp.o

# target to build an object file
ppp.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/ppp.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/ppp.c.o
.PHONY : ppp.c.o

ppp.i: ppp.c.i
.PHONY : ppp.i

# target to preprocess a source file
ppp.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/ppp.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/ppp.c.i
.PHONY : ppp.c.i

ppp.s: ppp.c.s
.PHONY : ppp.s

# target to generate assembly for a file
ppp.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/ppp.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/ppp.c.s
.PHONY : ppp.c.s

print.o: print.c.o
.PHONY : print.o

# target to build an object file
print.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/print.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/print.c.o
.PHONY : print.c.o

print.i: print.c.i
.PHONY : print.i

# target to preprocess a source file
print.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/print.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/print.c.i
.PHONY : print.c.i

print.s: print.c.s
.PHONY : print.s

# target to generate assembly for a file
print.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/print.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/print.c.s
.PHONY : print.c.s

state.o: state.c.o
.PHONY : state.o

# target to build an object file
state.c.o:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/state.c.o
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/state.c.o
.PHONY : state.c.o

state.i: state.c.i
.PHONY : state.i

# target to preprocess a source file
state.c.i:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/state.c.i
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/state.c.i
.PHONY : state.c.i

state.s: state.c.s
.PHONY : state.s

# target to generate assembly for a file
state.c.s:
	$(MAKE) -f CMakeFiles/otpasswd.dir/build.make CMakeFiles/otpasswd.dir/state.c.s
	$(MAKE) -f CMakeFiles/pam_otpasswd.dir/build.make CMakeFiles/pam_otpasswd.dir/state.c.s
.PHONY : state.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 "... otpasswd"
	@echo "... pam_otpasswd"
	@echo "... rebuild_cache"
	@echo "... crypto.o"
	@echo "... crypto.i"
	@echo "... crypto.s"
	@echo "... num.o"
	@echo "... num.i"
	@echo "... num.s"
	@echo "... otpasswd.o"
	@echo "... otpasswd.i"
	@echo "... otpasswd.s"
	@echo "... otpasswd_actions.o"
	@echo "... otpasswd_actions.i"
	@echo "... otpasswd_actions.s"
	@echo "... pam_otpasswd.o"
	@echo "... pam_otpasswd.i"
	@echo "... pam_otpasswd.s"
	@echo "... passcards.o"
	@echo "... passcards.i"
	@echo "... passcards.s"
	@echo "... ppp.o"
	@echo "... ppp.i"
	@echo "... ppp.s"
	@echo "... print.o"
	@echo "... print.i"
	@echo "... print.s"
	@echo "... state.o"
	@echo "... state.i"
	@echo "... state.s"
.PHONY : help



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

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

