Files
upm/build/interfaces/Makefile

365 lines
16 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# 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
# 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/local/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/ens-ife/Logiciels/IoT/upm
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ens-ife/Logiciels/IoT/upm/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/local/bin/ctest $(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 "Running CMake cache editor..."
/usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
/usr/local/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: \"interfaces\" \"upm\" \"upm-dev\" \"upm-examples\" \"upm-java\" \"upm-python3\""
.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/local/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/local/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/local/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/local/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/local/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/local/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 /home/ens-ife/Logiciels/IoT/upm/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles /home/ens-ife/Logiciels/IoT/upm/build/interfaces//CMakeFiles/progress.marks
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles 0
.PHONY : all
# The main codegen target
codegen: cmake_check_build_system
cd /home/ens-ife/Logiciels/IoT/upm/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles /home/ens-ife/Logiciels/IoT/upm/build/interfaces//CMakeFiles/progress.marks
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/codegen
$(CMAKE_COMMAND) -E cmake_progress_start /home/ens-ife/Logiciels/IoT/upm/build/CMakeFiles 0
.PHONY : codegen
# The main clean target
clean:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
interfaces/CMakeFiles/interfaces.dir/rule:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/CMakeFiles/interfaces.dir/rule
.PHONY : interfaces/CMakeFiles/interfaces.dir/rule
# Convenience name for target.
interfaces: interfaces/CMakeFiles/interfaces.dir/rule
.PHONY : interfaces
# fast build rule for target.
interfaces/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/interfaces.dir/build.make interfaces/CMakeFiles/interfaces.dir/build
.PHONY : interfaces/fast
# Convenience name for target.
interfaces/CMakeFiles/pyupm_interfaces-python3.dir/rule:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/CMakeFiles/pyupm_interfaces-python3.dir/rule
.PHONY : interfaces/CMakeFiles/pyupm_interfaces-python3.dir/rule
# Convenience name for target.
pyupm_interfaces-python3: interfaces/CMakeFiles/pyupm_interfaces-python3.dir/rule
.PHONY : pyupm_interfaces-python3
# fast build rule for target.
pyupm_interfaces-python3/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/pyupm_interfaces-python3.dir/build.make interfaces/CMakeFiles/pyupm_interfaces-python3.dir/build
.PHONY : pyupm_interfaces-python3/fast
# Convenience name for target.
interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/rule:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/rule
.PHONY : interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/rule
# Convenience name for target.
pyupm_interfaces-python3_swig_compilation: interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/rule
.PHONY : pyupm_interfaces-python3_swig_compilation
# fast build rule for target.
pyupm_interfaces-python3_swig_compilation/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/build.make interfaces/CMakeFiles/pyupm_interfaces-python3_swig_compilation.dir/build
.PHONY : pyupm_interfaces-python3_swig_compilation/fast
# Convenience name for target.
interfaces/CMakeFiles/javaupm_interfaces.dir/rule:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/CMakeFiles/javaupm_interfaces.dir/rule
.PHONY : interfaces/CMakeFiles/javaupm_interfaces.dir/rule
# Convenience name for target.
javaupm_interfaces: interfaces/CMakeFiles/javaupm_interfaces.dir/rule
.PHONY : javaupm_interfaces
# fast build rule for target.
javaupm_interfaces/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/javaupm_interfaces.dir/build.make interfaces/CMakeFiles/javaupm_interfaces.dir/build
.PHONY : javaupm_interfaces/fast
# Convenience name for target.
interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/rule:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/rule
.PHONY : interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/rule
# Convenience name for target.
javaupm_interfaces_swig_compilation: interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/rule
.PHONY : javaupm_interfaces_swig_compilation
# fast build rule for target.
javaupm_interfaces_swig_compilation/fast:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/build.make interfaces/CMakeFiles/javaupm_interfaces_swig_compilation.dir/build
.PHONY : javaupm_interfaces_swig_compilation/fast
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.o: CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.o
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.o
# target to build an object file
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.o:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/javaupm_interfaces.dir/build.make interfaces/CMakeFiles/javaupm_interfaces.dir/CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.o
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.o
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.i: CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.i
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.i
# target to preprocess a source file
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.i:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/javaupm_interfaces.dir/build.make interfaces/CMakeFiles/javaupm_interfaces.dir/CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.i
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.i
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.s: CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.s
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.s
# target to generate assembly for a file
CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.s:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/javaupm_interfaces.dir/build.make interfaces/CMakeFiles/javaupm_interfaces.dir/CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.s
.PHONY : CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.cxx.s
interfaces.o: interfaces.cxx.o
.PHONY : interfaces.o
# target to build an object file
interfaces.cxx.o:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/interfaces.dir/build.make interfaces/CMakeFiles/interfaces.dir/interfaces.cxx.o
.PHONY : interfaces.cxx.o
interfaces.i: interfaces.cxx.i
.PHONY : interfaces.i
# target to preprocess a source file
interfaces.cxx.i:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/interfaces.dir/build.make interfaces/CMakeFiles/interfaces.dir/interfaces.cxx.i
.PHONY : interfaces.cxx.i
interfaces.s: interfaces.cxx.s
.PHONY : interfaces.s
# target to generate assembly for a file
interfaces.cxx.s:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/interfaces.dir/build.make interfaces/CMakeFiles/interfaces.dir/interfaces.cxx.s
.PHONY : interfaces.cxx.s
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.o: python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.o
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.o
# target to build an object file
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.o:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/pyupm_interfaces-python3.dir/build.make interfaces/CMakeFiles/pyupm_interfaces-python3.dir/python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.o
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.o
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.i: python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.i
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.i
# target to preprocess a source file
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.i:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/pyupm_interfaces-python3.dir/build.make interfaces/CMakeFiles/pyupm_interfaces-python3.dir/python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.i
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.i
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.s: python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.s
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.s
# target to generate assembly for a file
python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.s:
cd /home/ens-ife/Logiciels/IoT/upm/build && $(MAKE) $(MAKESILENT) -f interfaces/CMakeFiles/pyupm_interfaces-python3.dir/build.make interfaces/CMakeFiles/pyupm_interfaces-python3.dir/python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.s
.PHONY : python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.cxx.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 "... codegen"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... test"
@echo "... javaupm_interfaces_swig_compilation"
@echo "... pyupm_interfaces-python3_swig_compilation"
@echo "... interfaces"
@echo "... javaupm_interfaces"
@echo "... pyupm_interfaces-python3"
@echo "... CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.o"
@echo "... CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.i"
@echo "... CMakeFiles/javaupm_interfaces.dir/interfacesJAVA_wrap.s"
@echo "... interfaces.o"
@echo "... interfaces.i"
@echo "... interfaces.s"
@echo "... python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.o"
@echo "... python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.i"
@echo "... python3.13/CMakeFiles/pyupm_interfaces-python3.dir/interfacesPYTHON_wrap.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/ens-ife/Logiciels/IoT/upm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system