Annotation of ChivanetAimPidgin/CMakeFiles/Makefile2, revision 1.1.1.1
1.1 snw 1: # CMAKE generated file: DO NOT EDIT!
2: # Generated by "Unix Makefiles" Generator, CMake Version 3.31
3:
4: # Default target executed when no arguments are given to make.
5: default_target: all
6: .PHONY : default_target
7:
8: #=============================================================================
9: # Special targets provided by cmake.
10:
11: # Disable implicit rules so canonical targets will work.
12: .SUFFIXES:
13:
14: # Disable VCS-based implicit rules.
15: % : %,v
16:
17: # Disable VCS-based implicit rules.
18: % : RCS/%
19:
20: # Disable VCS-based implicit rules.
21: % : RCS/%,v
22:
23: # Disable VCS-based implicit rules.
24: % : SCCS/s.%
25:
26: # Disable VCS-based implicit rules.
27: % : s.%
28:
29: .SUFFIXES: .hpux_make_needs_suffix_list
30:
31: # Command-line flag to silence nested $(MAKE).
32: $(VERBOSE)MAKESILENT = -s
33:
34: #Suppress display of executed commands.
35: $(VERBOSE).SILENT:
36:
37: # A target that is always out of date.
38: cmake_force:
39: .PHONY : cmake_force
40:
41: #=============================================================================
42: # Set environment variables for the build.
43:
44: # The shell in which to execute make rules.
45: SHELL = /bin/sh
46:
47: # The CMake executable.
48: CMAKE_COMMAND = /usr/bin/cmake
49:
50: # The command to remove a file.
51: RM = /usr/bin/cmake -E rm -f
52:
53: # Escaping for special characters.
54: EQUALS = =
55:
56: # The top-level source directory on which CMake was run.
57: CMAKE_SOURCE_DIR = /home/snw/development/oscar-prpl-chivanet/oscarprpl
58:
59: # The top-level build directory on which CMake was run.
60: CMAKE_BINARY_DIR = /home/snw/development/oscar-prpl-chivanet
61:
62: #=============================================================================
63: # Directory level rules for the build root directory
64:
65: # The main recursive "all" target.
66: all: CMakeFiles/oscarprpl.dir/all
67: .PHONY : all
68:
69: # The main recursive "codegen" target.
70: codegen: CMakeFiles/oscarprpl.dir/codegen
71: .PHONY : codegen
72:
73: # The main recursive "preinstall" target.
74: preinstall:
75: .PHONY : preinstall
76:
77: # The main recursive "clean" target.
78: clean: CMakeFiles/oscarprpl.dir/clean
79: .PHONY : clean
80:
81: #=============================================================================
82: # Target rules for target CMakeFiles/oscarprpl.dir
83:
84: # All Build rule for target.
85: CMakeFiles/oscarprpl.dir/all:
86: $(MAKE) $(MAKESILENT) -f CMakeFiles/oscarprpl.dir/build.make CMakeFiles/oscarprpl.dir/depend
87: $(MAKE) $(MAKESILENT) -f CMakeFiles/oscarprpl.dir/build.make CMakeFiles/oscarprpl.dir/build
88: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/snw/development/oscar-prpl-chivanet/CMakeFiles --progress-num=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 "Built target oscarprpl"
89: .PHONY : CMakeFiles/oscarprpl.dir/all
90:
91: # Build rule for subdir invocation for target.
92: CMakeFiles/oscarprpl.dir/rule: cmake_check_build_system
93: $(CMAKE_COMMAND) -E cmake_progress_start /home/snw/development/oscar-prpl-chivanet/CMakeFiles 38
94: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/oscarprpl.dir/all
95: $(CMAKE_COMMAND) -E cmake_progress_start /home/snw/development/oscar-prpl-chivanet/CMakeFiles 0
96: .PHONY : CMakeFiles/oscarprpl.dir/rule
97:
98: # Convenience name for target.
99: oscarprpl: CMakeFiles/oscarprpl.dir/rule
100: .PHONY : oscarprpl
101:
102: # codegen rule for target.
103: CMakeFiles/oscarprpl.dir/codegen:
104: $(MAKE) $(MAKESILENT) -f CMakeFiles/oscarprpl.dir/build.make CMakeFiles/oscarprpl.dir/codegen
105: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/snw/development/oscar-prpl-chivanet/CMakeFiles --progress-num=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 "Finished codegen for target oscarprpl"
106: .PHONY : CMakeFiles/oscarprpl.dir/codegen
107:
108: # clean rule for target.
109: CMakeFiles/oscarprpl.dir/clean:
110: $(MAKE) $(MAKESILENT) -f CMakeFiles/oscarprpl.dir/build.make CMakeFiles/oscarprpl.dir/clean
111: .PHONY : CMakeFiles/oscarprpl.dir/clean
112:
113: #=============================================================================
114: # Special targets to cleanup operation of make.
115:
116: # Special rule to run CMake to check the build system integrity.
117: # No rule that depends on this can have commands that come from listfiles
118: # because they might be regenerated.
119: cmake_check_build_system:
120: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
121: .PHONY : cmake_check_build_system
122:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>