summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/examples/CMakeFiles/gif.dir/build.make
blob: 3d800ef80fe80188abb4d6eb6a3b2991e8e8e7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10

# Delete rule output on recipe failure.
.DELETE_ON_ERROR:


#=============================================================================
# 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 = /root/workspace/hanqiang/libgd_release_2.3.1/libgd

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /root/workspace/hanqiang/libgd_release_2.3.1/libgd

# Include any dependencies generated for this target.
include examples/CMakeFiles/gif.dir/depend.make

# Include the progress variables for this target.
include examples/CMakeFiles/gif.dir/progress.make

# Include the compile flags for this target's objects.
include examples/CMakeFiles/gif.dir/flags.make

examples/CMakeFiles/gif.dir/gif.c.o: examples/CMakeFiles/gif.dir/flags.make
examples/CMakeFiles/gif.dir/gif.c.o: examples/gif.c
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/root/workspace/hanqiang/libgd_release_2.3.1/libgd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object examples/CMakeFiles/gif.dir/gif.c.o"
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/gif.dir/gif.c.o   -c /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples/gif.c

examples/CMakeFiles/gif.dir/gif.c.i: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/gif.dir/gif.c.i"
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples/gif.c > CMakeFiles/gif.dir/gif.c.i

examples/CMakeFiles/gif.dir/gif.c.s: cmake_force
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/gif.dir/gif.c.s"
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples/gif.c -o CMakeFiles/gif.dir/gif.c.s

examples/CMakeFiles/gif.dir/gif.c.o.requires:

.PHONY : examples/CMakeFiles/gif.dir/gif.c.o.requires

examples/CMakeFiles/gif.dir/gif.c.o.provides: examples/CMakeFiles/gif.dir/gif.c.o.requires
	$(MAKE) -f examples/CMakeFiles/gif.dir/build.make examples/CMakeFiles/gif.dir/gif.c.o.provides.build
.PHONY : examples/CMakeFiles/gif.dir/gif.c.o.provides

examples/CMakeFiles/gif.dir/gif.c.o.provides.build: examples/CMakeFiles/gif.dir/gif.c.o


# Object files for target gif
gif_OBJECTS = \
"CMakeFiles/gif.dir/gif.c.o"

# External object files for target gif
gif_EXTERNAL_OBJECTS =

Bin/gif: examples/CMakeFiles/gif.dir/gif.c.o
Bin/gif: examples/CMakeFiles/gif.dir/build.make
Bin/gif: Bin/libgd.so.3.0.9
Bin/gif: examples/CMakeFiles/gif.dir/link.txt
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/root/workspace/hanqiang/libgd_release_2.3.1/libgd/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ../Bin/gif"
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gif.dir/link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
examples/CMakeFiles/gif.dir/build: Bin/gif

.PHONY : examples/CMakeFiles/gif.dir/build

examples/CMakeFiles/gif.dir/requires: examples/CMakeFiles/gif.dir/gif.c.o.requires

.PHONY : examples/CMakeFiles/gif.dir/requires

examples/CMakeFiles/gif.dir/clean:
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples && $(CMAKE_COMMAND) -P CMakeFiles/gif.dir/cmake_clean.cmake
.PHONY : examples/CMakeFiles/gif.dir/clean

examples/CMakeFiles/gif.dir/depend:
	cd /root/workspace/hanqiang/libgd_release_2.3.1/libgd && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /root/workspace/hanqiang/libgd_release_2.3.1/libgd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples /root/workspace/hanqiang/libgd_release_2.3.1/libgd /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples /root/workspace/hanqiang/libgd_release_2.3.1/libgd/examples/CMakeFiles/gif.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : examples/CMakeFiles/gif.dir/depend