# 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/fcmp//CMakeFiles/progress.marks
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/fcmp/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/fcmp/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/fcmp/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/fcmp/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/fcmp/CMakeFiles/freeciv_modpack.dir/rule:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/fcmp/CMakeFiles/freeciv_modpack.dir/rule
.PHONY : tools/fcmp/CMakeFiles/freeciv_modpack.dir/rule

# Convenience name for target.
freeciv_modpack: tools/fcmp/CMakeFiles/freeciv_modpack.dir/rule
.PHONY : freeciv_modpack

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

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

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

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

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

# Convenience name for target.
freeciv21-modpack-qt: tools/fcmp/CMakeFiles/freeciv21-modpack-qt.dir/rule
.PHONY : freeciv21-modpack-qt

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

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

# Convenience name for target.
freeciv_modpack_autogen_timestamp_deps: tools/fcmp/CMakeFiles/freeciv_modpack_autogen_timestamp_deps.dir/rule
.PHONY : freeciv_modpack_autogen_timestamp_deps

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

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

# Convenience name for target.
freeciv_modpack_autogen: tools/fcmp/CMakeFiles/freeciv_modpack_autogen.dir/rule
.PHONY : freeciv_modpack_autogen

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

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

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

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

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

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

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

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

# Convenience name for target.
freeciv21-modpack-qt_autogen_timestamp_deps: tools/fcmp/CMakeFiles/freeciv21-modpack-qt_autogen_timestamp_deps.dir/rule
.PHONY : freeciv21-modpack-qt_autogen_timestamp_deps

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

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

# Convenience name for target.
freeciv21-modpack-qt_autogen: tools/fcmp/CMakeFiles/freeciv21-modpack-qt_autogen.dir/rule
.PHONY : freeciv21-modpack-qt_autogen

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

download.o: download.cpp.o
.PHONY : download.o

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

download.i: download.cpp.i
.PHONY : download.i

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

download.s: download.cpp.s
.PHONY : download.s

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

freeciv21-modpack-qt_autogen/mocs_compilation.o: freeciv21-modpack-qt_autogen/mocs_compilation.cpp.o
.PHONY : freeciv21-modpack-qt_autogen/mocs_compilation.o

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

freeciv21-modpack-qt_autogen/mocs_compilation.i: freeciv21-modpack-qt_autogen/mocs_compilation.cpp.i
.PHONY : freeciv21-modpack-qt_autogen/mocs_compilation.i

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

freeciv21-modpack-qt_autogen/mocs_compilation.s: freeciv21-modpack-qt_autogen/mocs_compilation.cpp.s
.PHONY : freeciv21-modpack-qt_autogen/mocs_compilation.s

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

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

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

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

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

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

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

freeciv_modpack_autogen/mocs_compilation.o: freeciv_modpack_autogen/mocs_compilation.cpp.o
.PHONY : freeciv_modpack_autogen/mocs_compilation.o

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

freeciv_modpack_autogen/mocs_compilation.i: freeciv_modpack_autogen/mocs_compilation.cpp.i
.PHONY : freeciv_modpack_autogen/mocs_compilation.i

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

freeciv_modpack_autogen/mocs_compilation.s: freeciv_modpack_autogen/mocs_compilation.cpp.s
.PHONY : freeciv_modpack_autogen/mocs_compilation.s

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

modinst.o: modinst.cpp.o
.PHONY : modinst.o

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

modinst.i: modinst.cpp.i
.PHONY : modinst.i

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

modinst.s: modinst.cpp.s
.PHONY : modinst.s

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

mpcli.o: mpcli.cpp.o
.PHONY : mpcli.o

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

mpcli.i: mpcli.cpp.i
.PHONY : mpcli.i

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

mpcli.s: mpcli.cpp.s
.PHONY : mpcli.s

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

mpcmdline.o: mpcmdline.cpp.o
.PHONY : mpcmdline.o

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

mpcmdline.i: mpcmdline.cpp.i
.PHONY : mpcmdline.i

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

mpcmdline.s: mpcmdline.cpp.s
.PHONY : mpcmdline.s

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

mpdb.o: mpdb.cpp.o
.PHONY : mpdb.o

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

mpdb.i: mpdb.cpp.i
.PHONY : mpdb.i

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

mpdb.s: mpdb.cpp.s
.PHONY : mpdb.s

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

mpgui_qt.o: mpgui_qt.cpp.o
.PHONY : mpgui_qt.o

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

mpgui_qt.i: mpgui_qt.cpp.i
.PHONY : mpgui_qt.i

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

mpgui_qt.s: mpgui_qt.cpp.s
.PHONY : mpgui_qt.s

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

mpgui_qt_worker.o: mpgui_qt_worker.cpp.o
.PHONY : mpgui_qt_worker.o

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

mpgui_qt_worker.i: mpgui_qt_worker.cpp.i
.PHONY : mpgui_qt_worker.i

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

mpgui_qt_worker.s: mpgui_qt_worker.cpp.s
.PHONY : mpgui_qt_worker.s

# target to generate assembly for a file
mpgui_qt_worker.cpp.s:
	cd /usr/src/packages/BUILD/obj-x86_64-linux-gnu && $(MAKE) $(MAKESILENT) -f tools/fcmp/CMakeFiles/freeciv21-modpack-qt.dir/build.make tools/fcmp/CMakeFiles/freeciv21-modpack-qt.dir/mpgui_qt_worker.cpp.s
.PHONY : mpgui_qt_worker.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-modpack-qt_autogen"
	@echo "... freeciv21-modpack-qt_autogen_timestamp_deps"
	@echo "... freeciv21-modpack_autogen"
	@echo "... freeciv21-modpack_autogen_timestamp_deps"
	@echo "... freeciv_modpack_autogen"
	@echo "... freeciv_modpack_autogen_timestamp_deps"
	@echo "... freeciv21-modpack"
	@echo "... freeciv21-modpack-qt"
	@echo "... freeciv_modpack"
	@echo "... download.o"
	@echo "... download.i"
	@echo "... download.s"
	@echo "... freeciv21-modpack-qt_autogen/mocs_compilation.o"
	@echo "... freeciv21-modpack-qt_autogen/mocs_compilation.i"
	@echo "... freeciv21-modpack-qt_autogen/mocs_compilation.s"
	@echo "... freeciv21-modpack_autogen/mocs_compilation.o"
	@echo "... freeciv21-modpack_autogen/mocs_compilation.i"
	@echo "... freeciv21-modpack_autogen/mocs_compilation.s"
	@echo "... freeciv_modpack_autogen/mocs_compilation.o"
	@echo "... freeciv_modpack_autogen/mocs_compilation.i"
	@echo "... freeciv_modpack_autogen/mocs_compilation.s"
	@echo "... modinst.o"
	@echo "... modinst.i"
	@echo "... modinst.s"
	@echo "... mpcli.o"
	@echo "... mpcli.i"
	@echo "... mpcli.s"
	@echo "... mpcmdline.o"
	@echo "... mpcmdline.i"
	@echo "... mpcmdline.s"
	@echo "... mpdb.o"
	@echo "... mpdb.i"
	@echo "... mpdb.s"
	@echo "... mpgui_qt.o"
	@echo "... mpgui_qt.i"
	@echo "... mpgui_qt.s"
	@echo "... mpgui_qt_worker.o"
	@echo "... mpgui_qt_worker.i"
	@echo "... mpgui_qt_worker.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

