summaryrefslogtreecommitdiff
path: root/builds/unix/src/Makefile
diff options
context:
space:
mode:
authorSudhakarKuma2017-10-25 15:53:45 +0530
committerSudhakarKuma2017-10-25 15:53:45 +0530
commit09c89f6242ecf2495f86140a3f53ef4678f8563b (patch)
tree96c9a2836be76442376b166f63304a0b2adef560 /builds/unix/src/Makefile
downloadOpen-Sky-Planetarium-09c89f6242ecf2495f86140a3f53ef4678f8563b.tar.gz
Open-Sky-Planetarium-09c89f6242ecf2495f86140a3f53ef4678f8563b.tar.bz2
Open-Sky-Planetarium-09c89f6242ecf2495f86140a3f53ef4678f8563b.zip
Updated OSP-plugin
Diffstat (limited to 'builds/unix/src/Makefile')
-rw-r--r--builds/unix/src/Makefile424
1 files changed, 424 insertions, 0 deletions
diff --git a/builds/unix/src/Makefile b/builds/unix/src/Makefile
new file mode 100644
index 0000000..f11a76d
--- /dev/null
+++ b/builds/unix/src/Makefile
@@ -0,0 +1,424 @@
+# 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/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix
+
+#=============================================================================
+# 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/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(CMAKE_COMMAND) -E cmake_progress_start /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix/CMakeFiles /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix/src/CMakeFiles/progress.marks
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+src/CMakeFiles/OpenSkyPlanetarium-static.dir/rule:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/OpenSkyPlanetarium-static.dir/rule
+.PHONY : src/CMakeFiles/OpenSkyPlanetarium-static.dir/rule
+
+# Convenience name for target.
+OpenSkyPlanetarium-static: src/CMakeFiles/OpenSkyPlanetarium-static.dir/rule
+
+.PHONY : OpenSkyPlanetarium-static
+
+# fast build rule for target.
+OpenSkyPlanetarium-static/fast:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/build
+.PHONY : OpenSkyPlanetarium-static/fast
+
+# Convenience name for target.
+src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/rule:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/rule
+.PHONY : src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/rule
+
+# Convenience name for target.
+OpenSkyPlanetarium-static_automoc: src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/rule
+
+.PHONY : OpenSkyPlanetarium-static_automoc
+
+# fast build rule for target.
+OpenSkyPlanetarium-static_automoc/fast:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static_automoc.dir/build
+.PHONY : OpenSkyPlanetarium-static_automoc/fast
+
+Calibrate.o: Calibrate.cpp.o
+
+.PHONY : Calibrate.o
+
+# target to build an object file
+Calibrate.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/Calibrate.cpp.o
+.PHONY : Calibrate.cpp.o
+
+Calibrate.i: Calibrate.cpp.i
+
+.PHONY : Calibrate.i
+
+# target to preprocess a source file
+Calibrate.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/Calibrate.cpp.i
+.PHONY : Calibrate.cpp.i
+
+Calibrate.s: Calibrate.cpp.s
+
+.PHONY : Calibrate.s
+
+# target to generate assembly for a file
+Calibrate.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/Calibrate.cpp.s
+.PHONY : Calibrate.cpp.s
+
+LaserDev.o: LaserDev.cpp.o
+
+.PHONY : LaserDev.o
+
+# target to build an object file
+LaserDev.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/LaserDev.cpp.o
+.PHONY : LaserDev.cpp.o
+
+LaserDev.i: LaserDev.cpp.i
+
+.PHONY : LaserDev.i
+
+# target to preprocess a source file
+LaserDev.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/LaserDev.cpp.i
+.PHONY : LaserDev.cpp.i
+
+LaserDev.s: LaserDev.cpp.s
+
+.PHONY : LaserDev.s
+
+# target to generate assembly for a file
+LaserDev.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/LaserDev.cpp.s
+.PHONY : LaserDev.cpp.s
+
+OpenSkyPlanetarium-static_automoc.o: OpenSkyPlanetarium-static_automoc.cpp.o
+
+.PHONY : OpenSkyPlanetarium-static_automoc.o
+
+# target to build an object file
+OpenSkyPlanetarium-static_automoc.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium-static_automoc.cpp.o
+.PHONY : OpenSkyPlanetarium-static_automoc.cpp.o
+
+OpenSkyPlanetarium-static_automoc.i: OpenSkyPlanetarium-static_automoc.cpp.i
+
+.PHONY : OpenSkyPlanetarium-static_automoc.i
+
+# target to preprocess a source file
+OpenSkyPlanetarium-static_automoc.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium-static_automoc.cpp.i
+.PHONY : OpenSkyPlanetarium-static_automoc.cpp.i
+
+OpenSkyPlanetarium-static_automoc.s: OpenSkyPlanetarium-static_automoc.cpp.s
+
+.PHONY : OpenSkyPlanetarium-static_automoc.s
+
+# target to generate assembly for a file
+OpenSkyPlanetarium-static_automoc.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium-static_automoc.cpp.s
+.PHONY : OpenSkyPlanetarium-static_automoc.cpp.s
+
+OpenSkyPlanetarium.o: OpenSkyPlanetarium.cpp.o
+
+.PHONY : OpenSkyPlanetarium.o
+
+# target to build an object file
+OpenSkyPlanetarium.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium.cpp.o
+.PHONY : OpenSkyPlanetarium.cpp.o
+
+OpenSkyPlanetarium.i: OpenSkyPlanetarium.cpp.i
+
+.PHONY : OpenSkyPlanetarium.i
+
+# target to preprocess a source file
+OpenSkyPlanetarium.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium.cpp.i
+.PHONY : OpenSkyPlanetarium.cpp.i
+
+OpenSkyPlanetarium.s: OpenSkyPlanetarium.cpp.s
+
+.PHONY : OpenSkyPlanetarium.s
+
+# target to generate assembly for a file
+OpenSkyPlanetarium.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/OpenSkyPlanetarium.cpp.s
+.PHONY : OpenSkyPlanetarium.cpp.s
+
+SerialCom.o: SerialCom.cpp.o
+
+.PHONY : SerialCom.o
+
+# target to build an object file
+SerialCom.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/SerialCom.cpp.o
+.PHONY : SerialCom.cpp.o
+
+SerialCom.i: SerialCom.cpp.i
+
+.PHONY : SerialCom.i
+
+# target to preprocess a source file
+SerialCom.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/SerialCom.cpp.i
+.PHONY : SerialCom.cpp.i
+
+SerialCom.s: SerialCom.cpp.s
+
+.PHONY : SerialCom.s
+
+# target to generate assembly for a file
+SerialCom.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/SerialCom.cpp.s
+.PHONY : SerialCom.cpp.s
+
+gui/OSPMainDialog.o: gui/OSPMainDialog.cpp.o
+
+.PHONY : gui/OSPMainDialog.o
+
+# target to build an object file
+gui/OSPMainDialog.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/gui/OSPMainDialog.cpp.o
+.PHONY : gui/OSPMainDialog.cpp.o
+
+gui/OSPMainDialog.i: gui/OSPMainDialog.cpp.i
+
+.PHONY : gui/OSPMainDialog.i
+
+# target to preprocess a source file
+gui/OSPMainDialog.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/gui/OSPMainDialog.cpp.i
+.PHONY : gui/OSPMainDialog.cpp.i
+
+gui/OSPMainDialog.s: gui/OSPMainDialog.cpp.s
+
+.PHONY : gui/OSPMainDialog.s
+
+# target to generate assembly for a file
+gui/OSPMainDialog.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/gui/OSPMainDialog.cpp.s
+.PHONY : gui/OSPMainDialog.cpp.s
+
+qrc_OpenSkyPlanetarium.o: qrc_OpenSkyPlanetarium.cpp.o
+
+.PHONY : qrc_OpenSkyPlanetarium.o
+
+# target to build an object file
+qrc_OpenSkyPlanetarium.cpp.o:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/qrc_OpenSkyPlanetarium.cpp.o
+.PHONY : qrc_OpenSkyPlanetarium.cpp.o
+
+qrc_OpenSkyPlanetarium.i: qrc_OpenSkyPlanetarium.cpp.i
+
+.PHONY : qrc_OpenSkyPlanetarium.i
+
+# target to preprocess a source file
+qrc_OpenSkyPlanetarium.cpp.i:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/qrc_OpenSkyPlanetarium.cpp.i
+.PHONY : qrc_OpenSkyPlanetarium.cpp.i
+
+qrc_OpenSkyPlanetarium.s: qrc_OpenSkyPlanetarium.cpp.s
+
+.PHONY : qrc_OpenSkyPlanetarium.s
+
+# target to generate assembly for a file
+qrc_OpenSkyPlanetarium.cpp.s:
+ cd /home/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(MAKE) -f src/CMakeFiles/OpenSkyPlanetarium-static.dir/build.make src/CMakeFiles/OpenSkyPlanetarium-static.dir/qrc_OpenSkyPlanetarium.cpp.s
+.PHONY : qrc_OpenSkyPlanetarium.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 "... install"
+ @echo "... list_install_components"
+ @echo "... rebuild_cache"
+ @echo "... OpenSkyPlanetarium-static"
+ @echo "... install/strip"
+ @echo "... install/local"
+ @echo "... edit_cache"
+ @echo "... OpenSkyPlanetarium-static_automoc"
+ @echo "... Calibrate.o"
+ @echo "... Calibrate.i"
+ @echo "... Calibrate.s"
+ @echo "... LaserDev.o"
+ @echo "... LaserDev.i"
+ @echo "... LaserDev.s"
+ @echo "... OpenSkyPlanetarium-static_automoc.o"
+ @echo "... OpenSkyPlanetarium-static_automoc.i"
+ @echo "... OpenSkyPlanetarium-static_automoc.s"
+ @echo "... OpenSkyPlanetarium.o"
+ @echo "... OpenSkyPlanetarium.i"
+ @echo "... OpenSkyPlanetarium.s"
+ @echo "... SerialCom.o"
+ @echo "... SerialCom.i"
+ @echo "... SerialCom.s"
+ @echo "... gui/OSPMainDialog.o"
+ @echo "... gui/OSPMainDialog.i"
+ @echo "... gui/OSPMainDialog.s"
+ @echo "... qrc_OpenSkyPlanetarium.o"
+ @echo "... qrc_OpenSkyPlanetarium.i"
+ @echo "... qrc_OpenSkyPlanetarium.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/fossee/Downloads/stellarium-0.15.2/plugins/OSP-plugin-master/builds/unix && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+