summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/examples/Makefile
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-12-23 16:27:24 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-12-23 16:27:24 +0000
commitd1cfc0855275b55794810162e7ce04a1e16d5188 (patch)
tree2e2626ee0e4738e8d6b6624c2d7fafe506b3dbfb /Build/source/libs/gd/libgd-src/examples/Makefile
parent932a0f6f62cb2f33be1bade4059504d9c2749f9c (diff)
libgd 2.2.3
git-svn-id: svn://tug.org/texlive/trunk@42778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/examples/Makefile')
-rw-r--r--Build/source/libs/gd/libgd-src/examples/Makefile498
1 files changed, 498 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/examples/Makefile b/Build/source/libs/gd/libgd-src/examples/Makefile
new file mode 100644
index 00000000000..a21960ebd79
--- /dev/null
+++ b/Build/source/libs/gd/libgd-src/examples/Makefile
@@ -0,0 +1,498 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.0
+
+# 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:
+.PHONY : .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/pierre/project/libgd
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/pierre/project/libgd
+
+#=============================================================================
+# Targets provided globally by CMake.
+
+# 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 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: install/local
+.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: install/strip
+.PHONY : install/strip/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 package
+package: preinstall
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
+ cd /home/pierre/project/libgd && /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 /home/pierre/project/libgd && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/pierre/project/libgd/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 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 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
+
+# The main all target
+all: cmake_check_build_system
+ cd /home/pierre/project/libgd && $(CMAKE_COMMAND) -E cmake_progress_start /home/pierre/project/libgd/CMakeFiles /home/pierre/project/libgd/examples/CMakeFiles/progress.marks
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/pierre/project/libgd/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ cd /home/pierre/project/libgd && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+examples/CMakeFiles/arc.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/arc.dir/rule
+.PHONY : examples/CMakeFiles/arc.dir/rule
+
+# Convenience name for target.
+arc: examples/CMakeFiles/arc.dir/rule
+.PHONY : arc
+
+# fast build rule for target.
+arc/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/arc.dir/build.make examples/CMakeFiles/arc.dir/build
+.PHONY : arc/fast
+
+# Convenience name for target.
+examples/CMakeFiles/copyrotated.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/copyrotated.dir/rule
+.PHONY : examples/CMakeFiles/copyrotated.dir/rule
+
+# Convenience name for target.
+copyrotated: examples/CMakeFiles/copyrotated.dir/rule
+.PHONY : copyrotated
+
+# fast build rule for target.
+copyrotated/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/copyrotated.dir/build.make examples/CMakeFiles/copyrotated.dir/build
+.PHONY : copyrotated/fast
+
+# Convenience name for target.
+examples/CMakeFiles/crop.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/crop.dir/rule
+.PHONY : examples/CMakeFiles/crop.dir/rule
+
+# Convenience name for target.
+crop: examples/CMakeFiles/crop.dir/rule
+.PHONY : crop
+
+# fast build rule for target.
+crop/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/crop.dir/build.make examples/CMakeFiles/crop.dir/build
+.PHONY : crop/fast
+
+# Convenience name for target.
+examples/CMakeFiles/flip.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/flip.dir/rule
+.PHONY : examples/CMakeFiles/flip.dir/rule
+
+# Convenience name for target.
+flip: examples/CMakeFiles/flip.dir/rule
+.PHONY : flip
+
+# fast build rule for target.
+flip/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/flip.dir/build.make examples/CMakeFiles/flip.dir/build
+.PHONY : flip/fast
+
+# Convenience name for target.
+examples/CMakeFiles/gif.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/gif.dir/rule
+.PHONY : examples/CMakeFiles/gif.dir/rule
+
+# Convenience name for target.
+gif: examples/CMakeFiles/gif.dir/rule
+.PHONY : gif
+
+# fast build rule for target.
+gif/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/gif.dir/build.make examples/CMakeFiles/gif.dir/build
+.PHONY : gif/fast
+
+# Convenience name for target.
+examples/CMakeFiles/nnquant.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/nnquant.dir/rule
+.PHONY : examples/CMakeFiles/nnquant.dir/rule
+
+# Convenience name for target.
+nnquant: examples/CMakeFiles/nnquant.dir/rule
+.PHONY : nnquant
+
+# fast build rule for target.
+nnquant/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/nnquant.dir/build.make examples/CMakeFiles/nnquant.dir/build
+.PHONY : nnquant/fast
+
+# Convenience name for target.
+examples/CMakeFiles/tgaread.dir/rule:
+ cd /home/pierre/project/libgd && $(MAKE) -f CMakeFiles/Makefile2 examples/CMakeFiles/tgaread.dir/rule
+.PHONY : examples/CMakeFiles/tgaread.dir/rule
+
+# Convenience name for target.
+tgaread: examples/CMakeFiles/tgaread.dir/rule
+.PHONY : tgaread
+
+# fast build rule for target.
+tgaread/fast:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/tgaread.dir/build.make examples/CMakeFiles/tgaread.dir/build
+.PHONY : tgaread/fast
+
+arc.o: arc.c.o
+.PHONY : arc.o
+
+# target to build an object file
+arc.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/arc.dir/build.make examples/CMakeFiles/arc.dir/arc.c.o
+.PHONY : arc.c.o
+
+arc.i: arc.c.i
+.PHONY : arc.i
+
+# target to preprocess a source file
+arc.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/arc.dir/build.make examples/CMakeFiles/arc.dir/arc.c.i
+.PHONY : arc.c.i
+
+arc.s: arc.c.s
+.PHONY : arc.s
+
+# target to generate assembly for a file
+arc.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/arc.dir/build.make examples/CMakeFiles/arc.dir/arc.c.s
+.PHONY : arc.c.s
+
+copyrotated.o: copyrotated.c.o
+.PHONY : copyrotated.o
+
+# target to build an object file
+copyrotated.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/copyrotated.dir/build.make examples/CMakeFiles/copyrotated.dir/copyrotated.c.o
+.PHONY : copyrotated.c.o
+
+copyrotated.i: copyrotated.c.i
+.PHONY : copyrotated.i
+
+# target to preprocess a source file
+copyrotated.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/copyrotated.dir/build.make examples/CMakeFiles/copyrotated.dir/copyrotated.c.i
+.PHONY : copyrotated.c.i
+
+copyrotated.s: copyrotated.c.s
+.PHONY : copyrotated.s
+
+# target to generate assembly for a file
+copyrotated.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/copyrotated.dir/build.make examples/CMakeFiles/copyrotated.dir/copyrotated.c.s
+.PHONY : copyrotated.c.s
+
+crop.o: crop.c.o
+.PHONY : crop.o
+
+# target to build an object file
+crop.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/crop.dir/build.make examples/CMakeFiles/crop.dir/crop.c.o
+.PHONY : crop.c.o
+
+crop.i: crop.c.i
+.PHONY : crop.i
+
+# target to preprocess a source file
+crop.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/crop.dir/build.make examples/CMakeFiles/crop.dir/crop.c.i
+.PHONY : crop.c.i
+
+crop.s: crop.c.s
+.PHONY : crop.s
+
+# target to generate assembly for a file
+crop.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/crop.dir/build.make examples/CMakeFiles/crop.dir/crop.c.s
+.PHONY : crop.c.s
+
+flip.o: flip.c.o
+.PHONY : flip.o
+
+# target to build an object file
+flip.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/flip.dir/build.make examples/CMakeFiles/flip.dir/flip.c.o
+.PHONY : flip.c.o
+
+flip.i: flip.c.i
+.PHONY : flip.i
+
+# target to preprocess a source file
+flip.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/flip.dir/build.make examples/CMakeFiles/flip.dir/flip.c.i
+.PHONY : flip.c.i
+
+flip.s: flip.c.s
+.PHONY : flip.s
+
+# target to generate assembly for a file
+flip.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/flip.dir/build.make examples/CMakeFiles/flip.dir/flip.c.s
+.PHONY : flip.c.s
+
+gif.o: gif.c.o
+.PHONY : gif.o
+
+# target to build an object file
+gif.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/gif.dir/build.make examples/CMakeFiles/gif.dir/gif.c.o
+.PHONY : gif.c.o
+
+gif.i: gif.c.i
+.PHONY : gif.i
+
+# target to preprocess a source file
+gif.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/gif.dir/build.make examples/CMakeFiles/gif.dir/gif.c.i
+.PHONY : gif.c.i
+
+gif.s: gif.c.s
+.PHONY : gif.s
+
+# target to generate assembly for a file
+gif.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/gif.dir/build.make examples/CMakeFiles/gif.dir/gif.c.s
+.PHONY : gif.c.s
+
+nnquant.o: nnquant.c.o
+.PHONY : nnquant.o
+
+# target to build an object file
+nnquant.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/nnquant.dir/build.make examples/CMakeFiles/nnquant.dir/nnquant.c.o
+.PHONY : nnquant.c.o
+
+nnquant.i: nnquant.c.i
+.PHONY : nnquant.i
+
+# target to preprocess a source file
+nnquant.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/nnquant.dir/build.make examples/CMakeFiles/nnquant.dir/nnquant.c.i
+.PHONY : nnquant.c.i
+
+nnquant.s: nnquant.c.s
+.PHONY : nnquant.s
+
+# target to generate assembly for a file
+nnquant.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/nnquant.dir/build.make examples/CMakeFiles/nnquant.dir/nnquant.c.s
+.PHONY : nnquant.c.s
+
+tgaread.o: tgaread.c.o
+.PHONY : tgaread.o
+
+# target to build an object file
+tgaread.c.o:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/tgaread.dir/build.make examples/CMakeFiles/tgaread.dir/tgaread.c.o
+.PHONY : tgaread.c.o
+
+tgaread.i: tgaread.c.i
+.PHONY : tgaread.i
+
+# target to preprocess a source file
+tgaread.c.i:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/tgaread.dir/build.make examples/CMakeFiles/tgaread.dir/tgaread.c.i
+.PHONY : tgaread.c.i
+
+tgaread.s: tgaread.c.s
+.PHONY : tgaread.s
+
+# target to generate assembly for a file
+tgaread.c.s:
+ cd /home/pierre/project/libgd && $(MAKE) -f examples/CMakeFiles/tgaread.dir/build.make examples/CMakeFiles/tgaread.dir/tgaread.c.s
+.PHONY : tgaread.c.s
+
+# Help Target
+help:
+ @echo "The following are some of the valid targets for this Makefile:"
+ @echo "... all (the default if no target is provided)"
+ @echo "... clean"
+ @echo "... depend"
+ @echo "... arc"
+ @echo "... copyrotated"
+ @echo "... crop"
+ @echo "... edit_cache"
+ @echo "... flip"
+ @echo "... gif"
+ @echo "... install"
+ @echo "... install/local"
+ @echo "... install/strip"
+ @echo "... list_install_components"
+ @echo "... nnquant"
+ @echo "... package"
+ @echo "... package_source"
+ @echo "... rebuild_cache"
+ @echo "... test"
+ @echo "... tgaread"
+ @echo "... arc.o"
+ @echo "... arc.i"
+ @echo "... arc.s"
+ @echo "... copyrotated.o"
+ @echo "... copyrotated.i"
+ @echo "... copyrotated.s"
+ @echo "... crop.o"
+ @echo "... crop.i"
+ @echo "... crop.s"
+ @echo "... flip.o"
+ @echo "... flip.i"
+ @echo "... flip.s"
+ @echo "... gif.o"
+ @echo "... gif.i"
+ @echo "... gif.s"
+ @echo "... nnquant.o"
+ @echo "... nnquant.i"
+ @echo "... nnquant.s"
+ @echo "... tgaread.o"
+ @echo "... tgaread.i"
+ @echo "... tgaread.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/pierre/project/libgd && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+