forked from Meituan-Dianping/SQLAdvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.make
More file actions
85 lines (60 loc) · 3.57 KB
/
Copy pathbuild.make
File metadata and controls
85 lines (60 loc) · 3.57 KB
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
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
#=============================================================================
# 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 program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/longxuegang/dba_public_scripts_tools/sqlparser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/longxuegang/dba_public_scripts_tools/sqlparser
# Utility rule file for GenServerSource.
# Include the progress variables for this target.
include sql/CMakeFiles/GenServerSource.dir/progress.make
sql/CMakeFiles/GenServerSource: sql/sql_yacc.h
sql/CMakeFiles/GenServerSource: sql/sql_yacc.cc
sql/CMakeFiles/GenServerSource: sql/lex_hash.h
sql/sql_yacc.cc: sql/sql_yacc.yy
$(CMAKE_COMMAND) -E cmake_progress_report /home/longxuegang/dba_public_scripts_tools/sqlparser/CMakeFiles $(CMAKE_PROGRESS_1)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating sql_yacc.cc, sql_yacc.h"
cd /home/longxuegang/dba_public_scripts_tools/sqlparser/sql && /usr/bin/bison -y -p MYSQL --output=/home/longxuegang/dba_public_scripts_tools/sqlparser/sql/sql_yacc.cc --defines=/home/longxuegang/dba_public_scripts_tools/sqlparser/sql/sql_yacc.h /home/longxuegang/dba_public_scripts_tools/sqlparser/sql/sql_yacc.yy
sql/sql_yacc.h: sql/sql_yacc.cc
sql/lex_hash.h: sql/gen_lex_hash
$(CMAKE_COMMAND) -E cmake_progress_report /home/longxuegang/dba_public_scripts_tools/sqlparser/CMakeFiles $(CMAKE_PROGRESS_2)
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold "Generating lex_hash.h"
cd /home/longxuegang/dba_public_scripts_tools/sqlparser/sql && ./gen_lex_hash > lex_hash.h
GenServerSource: sql/CMakeFiles/GenServerSource
GenServerSource: sql/sql_yacc.cc
GenServerSource: sql/sql_yacc.h
GenServerSource: sql/lex_hash.h
GenServerSource: sql/CMakeFiles/GenServerSource.dir/build.make
.PHONY : GenServerSource
# Rule to build all files generated by this target.
sql/CMakeFiles/GenServerSource.dir/build: GenServerSource
.PHONY : sql/CMakeFiles/GenServerSource.dir/build
sql/CMakeFiles/GenServerSource.dir/clean:
cd /home/longxuegang/dba_public_scripts_tools/sqlparser/sql && $(CMAKE_COMMAND) -P CMakeFiles/GenServerSource.dir/cmake_clean.cmake
.PHONY : sql/CMakeFiles/GenServerSource.dir/clean
sql/CMakeFiles/GenServerSource.dir/depend:
cd /home/longxuegang/dba_public_scripts_tools/sqlparser && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/longxuegang/dba_public_scripts_tools/sqlparser /home/longxuegang/dba_public_scripts_tools/sqlparser/sql /home/longxuegang/dba_public_scripts_tools/sqlparser /home/longxuegang/dba_public_scripts_tools/sqlparser/sql /home/longxuegang/dba_public_scripts_tools/sqlparser/sql/CMakeFiles/GenServerSource.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : sql/CMakeFiles/GenServerSource.dir/depend