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

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

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Produce verbose output by default.
VERBOSE = 1

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/src/packages/BUILD

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/src/packages/BUILD/obj-x86_64-linux-gnu

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && /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..."
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && /usr/bin/cpack --config ./CPackSourceConfig.cmake /usr/src/packages/BUILD/obj-x86_64-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 test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

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

# 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 --regenerate-during-build -S$(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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"freeciv21\" \"tool_fcmp_cli\" \"tool_manual\" \"tool_ruledit\" \"tool_ruleup\" \"translations\""
.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
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: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

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

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

# The main all target
all: cmake_check_build_system
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(CMAKE_COMMAND) -E cmake_progress_start /usr/src/packages/BUILD/obj-x86_64-linux-gnu/CMakeFiles /usr/src/packages/BUILD/obj-x86_64-linux-gnu/tools/ruledit//CMakeFiles/progress.marks
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/src/packages/BUILD/obj-x86_64-linux-gnu/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: cmake_check_build_system
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/rule:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/rule
.PHONY : tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/rule

# Convenience name for target.
freeciv21-ruledit: tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/rule
.PHONY : freeciv21-ruledit

# fast build rule for target.
freeciv21-ruledit/fast:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build
.PHONY : freeciv21-ruledit/fast

# Convenience name for target.
tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/rule:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/rule
.PHONY : tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/rule

# Convenience name for target.
freeciv21-ruledit_autogen_timestamp_deps: tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/rule
.PHONY : freeciv21-ruledit_autogen_timestamp_deps

# fast build rule for target.
freeciv21-ruledit_autogen_timestamp_deps/fast:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen_timestamp_deps.dir/build
.PHONY : freeciv21-ruledit_autogen_timestamp_deps/fast

# Convenience name for target.
tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/rule:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/rule
.PHONY : tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/rule

# Convenience name for target.
freeciv21-ruledit_autogen: tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/rule
.PHONY : freeciv21-ruledit_autogen

# fast build rule for target.
freeciv21-ruledit_autogen/fast:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit_autogen.dir/build
.PHONY : freeciv21-ruledit_autogen/fast

conversion_log.o: conversion_log.cpp.o
.PHONY : conversion_log.o

# target to build an object file
conversion_log.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/conversion_log.cpp.o
.PHONY : conversion_log.cpp.o

conversion_log.i: conversion_log.cpp.i
.PHONY : conversion_log.i

# target to preprocess a source file
conversion_log.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/conversion_log.cpp.i
.PHONY : conversion_log.cpp.i

conversion_log.s: conversion_log.cpp.s
.PHONY : conversion_log.s

# target to generate assembly for a file
conversion_log.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/conversion_log.cpp.s
.PHONY : conversion_log.cpp.s

edit_utype.o: edit_utype.cpp.o
.PHONY : edit_utype.o

# target to build an object file
edit_utype.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/edit_utype.cpp.o
.PHONY : edit_utype.cpp.o

edit_utype.i: edit_utype.cpp.i
.PHONY : edit_utype.i

# target to preprocess a source file
edit_utype.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/edit_utype.cpp.i
.PHONY : edit_utype.cpp.i

edit_utype.s: edit_utype.cpp.s
.PHONY : edit_utype.s

# target to generate assembly for a file
edit_utype.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/edit_utype.cpp.s
.PHONY : edit_utype.cpp.s

effect_edit.o: effect_edit.cpp.o
.PHONY : effect_edit.o

# target to build an object file
effect_edit.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/effect_edit.cpp.o
.PHONY : effect_edit.cpp.o

effect_edit.i: effect_edit.cpp.i
.PHONY : effect_edit.i

# target to preprocess a source file
effect_edit.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/effect_edit.cpp.i
.PHONY : effect_edit.cpp.i

effect_edit.s: effect_edit.cpp.s
.PHONY : effect_edit.s

# target to generate assembly for a file
effect_edit.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/effect_edit.cpp.s
.PHONY : effect_edit.cpp.s

freeciv21-ruledit_autogen/mocs_compilation.o: freeciv21-ruledit_autogen/mocs_compilation.cpp.o
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.o

# target to build an object file
freeciv21-ruledit_autogen/mocs_compilation.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/freeciv21-ruledit_autogen/mocs_compilation.cpp.o
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.cpp.o

freeciv21-ruledit_autogen/mocs_compilation.i: freeciv21-ruledit_autogen/mocs_compilation.cpp.i
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.i

# target to preprocess a source file
freeciv21-ruledit_autogen/mocs_compilation.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/freeciv21-ruledit_autogen/mocs_compilation.cpp.i
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.cpp.i

freeciv21-ruledit_autogen/mocs_compilation.s: freeciv21-ruledit_autogen/mocs_compilation.cpp.s
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.s

# target to generate assembly for a file
freeciv21-ruledit_autogen/mocs_compilation.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/freeciv21-ruledit_autogen/mocs_compilation.cpp.s
.PHONY : freeciv21-ruledit_autogen/mocs_compilation.cpp.s

req_edit.o: req_edit.cpp.o
.PHONY : req_edit.o

# target to build an object file
req_edit.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_edit.cpp.o
.PHONY : req_edit.cpp.o

req_edit.i: req_edit.cpp.i
.PHONY : req_edit.i

# target to preprocess a source file
req_edit.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_edit.cpp.i
.PHONY : req_edit.cpp.i

req_edit.s: req_edit.cpp.s
.PHONY : req_edit.s

# target to generate assembly for a file
req_edit.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_edit.cpp.s
.PHONY : req_edit.cpp.s

req_vec_fix.o: req_vec_fix.cpp.o
.PHONY : req_vec_fix.o

# target to build an object file
req_vec_fix.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_vec_fix.cpp.o
.PHONY : req_vec_fix.cpp.o

req_vec_fix.i: req_vec_fix.cpp.i
.PHONY : req_vec_fix.i

# target to preprocess a source file
req_vec_fix.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_vec_fix.cpp.i
.PHONY : req_vec_fix.cpp.i

req_vec_fix.s: req_vec_fix.cpp.s
.PHONY : req_vec_fix.s

# target to generate assembly for a file
req_vec_fix.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/req_vec_fix.cpp.s
.PHONY : req_vec_fix.cpp.s

requirers_dlg.o: requirers_dlg.cpp.o
.PHONY : requirers_dlg.o

# target to build an object file
requirers_dlg.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/requirers_dlg.cpp.o
.PHONY : requirers_dlg.cpp.o

requirers_dlg.i: requirers_dlg.cpp.i
.PHONY : requirers_dlg.i

# target to preprocess a source file
requirers_dlg.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/requirers_dlg.cpp.i
.PHONY : requirers_dlg.cpp.i

requirers_dlg.s: requirers_dlg.cpp.s
.PHONY : requirers_dlg.s

# target to generate assembly for a file
requirers_dlg.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/requirers_dlg.cpp.s
.PHONY : requirers_dlg.cpp.s

ruledit.o: ruledit.cpp.o
.PHONY : ruledit.o

# target to build an object file
ruledit.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit.cpp.o
.PHONY : ruledit.cpp.o

ruledit.i: ruledit.cpp.i
.PHONY : ruledit.i

# target to preprocess a source file
ruledit.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit.cpp.i
.PHONY : ruledit.cpp.i

ruledit.s: ruledit.cpp.s
.PHONY : ruledit.s

# target to generate assembly for a file
ruledit.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit.cpp.s
.PHONY : ruledit.cpp.s

ruledit_qt.o: ruledit_qt.cpp.o
.PHONY : ruledit_qt.o

# target to build an object file
ruledit_qt.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit_qt.cpp.o
.PHONY : ruledit_qt.cpp.o

ruledit_qt.i: ruledit_qt.cpp.i
.PHONY : ruledit_qt.i

# target to preprocess a source file
ruledit_qt.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit_qt.cpp.i
.PHONY : ruledit_qt.cpp.i

ruledit_qt.s: ruledit_qt.cpp.s
.PHONY : ruledit_qt.s

# target to generate assembly for a file
ruledit_qt.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/ruledit_qt.cpp.s
.PHONY : ruledit_qt.cpp.s

tab_building.o: tab_building.cpp.o
.PHONY : tab_building.o

# target to build an object file
tab_building.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_building.cpp.o
.PHONY : tab_building.cpp.o

tab_building.i: tab_building.cpp.i
.PHONY : tab_building.i

# target to preprocess a source file
tab_building.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_building.cpp.i
.PHONY : tab_building.cpp.i

tab_building.s: tab_building.cpp.s
.PHONY : tab_building.s

# target to generate assembly for a file
tab_building.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_building.cpp.s
.PHONY : tab_building.cpp.s

tab_enablers.o: tab_enablers.cpp.o
.PHONY : tab_enablers.o

# target to build an object file
tab_enablers.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_enablers.cpp.o
.PHONY : tab_enablers.cpp.o

tab_enablers.i: tab_enablers.cpp.i
.PHONY : tab_enablers.i

# target to preprocess a source file
tab_enablers.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_enablers.cpp.i
.PHONY : tab_enablers.cpp.i

tab_enablers.s: tab_enablers.cpp.s
.PHONY : tab_enablers.s

# target to generate assembly for a file
tab_enablers.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_enablers.cpp.s
.PHONY : tab_enablers.cpp.s

tab_extras.o: tab_extras.cpp.o
.PHONY : tab_extras.o

# target to build an object file
tab_extras.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_extras.cpp.o
.PHONY : tab_extras.cpp.o

tab_extras.i: tab_extras.cpp.i
.PHONY : tab_extras.i

# target to preprocess a source file
tab_extras.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_extras.cpp.i
.PHONY : tab_extras.cpp.i

tab_extras.s: tab_extras.cpp.s
.PHONY : tab_extras.s

# target to generate assembly for a file
tab_extras.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_extras.cpp.s
.PHONY : tab_extras.cpp.s

tab_good.o: tab_good.cpp.o
.PHONY : tab_good.o

# target to build an object file
tab_good.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_good.cpp.o
.PHONY : tab_good.cpp.o

tab_good.i: tab_good.cpp.i
.PHONY : tab_good.i

# target to preprocess a source file
tab_good.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_good.cpp.i
.PHONY : tab_good.cpp.i

tab_good.s: tab_good.cpp.s
.PHONY : tab_good.s

# target to generate assembly for a file
tab_good.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_good.cpp.s
.PHONY : tab_good.cpp.s

tab_gov.o: tab_gov.cpp.o
.PHONY : tab_gov.o

# target to build an object file
tab_gov.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_gov.cpp.o
.PHONY : tab_gov.cpp.o

tab_gov.i: tab_gov.cpp.i
.PHONY : tab_gov.i

# target to preprocess a source file
tab_gov.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_gov.cpp.i
.PHONY : tab_gov.cpp.i

tab_gov.s: tab_gov.cpp.s
.PHONY : tab_gov.s

# target to generate assembly for a file
tab_gov.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_gov.cpp.s
.PHONY : tab_gov.cpp.s

tab_misc.o: tab_misc.cpp.o
.PHONY : tab_misc.o

# target to build an object file
tab_misc.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_misc.cpp.o
.PHONY : tab_misc.cpp.o

tab_misc.i: tab_misc.cpp.i
.PHONY : tab_misc.i

# target to preprocess a source file
tab_misc.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_misc.cpp.i
.PHONY : tab_misc.cpp.i

tab_misc.s: tab_misc.cpp.s
.PHONY : tab_misc.s

# target to generate assembly for a file
tab_misc.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_misc.cpp.s
.PHONY : tab_misc.cpp.s

tab_multiplier.o: tab_multiplier.cpp.o
.PHONY : tab_multiplier.o

# target to build an object file
tab_multiplier.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_multiplier.cpp.o
.PHONY : tab_multiplier.cpp.o

tab_multiplier.i: tab_multiplier.cpp.i
.PHONY : tab_multiplier.i

# target to preprocess a source file
tab_multiplier.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_multiplier.cpp.i
.PHONY : tab_multiplier.cpp.i

tab_multiplier.s: tab_multiplier.cpp.s
.PHONY : tab_multiplier.s

# target to generate assembly for a file
tab_multiplier.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_multiplier.cpp.s
.PHONY : tab_multiplier.cpp.s

tab_nation.o: tab_nation.cpp.o
.PHONY : tab_nation.o

# target to build an object file
tab_nation.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_nation.cpp.o
.PHONY : tab_nation.cpp.o

tab_nation.i: tab_nation.cpp.i
.PHONY : tab_nation.i

# target to preprocess a source file
tab_nation.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_nation.cpp.i
.PHONY : tab_nation.cpp.i

tab_nation.s: tab_nation.cpp.s
.PHONY : tab_nation.s

# target to generate assembly for a file
tab_nation.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_nation.cpp.s
.PHONY : tab_nation.cpp.s

tab_tech.o: tab_tech.cpp.o
.PHONY : tab_tech.o

# target to build an object file
tab_tech.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_tech.cpp.o
.PHONY : tab_tech.cpp.o

tab_tech.i: tab_tech.cpp.i
.PHONY : tab_tech.i

# target to preprocess a source file
tab_tech.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_tech.cpp.i
.PHONY : tab_tech.cpp.i

tab_tech.s: tab_tech.cpp.s
.PHONY : tab_tech.s

# target to generate assembly for a file
tab_tech.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_tech.cpp.s
.PHONY : tab_tech.cpp.s

tab_terrains.o: tab_terrains.cpp.o
.PHONY : tab_terrains.o

# target to build an object file
tab_terrains.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_terrains.cpp.o
.PHONY : tab_terrains.cpp.o

tab_terrains.i: tab_terrains.cpp.i
.PHONY : tab_terrains.i

# target to preprocess a source file
tab_terrains.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_terrains.cpp.i
.PHONY : tab_terrains.cpp.i

tab_terrains.s: tab_terrains.cpp.s
.PHONY : tab_terrains.s

# target to generate assembly for a file
tab_terrains.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_terrains.cpp.s
.PHONY : tab_terrains.cpp.s

tab_unit.o: tab_unit.cpp.o
.PHONY : tab_unit.o

# target to build an object file
tab_unit.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_unit.cpp.o
.PHONY : tab_unit.cpp.o

tab_unit.i: tab_unit.cpp.i
.PHONY : tab_unit.i

# target to preprocess a source file
tab_unit.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_unit.cpp.i
.PHONY : tab_unit.cpp.i

tab_unit.s: tab_unit.cpp.s
.PHONY : tab_unit.s

# target to generate assembly for a file
tab_unit.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/tab_unit.cpp.s
.PHONY : tab_unit.cpp.s

univ_value.o: univ_value.cpp.o
.PHONY : univ_value.o

# target to build an object file
univ_value.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/univ_value.cpp.o
.PHONY : univ_value.cpp.o

univ_value.i: univ_value.cpp.i
.PHONY : univ_value.i

# target to preprocess a source file
univ_value.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/univ_value.cpp.i
.PHONY : univ_value.cpp.i

univ_value.s: univ_value.cpp.s
.PHONY : univ_value.s

# target to generate assembly for a file
univ_value.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/univ_value.cpp.s
.PHONY : univ_value.cpp.s

validity.o: validity.cpp.o
.PHONY : validity.o

# target to build an object file
validity.cpp.o:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/validity.cpp.o
.PHONY : validity.cpp.o

validity.i: validity.cpp.i
.PHONY : validity.i

# target to preprocess a source file
validity.cpp.i:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/validity.cpp.i
.PHONY : validity.cpp.i

validity.s: validity.cpp.s
.PHONY : validity.s

# target to generate assembly for a file
validity.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/build.make tools/ruledit/CMakeFiles/freeciv21-ruledit.dir/validity.cpp.s
.PHONY : validity.cpp.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... freeciv21-ruledit_autogen"
	@echo "... freeciv21-ruledit_autogen_timestamp_deps"
	@echo "... freeciv21-ruledit"
	@echo "... conversion_log.o"
	@echo "... conversion_log.i"
	@echo "... conversion_log.s"
	@echo "... edit_utype.o"
	@echo "... edit_utype.i"
	@echo "... edit_utype.s"
	@echo "... effect_edit.o"
	@echo "... effect_edit.i"
	@echo "... effect_edit.s"
	@echo "... freeciv21-ruledit_autogen/mocs_compilation.o"
	@echo "... freeciv21-ruledit_autogen/mocs_compilation.i"
	@echo "... freeciv21-ruledit_autogen/mocs_compilation.s"
	@echo "... req_edit.o"
	@echo "... req_edit.i"
	@echo "... req_edit.s"
	@echo "... req_vec_fix.o"
	@echo "... req_vec_fix.i"
	@echo "... req_vec_fix.s"
	@echo "... requirers_dlg.o"
	@echo "... requirers_dlg.i"
	@echo "... requirers_dlg.s"
	@echo "... ruledit.o"
	@echo "... ruledit.i"
	@echo "... ruledit.s"
	@echo "... ruledit_qt.o"
	@echo "... ruledit_qt.i"
	@echo "... ruledit_qt.s"
	@echo "... tab_building.o"
	@echo "... tab_building.i"
	@echo "... tab_building.s"
	@echo "... tab_enablers.o"
	@echo "... tab_enablers.i"
	@echo "... tab_enablers.s"
	@echo "... tab_extras.o"
	@echo "... tab_extras.i"
	@echo "... tab_extras.s"
	@echo "... tab_good.o"
	@echo "... tab_good.i"
	@echo "... tab_good.s"
	@echo "... tab_gov.o"
	@echo "... tab_gov.i"
	@echo "... tab_gov.s"
	@echo "... tab_misc.o"
	@echo "... tab_misc.i"
	@echo "... tab_misc.s"
	@echo "... tab_multiplier.o"
	@echo "... tab_multiplier.i"
	@echo "... tab_multiplier.s"
	@echo "... tab_nation.o"
	@echo "... tab_nation.i"
	@echo "... tab_nation.s"
	@echo "... tab_tech.o"
	@echo "... tab_tech.i"
	@echo "... tab_tech.s"
	@echo "... tab_terrains.o"
	@echo "... tab_terrains.i"
	@echo "... tab_terrains.s"
	@echo "... tab_unit.o"
	@echo "... tab_unit.i"
	@echo "... tab_unit.s"
	@echo "... univ_value.o"
	@echo "... univ_value.i"
	@echo "... univ_value.s"
	@echo "... validity.o"
	@echo "... validity.i"
	@echo "... validity.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 /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

