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

# 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/ansh/Desktop/Tools/graywolf-master

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ansh/Desktop/Tools/graywolf-master

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

# 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: \"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

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

# The main all target
all: cmake_check_build_system
	cd /home/ansh/Desktop/Tools/graywolf-master && $(CMAKE_COMMAND) -E cmake_progress_start /home/ansh/Desktop/Tools/graywolf-master/CMakeFiles /home/ansh/Desktop/Tools/graywolf-master/src/Ylib/CMakeFiles/progress.marks
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f CMakeFiles/Makefile2 src/Ylib/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/ansh/Desktop/Tools/graywolf-master/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f CMakeFiles/Makefile2 src/Ylib/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f CMakeFiles/Makefile2 src/Ylib/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f CMakeFiles/Makefile2 src/Ylib/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/Ylib/CMakeFiles/ycadgraywolf.dir/rule:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f CMakeFiles/Makefile2 src/Ylib/CMakeFiles/ycadgraywolf.dir/rule
.PHONY : src/Ylib/CMakeFiles/ycadgraywolf.dir/rule

# Convenience name for target.
ycadgraywolf: src/Ylib/CMakeFiles/ycadgraywolf.dir/rule

.PHONY : ycadgraywolf

# fast build rule for target.
ycadgraywolf/fast:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/build
.PHONY : ycadgraywolf/fast

assign.o: assign.c.o

.PHONY : assign.o

# target to build an object file
assign.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/assign.c.o
.PHONY : assign.c.o

assign.i: assign.c.i

.PHONY : assign.i

# target to preprocess a source file
assign.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/assign.c.i
.PHONY : assign.c.i

assign.s: assign.c.s

.PHONY : assign.s

# target to generate assembly for a file
assign.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/assign.c.s
.PHONY : assign.c.s

buster.o: buster.c.o

.PHONY : buster.o

# target to build an object file
buster.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/buster.c.o
.PHONY : buster.c.o

buster.i: buster.c.i

.PHONY : buster.i

# target to preprocess a source file
buster.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/buster.c.i
.PHONY : buster.c.i

buster.s: buster.c.s

.PHONY : buster.s

# target to generate assembly for a file
buster.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/buster.c.s
.PHONY : buster.c.s

cleanup.o: cleanup.c.o

.PHONY : cleanup.o

# target to build an object file
cleanup.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/cleanup.c.o
.PHONY : cleanup.c.o

cleanup.i: cleanup.c.i

.PHONY : cleanup.i

# target to preprocess a source file
cleanup.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/cleanup.c.i
.PHONY : cleanup.c.i

cleanup.s: cleanup.c.s

.PHONY : cleanup.s

# target to generate assembly for a file
cleanup.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/cleanup.c.s
.PHONY : cleanup.c.s

colors.o: colors.c.o

.PHONY : colors.o

# target to build an object file
colors.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/colors.c.o
.PHONY : colors.c.o

colors.i: colors.c.i

.PHONY : colors.i

# target to preprocess a source file
colors.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/colors.c.i
.PHONY : colors.c.i

colors.s: colors.c.s

.PHONY : colors.s

# target to generate assembly for a file
colors.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/colors.c.s
.PHONY : colors.c.s

deck.o: deck.c.o

.PHONY : deck.o

# target to build an object file
deck.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/deck.c.o
.PHONY : deck.c.o

deck.i: deck.c.i

.PHONY : deck.i

# target to preprocess a source file
deck.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/deck.c.i
.PHONY : deck.c.i

deck.s: deck.c.s

.PHONY : deck.s

# target to generate assembly for a file
deck.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/deck.c.s
.PHONY : deck.c.s

dialog.o: dialog.c.o

.PHONY : dialog.o

# target to build an object file
dialog.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.o
.PHONY : dialog.c.o

dialog.i: dialog.c.i

.PHONY : dialog.i

# target to preprocess a source file
dialog.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.i
.PHONY : dialog.c.i

dialog.s: dialog.c.s

.PHONY : dialog.s

# target to generate assembly for a file
dialog.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dialog.c.s
.PHONY : dialog.c.s

draw.o: draw.c.o

.PHONY : draw.o

# target to build an object file
draw.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/draw.c.o
.PHONY : draw.c.o

draw.i: draw.c.i

.PHONY : draw.i

# target to preprocess a source file
draw.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/draw.c.i
.PHONY : draw.c.i

draw.s: draw.c.s

.PHONY : draw.s

# target to generate assembly for a file
draw.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/draw.c.s
.PHONY : draw.c.s

dset.o: dset.c.o

.PHONY : dset.o

# target to build an object file
dset.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dset.c.o
.PHONY : dset.c.o

dset.i: dset.c.i

.PHONY : dset.i

# target to preprocess a source file
dset.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dset.c.i
.PHONY : dset.c.i

dset.s: dset.c.s

.PHONY : dset.s

# target to generate assembly for a file
dset.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/dset.c.s
.PHONY : dset.c.s

edcolors.o: edcolors.c.o

.PHONY : edcolors.o

# target to build an object file
edcolors.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/edcolors.c.o
.PHONY : edcolors.c.o

edcolors.i: edcolors.c.i

.PHONY : edcolors.i

# target to preprocess a source file
edcolors.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/edcolors.c.i
.PHONY : edcolors.c.i

edcolors.s: edcolors.c.s

.PHONY : edcolors.s

# target to generate assembly for a file
edcolors.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/edcolors.c.s
.PHONY : edcolors.c.s

file.o: file.c.o

.PHONY : file.o

# target to build an object file
file.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/file.c.o
.PHONY : file.c.o

file.i: file.c.i

.PHONY : file.i

# target to preprocess a source file
file.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/file.c.i
.PHONY : file.c.i

file.s: file.c.s

.PHONY : file.s

# target to generate assembly for a file
file.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/file.c.s
.PHONY : file.c.s

getftime.o: getftime.c.o

.PHONY : getftime.o

# target to build an object file
getftime.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/getftime.c.o
.PHONY : getftime.c.o

getftime.i: getftime.c.i

.PHONY : getftime.i

# target to preprocess a source file
getftime.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/getftime.c.i
.PHONY : getftime.c.i

getftime.s: getftime.c.s

.PHONY : getftime.s

# target to generate assembly for a file
getftime.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/getftime.c.s
.PHONY : getftime.c.s

graph.o: graph.c.o

.PHONY : graph.o

# target to build an object file
graph.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/graph.c.o
.PHONY : graph.c.o

graph.i: graph.c.i

.PHONY : graph.i

# target to preprocess a source file
graph.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/graph.c.i
.PHONY : graph.c.i

graph.s: graph.c.s

.PHONY : graph.s

# target to generate assembly for a file
graph.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/graph.c.s
.PHONY : graph.c.s

grid.o: grid.c.o

.PHONY : grid.o

# target to build an object file
grid.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/grid.c.o
.PHONY : grid.c.o

grid.i: grid.c.i

.PHONY : grid.i

# target to preprocess a source file
grid.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/grid.c.i
.PHONY : grid.c.i

grid.s: grid.c.s

.PHONY : grid.s

# target to generate assembly for a file
grid.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/grid.c.s
.PHONY : grid.c.s

hash.o: hash.c.o

.PHONY : hash.o

# target to build an object file
hash.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/hash.c.o
.PHONY : hash.c.o

hash.i: hash.c.i

.PHONY : hash.i

# target to preprocess a source file
hash.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/hash.c.i
.PHONY : hash.c.i

hash.s: hash.c.s

.PHONY : hash.s

# target to generate assembly for a file
hash.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/hash.c.s
.PHONY : hash.c.s

heap.o: heap.c.o

.PHONY : heap.o

# target to build an object file
heap.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/heap.c.o
.PHONY : heap.c.o

heap.i: heap.c.i

.PHONY : heap.i

# target to preprocess a source file
heap.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/heap.c.i
.PHONY : heap.c.i

heap.s: heap.c.s

.PHONY : heap.s

# target to generate assembly for a file
heap.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/heap.c.s
.PHONY : heap.c.s

list.o: list.c.o

.PHONY : list.o

# target to build an object file
list.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/list.c.o
.PHONY : list.c.o

list.i: list.c.i

.PHONY : list.i

# target to preprocess a source file
list.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/list.c.i
.PHONY : list.c.i

list.s: list.c.s

.PHONY : list.s

# target to generate assembly for a file
list.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/list.c.s
.PHONY : list.c.s

log.o: log.c.o

.PHONY : log.o

# target to build an object file
log.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/log.c.o
.PHONY : log.c.o

log.i: log.c.i

.PHONY : log.i

# target to preprocess a source file
log.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/log.c.i
.PHONY : log.c.i

log.s: log.c.s

.PHONY : log.s

# target to generate assembly for a file
log.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/log.c.s
.PHONY : log.c.s

menus.o: menus.c.o

.PHONY : menus.o

# target to build an object file
menus.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/menus.c.o
.PHONY : menus.c.o

menus.i: menus.c.i

.PHONY : menus.i

# target to preprocess a source file
menus.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/menus.c.i
.PHONY : menus.c.i

menus.s: menus.c.s

.PHONY : menus.s

# target to generate assembly for a file
menus.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/menus.c.s
.PHONY : menus.c.s

message.o: message.c.o

.PHONY : message.o

# target to build an object file
message.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/message.c.o
.PHONY : message.c.o

message.i: message.c.i

.PHONY : message.i

# target to preprocess a source file
message.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/message.c.i
.PHONY : message.c.i

message.s: message.c.s

.PHONY : message.s

# target to generate assembly for a file
message.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/message.c.s
.PHONY : message.c.s

mst.o: mst.c.o

.PHONY : mst.o

# target to build an object file
mst.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mst.c.o
.PHONY : mst.c.o

mst.i: mst.c.i

.PHONY : mst.i

# target to preprocess a source file
mst.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mst.c.i
.PHONY : mst.c.i

mst.s: mst.c.s

.PHONY : mst.s

# target to generate assembly for a file
mst.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mst.c.s
.PHONY : mst.c.s

mytime.o: mytime.c.o

.PHONY : mytime.o

# target to build an object file
mytime.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mytime.c.o
.PHONY : mytime.c.o

mytime.i: mytime.c.i

.PHONY : mytime.i

# target to preprocess a source file
mytime.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mytime.c.i
.PHONY : mytime.c.i

mytime.s: mytime.c.s

.PHONY : mytime.s

# target to generate assembly for a file
mytime.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/mytime.c.s
.PHONY : mytime.c.s

okmalloc.o: okmalloc.c.o

.PHONY : okmalloc.o

# target to build an object file
okmalloc.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/okmalloc.c.o
.PHONY : okmalloc.c.o

okmalloc.i: okmalloc.c.i

.PHONY : okmalloc.i

# target to preprocess a source file
okmalloc.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/okmalloc.c.i
.PHONY : okmalloc.c.i

okmalloc.s: okmalloc.c.s

.PHONY : okmalloc.s

# target to generate assembly for a file
okmalloc.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/okmalloc.c.s
.PHONY : okmalloc.c.s

path.o: path.c.o

.PHONY : path.o

# target to build an object file
path.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/path.c.o
.PHONY : path.c.o

path.i: path.c.i

.PHONY : path.i

# target to preprocess a source file
path.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/path.c.i
.PHONY : path.c.i

path.s: path.c.s

.PHONY : path.s

# target to generate assembly for a file
path.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/path.c.s
.PHONY : path.c.s

plot.o: plot.c.o

.PHONY : plot.o

# target to build an object file
plot.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/plot.c.o
.PHONY : plot.c.o

plot.i: plot.c.i

.PHONY : plot.i

# target to preprocess a source file
plot.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/plot.c.i
.PHONY : plot.c.i

plot.s: plot.c.s

.PHONY : plot.s

# target to generate assembly for a file
plot.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/plot.c.s
.PHONY : plot.c.s

program.o: program.c.o

.PHONY : program.o

# target to build an object file
program.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/program.c.o
.PHONY : program.c.o

program.i: program.c.i

.PHONY : program.i

# target to preprocess a source file
program.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/program.c.i
.PHONY : program.c.i

program.s: program.c.s

.PHONY : program.s

# target to generate assembly for a file
program.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/program.c.s
.PHONY : program.c.s

project.o: project.c.o

.PHONY : project.o

# target to build an object file
project.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/project.c.o
.PHONY : project.c.o

project.i: project.c.i

.PHONY : project.i

# target to preprocess a source file
project.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/project.c.i
.PHONY : project.c.i

project.s: project.c.s

.PHONY : project.s

# target to generate assembly for a file
project.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/project.c.s
.PHONY : project.c.s

queue.o: queue.c.o

.PHONY : queue.o

# target to build an object file
queue.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/queue.c.o
.PHONY : queue.c.o

queue.i: queue.c.i

.PHONY : queue.i

# target to preprocess a source file
queue.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/queue.c.i
.PHONY : queue.c.i

queue.s: queue.c.s

.PHONY : queue.s

# target to generate assembly for a file
queue.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/queue.c.s
.PHONY : queue.c.s

quicksort.o: quicksort.c.o

.PHONY : quicksort.o

# target to build an object file
quicksort.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/quicksort.c.o
.PHONY : quicksort.c.o

quicksort.i: quicksort.c.i

.PHONY : quicksort.i

# target to preprocess a source file
quicksort.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/quicksort.c.i
.PHONY : quicksort.c.i

quicksort.s: quicksort.c.s

.PHONY : quicksort.s

# target to generate assembly for a file
quicksort.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/quicksort.c.s
.PHONY : quicksort.c.s

radixsort.o: radixsort.c.o

.PHONY : radixsort.o

# target to build an object file
radixsort.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/radixsort.c.o
.PHONY : radixsort.c.o

radixsort.i: radixsort.c.i

.PHONY : radixsort.i

# target to preprocess a source file
radixsort.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/radixsort.c.i
.PHONY : radixsort.c.i

radixsort.s: radixsort.c.s

.PHONY : radixsort.s

# target to generate assembly for a file
radixsort.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/radixsort.c.s
.PHONY : radixsort.c.s

rand.o: rand.c.o

.PHONY : rand.o

# target to build an object file
rand.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rand.c.o
.PHONY : rand.c.o

rand.i: rand.c.i

.PHONY : rand.i

# target to preprocess a source file
rand.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rand.c.i
.PHONY : rand.c.i

rand.s: rand.c.s

.PHONY : rand.s

# target to generate assembly for a file
rand.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rand.c.s
.PHONY : rand.c.s

rbtree.o: rbtree.c.o

.PHONY : rbtree.o

# target to build an object file
rbtree.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rbtree.c.o
.PHONY : rbtree.c.o

rbtree.i: rbtree.c.i

.PHONY : rbtree.i

# target to preprocess a source file
rbtree.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rbtree.c.i
.PHONY : rbtree.c.i

rbtree.s: rbtree.c.s

.PHONY : rbtree.s

# target to generate assembly for a file
rbtree.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/rbtree.c.s
.PHONY : rbtree.c.s

relpath.o: relpath.c.o

.PHONY : relpath.o

# target to build an object file
relpath.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/relpath.c.o
.PHONY : relpath.c.o

relpath.i: relpath.c.i

.PHONY : relpath.i

# target to preprocess a source file
relpath.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/relpath.c.i
.PHONY : relpath.c.i

relpath.s: relpath.c.s

.PHONY : relpath.s

# target to generate assembly for a file
relpath.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/relpath.c.s
.PHONY : relpath.c.s

set.o: set.c.o

.PHONY : set.o

# target to build an object file
set.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/set.c.o
.PHONY : set.c.o

set.i: set.c.i

.PHONY : set.i

# target to preprocess a source file
set.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/set.c.i
.PHONY : set.c.i

set.s: set.c.s

.PHONY : set.s

# target to generate assembly for a file
set.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/set.c.s
.PHONY : set.c.s

stat.o: stat.c.o

.PHONY : stat.o

# target to build an object file
stat.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stat.c.o
.PHONY : stat.c.o

stat.i: stat.c.i

.PHONY : stat.i

# target to preprocess a source file
stat.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stat.c.i
.PHONY : stat.c.i

stat.s: stat.c.s

.PHONY : stat.s

# target to generate assembly for a file
stat.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stat.c.s
.PHONY : stat.c.s

stats.o: stats.c.o

.PHONY : stats.o

# target to build an object file
stats.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stats.c.o
.PHONY : stats.c.o

stats.i: stats.c.i

.PHONY : stats.i

# target to preprocess a source file
stats.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stats.c.i
.PHONY : stats.c.i

stats.s: stats.c.s

.PHONY : stats.s

# target to generate assembly for a file
stats.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/stats.c.s
.PHONY : stats.c.s

string.o: string.c.o

.PHONY : string.o

# target to build an object file
string.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/string.c.o
.PHONY : string.c.o

string.i: string.c.i

.PHONY : string.i

# target to preprocess a source file
string.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/string.c.i
.PHONY : string.c.i

string.s: string.c.s

.PHONY : string.s

# target to generate assembly for a file
string.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/string.c.s
.PHONY : string.c.s

system.o: system.c.o

.PHONY : system.o

# target to build an object file
system.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/system.c.o
.PHONY : system.c.o

system.i: system.c.i

.PHONY : system.i

# target to preprocess a source file
system.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/system.c.i
.PHONY : system.c.i

system.s: system.c.s

.PHONY : system.s

# target to generate assembly for a file
system.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/system.c.s
.PHONY : system.c.s

time.o: time.c.o

.PHONY : time.o

# target to build an object file
time.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/time.c.o
.PHONY : time.c.o

time.i: time.c.i

.PHONY : time.i

# target to preprocess a source file
time.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/time.c.i
.PHONY : time.c.i

time.s: time.c.s

.PHONY : time.s

# target to generate assembly for a file
time.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/time.c.s
.PHONY : time.c.s

timer.o: timer.c.o

.PHONY : timer.o

# target to build an object file
timer.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/timer.c.o
.PHONY : timer.c.o

timer.i: timer.c.i

.PHONY : timer.i

# target to preprocess a source file
timer.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/timer.c.i
.PHONY : timer.c.i

timer.s: timer.c.s

.PHONY : timer.s

# target to generate assembly for a file
timer.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/timer.c.s
.PHONY : timer.c.s

trans.o: trans.c.o

.PHONY : trans.o

# target to build an object file
trans.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/trans.c.o
.PHONY : trans.c.o

trans.i: trans.c.i

.PHONY : trans.i

# target to preprocess a source file
trans.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/trans.c.i
.PHONY : trans.c.i

trans.s: trans.c.s

.PHONY : trans.s

# target to generate assembly for a file
trans.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/trans.c.s
.PHONY : trans.c.s

wgraphics.o: wgraphics.c.o

.PHONY : wgraphics.o

# target to build an object file
wgraphics.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/wgraphics.c.o
.PHONY : wgraphics.c.o

wgraphics.i: wgraphics.c.i

.PHONY : wgraphics.i

# target to preprocess a source file
wgraphics.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/wgraphics.c.i
.PHONY : wgraphics.c.i

wgraphics.s: wgraphics.c.s

.PHONY : wgraphics.s

# target to generate assembly for a file
wgraphics.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/wgraphics.c.s
.PHONY : wgraphics.c.s

ydebug.o: ydebug.c.o

.PHONY : ydebug.o

# target to build an object file
ydebug.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/ydebug.c.o
.PHONY : ydebug.c.o

ydebug.i: ydebug.c.i

.PHONY : ydebug.i

# target to preprocess a source file
ydebug.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/ydebug.c.i
.PHONY : ydebug.c.i

ydebug.s: ydebug.c.s

.PHONY : ydebug.s

# target to generate assembly for a file
ydebug.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/ydebug.c.s
.PHONY : ydebug.c.s

yreadpar.o: yreadpar.c.o

.PHONY : yreadpar.o

# target to build an object file
yreadpar.c.o:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/yreadpar.c.o
.PHONY : yreadpar.c.o

yreadpar.i: yreadpar.c.i

.PHONY : yreadpar.i

# target to preprocess a source file
yreadpar.c.i:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/yreadpar.c.i
.PHONY : yreadpar.c.i

yreadpar.s: yreadpar.c.s

.PHONY : yreadpar.s

# target to generate assembly for a file
yreadpar.c.s:
	cd /home/ansh/Desktop/Tools/graywolf-master && $(MAKE) -f src/Ylib/CMakeFiles/ycadgraywolf.dir/build.make src/Ylib/CMakeFiles/ycadgraywolf.dir/yreadpar.c.s
.PHONY : yreadpar.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"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... ycadgraywolf"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... edit_cache"
	@echo "... assign.o"
	@echo "... assign.i"
	@echo "... assign.s"
	@echo "... buster.o"
	@echo "... buster.i"
	@echo "... buster.s"
	@echo "... cleanup.o"
	@echo "... cleanup.i"
	@echo "... cleanup.s"
	@echo "... colors.o"
	@echo "... colors.i"
	@echo "... colors.s"
	@echo "... deck.o"
	@echo "... deck.i"
	@echo "... deck.s"
	@echo "... dialog.o"
	@echo "... dialog.i"
	@echo "... dialog.s"
	@echo "... draw.o"
	@echo "... draw.i"
	@echo "... draw.s"
	@echo "... dset.o"
	@echo "... dset.i"
	@echo "... dset.s"
	@echo "... edcolors.o"
	@echo "... edcolors.i"
	@echo "... edcolors.s"
	@echo "... file.o"
	@echo "... file.i"
	@echo "... file.s"
	@echo "... getftime.o"
	@echo "... getftime.i"
	@echo "... getftime.s"
	@echo "... graph.o"
	@echo "... graph.i"
	@echo "... graph.s"
	@echo "... grid.o"
	@echo "... grid.i"
	@echo "... grid.s"
	@echo "... hash.o"
	@echo "... hash.i"
	@echo "... hash.s"
	@echo "... heap.o"
	@echo "... heap.i"
	@echo "... heap.s"
	@echo "... list.o"
	@echo "... list.i"
	@echo "... list.s"
	@echo "... log.o"
	@echo "... log.i"
	@echo "... log.s"
	@echo "... menus.o"
	@echo "... menus.i"
	@echo "... menus.s"
	@echo "... message.o"
	@echo "... message.i"
	@echo "... message.s"
	@echo "... mst.o"
	@echo "... mst.i"
	@echo "... mst.s"
	@echo "... mytime.o"
	@echo "... mytime.i"
	@echo "... mytime.s"
	@echo "... okmalloc.o"
	@echo "... okmalloc.i"
	@echo "... okmalloc.s"
	@echo "... path.o"
	@echo "... path.i"
	@echo "... path.s"
	@echo "... plot.o"
	@echo "... plot.i"
	@echo "... plot.s"
	@echo "... program.o"
	@echo "... program.i"
	@echo "... program.s"
	@echo "... project.o"
	@echo "... project.i"
	@echo "... project.s"
	@echo "... queue.o"
	@echo "... queue.i"
	@echo "... queue.s"
	@echo "... quicksort.o"
	@echo "... quicksort.i"
	@echo "... quicksort.s"
	@echo "... radixsort.o"
	@echo "... radixsort.i"
	@echo "... radixsort.s"
	@echo "... rand.o"
	@echo "... rand.i"
	@echo "... rand.s"
	@echo "... rbtree.o"
	@echo "... rbtree.i"
	@echo "... rbtree.s"
	@echo "... relpath.o"
	@echo "... relpath.i"
	@echo "... relpath.s"
	@echo "... set.o"
	@echo "... set.i"
	@echo "... set.s"
	@echo "... stat.o"
	@echo "... stat.i"
	@echo "... stat.s"
	@echo "... stats.o"
	@echo "... stats.i"
	@echo "... stats.s"
	@echo "... string.o"
	@echo "... string.i"
	@echo "... string.s"
	@echo "... system.o"
	@echo "... system.i"
	@echo "... system.s"
	@echo "... time.o"
	@echo "... time.i"
	@echo "... time.s"
	@echo "... timer.o"
	@echo "... timer.i"
	@echo "... timer.s"
	@echo "... trans.o"
	@echo "... trans.i"
	@echo "... trans.s"
	@echo "... wgraphics.o"
	@echo "... wgraphics.i"
	@echo "... wgraphics.s"
	@echo "... ydebug.o"
	@echo "... ydebug.i"
	@echo "... ydebug.s"
	@echo "... yreadpar.o"
	@echo "... yreadpar.i"
	@echo "... yreadpar.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/ansh/Desktop/Tools/graywolf-master && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

