-
Notifications
You must be signed in to change notification settings - Fork 0
/
vrp_gen.mk
189 lines (158 loc) · 12.4 KB
/
vrp_gen.mk
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
##
## Auto Generated makefile by CodeLite IDE
## any manual changes will be erased
##
## Release
ProjectName :=vrp_gen
ConfigurationName :=Release
IntermediateDirectory :=./Release
OutDir := $(IntermediateDirectory)
WorkspacePath := "./cvrp_gen_cpp"
ProjectPath := "./cvrp_gen_cpp"
CurrentFileName :=
CurrentFilePath :=
CurrentFileFullPath :=
User :=Jussi Rasku
Date :=06/03/2013
CodeLitePath :="/home/jussi/.codelite"
LinkerName :=g++
ArchiveTool :=ar rcus
SharedObjectLinkerName :=g++ -shared -fPIC
ObjectSuffix :=.o
DependSuffix :=.o.d
PreprocessSuffix :=.o.i
DebugSwitch :=-gstab
IncludeSwitch :=-I
LibrarySwitch :=-l
OutputSwitch :=-o
LibraryPathSwitch :=-L
PreprocessorSwitch :=-D
SourceSwitch :=-c
CompilerName :=g++
C_CompilerName :=gcc
OutputFile :=$(IntermediateDirectory)/$(ProjectName)
Preprocessors :=
ObjectSwitch :=-o
ArchiveOutputSwitch :=
PreprocessOnlySwitch :=-E
MakeDirCommand :=mkdir -p
CmpOptions := -O3 $(Preprocessors)
LinkOptions := -O2
IncludePath := "$(IncludeSwitch)." "$(IncludeSwitch)."
RcIncludePath :=
Libs :=
LibPath := "$(LibraryPathSwitch)."
##
## User defined environment variables
##
CodeLiteDir:=/usr/share/codelite
Objects=$(IntermediateDirectory)/bitbangM$(ObjectSuffix) $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(ObjectSuffix) $(IntermediateDirectory)/bigint_BigUnsigned$(ObjectSuffix) $(IntermediateDirectory)/bigint_BigIntegerUtils$(ObjectSuffix) $(IntermediateDirectory)/bigint_BigUnsignedInABase$(ObjectSuffix) $(IntermediateDirectory)/bigint_BigInteger$(ObjectSuffix) $(IntermediateDirectory)/GTGen$(ObjectSuffix) $(IntermediateDirectory)/MatrixGen$(ObjectSuffix) $(IntermediateDirectory)/PermutationsGen$(ObjectSuffix) $(IntermediateDirectory)/gen_main$(ObjectSuffix)
##
## Main Build Targets
##
all: $(OutputFile)
$(OutputFile): makeDirStep $(Objects)
@$(MakeDirCommand) $(@D)
$(LinkerName) $(OutputSwitch)$(OutputFile) $(Objects) $(LibPath) $(Libs) $(LinkOptions)
makeDirStep:
@test -d ./Release || $(MakeDirCommand) ./Release
PreBuild:
##
## Objects
##
$(IntermediateDirectory)/bitbangM$(ObjectSuffix): bitbangM.cpp $(IntermediateDirectory)/bitbangM$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./bitbangM.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/bitbangM$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/bitbangM$(DependSuffix): bitbangM.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/bitbangM$(ObjectSuffix) -MF$(IntermediateDirectory)/bitbangM$(DependSuffix) -MM "./bitbangM.cpp"
$(IntermediateDirectory)/bitbangM$(PreprocessSuffix): bitbangM.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/bitbangM$(PreprocessSuffix) "./bitbangM.cpp"
$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(ObjectSuffix): PermutationAndConmbinationHelpers.cpp $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./PermutationAndConmbinationHelpers.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(DependSuffix): PermutationAndConmbinationHelpers.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(ObjectSuffix) -MF$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(DependSuffix) -MM "./PermutationAndConmbinationHelpers.cpp"
$(IntermediateDirectory)/PermutationAndConmbinationHelpers$(PreprocessSuffix): PermutationAndConmbinationHelpers.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(PreprocessSuffix) "./PermutationAndConmbinationHelpers.cpp"
$(IntermediateDirectory)/bigint_BigUnsigned$(ObjectSuffix): bigint/BigUnsigned.cc $(IntermediateDirectory)/bigint_BigUnsigned$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./bigint/BigUnsigned.cc" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/bigint_BigUnsigned$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/bigint_BigUnsigned$(DependSuffix): bigint/BigUnsigned.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/bigint_BigUnsigned$(ObjectSuffix) -MF$(IntermediateDirectory)/bigint_BigUnsigned$(DependSuffix) -MM "./bigint/BigUnsigned.cc"
$(IntermediateDirectory)/bigint_BigUnsigned$(PreprocessSuffix): bigint/BigUnsigned.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/bigint_BigUnsigned$(PreprocessSuffix) "./bigint/BigUnsigned.cc"
$(IntermediateDirectory)/bigint_BigIntegerUtils$(ObjectSuffix): bigint/BigIntegerUtils.cc $(IntermediateDirectory)/bigint_BigIntegerUtils$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./bigint/BigIntegerUtils.cc" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/bigint_BigIntegerUtils$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/bigint_BigIntegerUtils$(DependSuffix): bigint/BigIntegerUtils.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/bigint_BigIntegerUtils$(ObjectSuffix) -MF$(IntermediateDirectory)/bigint_BigIntegerUtils$(DependSuffix) -MM "./bigint/BigIntegerUtils.cc"
$(IntermediateDirectory)/bigint_BigIntegerUtils$(PreprocessSuffix): bigint/BigIntegerUtils.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/bigint_BigIntegerUtils$(PreprocessSuffix) "./bigint/BigIntegerUtils.cc"
$(IntermediateDirectory)/bigint_BigUnsignedInABase$(ObjectSuffix): bigint/BigUnsignedInABase.cc $(IntermediateDirectory)/bigint_BigUnsignedInABase$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./bigint/BigUnsignedInABase.cc" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/bigint_BigUnsignedInABase$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/bigint_BigUnsignedInABase$(DependSuffix): bigint/BigUnsignedInABase.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/bigint_BigUnsignedInABase$(ObjectSuffix) -MF$(IntermediateDirectory)/bigint_BigUnsignedInABase$(DependSuffix) -MM "./bigint/BigUnsignedInABase.cc"
$(IntermediateDirectory)/bigint_BigUnsignedInABase$(PreprocessSuffix): bigint/BigUnsignedInABase.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/bigint_BigUnsignedInABase$(PreprocessSuffix) "./bigint/BigUnsignedInABase.cc"
$(IntermediateDirectory)/bigint_BigInteger$(ObjectSuffix): bigint/BigInteger.cc $(IntermediateDirectory)/bigint_BigInteger$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./bigint/BigInteger.cc" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/bigint_BigInteger$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/bigint_BigInteger$(DependSuffix): bigint/BigInteger.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/bigint_BigInteger$(ObjectSuffix) -MF$(IntermediateDirectory)/bigint_BigInteger$(DependSuffix) -MM "./bigint/BigInteger.cc"
$(IntermediateDirectory)/bigint_BigInteger$(PreprocessSuffix): bigint/BigInteger.cc
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/bigint_BigInteger$(PreprocessSuffix) "./bigint/BigInteger.cc"
$(IntermediateDirectory)/GTGen$(ObjectSuffix): GTGen.cpp $(IntermediateDirectory)/GTGen$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./GTGen.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/GTGen$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/GTGen$(DependSuffix): GTGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/GTGen$(ObjectSuffix) -MF$(IntermediateDirectory)/GTGen$(DependSuffix) -MM "./GTGen.cpp"
$(IntermediateDirectory)/GTGen$(PreprocessSuffix): GTGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/GTGen$(PreprocessSuffix) "./GTGen.cpp"
$(IntermediateDirectory)/MatrixGen$(ObjectSuffix): MatrixGen.cpp $(IntermediateDirectory)/MatrixGen$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./MatrixGen.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/MatrixGen$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/MatrixGen$(DependSuffix): MatrixGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/MatrixGen$(ObjectSuffix) -MF$(IntermediateDirectory)/MatrixGen$(DependSuffix) -MM "./MatrixGen.cpp"
$(IntermediateDirectory)/MatrixGen$(PreprocessSuffix): MatrixGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/MatrixGen$(PreprocessSuffix) "./MatrixGen.cpp"
$(IntermediateDirectory)/PermutationsGen$(ObjectSuffix): PermutationsGen.cpp $(IntermediateDirectory)/PermutationsGen$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./PermutationsGen.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/PermutationsGen$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/PermutationsGen$(DependSuffix): PermutationsGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/PermutationsGen$(ObjectSuffix) -MF$(IntermediateDirectory)/PermutationsGen$(DependSuffix) -MM "./PermutationsGen.cpp"
$(IntermediateDirectory)/PermutationsGen$(PreprocessSuffix): PermutationsGen.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/PermutationsGen$(PreprocessSuffix) "./PermutationsGen.cpp"
$(IntermediateDirectory)/gen_main$(ObjectSuffix): gen_main.cpp $(IntermediateDirectory)/gen_main$(DependSuffix)
$(CompilerName) $(SourceSwitch) "./gen_main.cpp" $(CmpOptions) $(ObjectSwitch)$(IntermediateDirectory)/gen_main$(ObjectSuffix) $(IncludePath)
$(IntermediateDirectory)/gen_main$(DependSuffix): gen_main.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) -MT$(IntermediateDirectory)/gen_main$(ObjectSuffix) -MF$(IntermediateDirectory)/gen_main$(DependSuffix) -MM "./gen_main.cpp"
$(IntermediateDirectory)/gen_main$(PreprocessSuffix): gen_main.cpp
@$(CompilerName) $(CmpOptions) $(IncludePath) $(PreprocessOnlySwitch) $(OutputSwitch) $(IntermediateDirectory)/gen_main$(PreprocessSuffix) "./gen_main.cpp"
-include $(IntermediateDirectory)/*$(DependSuffix)
##
## Clean
##
clean:
$(RM) $(IntermediateDirectory)/bitbangM$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/bitbangM$(DependSuffix)
$(RM) $(IntermediateDirectory)/bitbangM$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(DependSuffix)
$(RM) $(IntermediateDirectory)/PermutationAndConmbinationHelpers$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsigned$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsigned$(DependSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsigned$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigIntegerUtils$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigIntegerUtils$(DependSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigIntegerUtils$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsignedInABase$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsignedInABase$(DependSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigUnsignedInABase$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigInteger$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigInteger$(DependSuffix)
$(RM) $(IntermediateDirectory)/bigint_BigInteger$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/GTGen$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/GTGen$(DependSuffix)
$(RM) $(IntermediateDirectory)/GTGen$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/MatrixGen$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/MatrixGen$(DependSuffix)
$(RM) $(IntermediateDirectory)/MatrixGen$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/PermutationsGen$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/PermutationsGen$(DependSuffix)
$(RM) $(IntermediateDirectory)/PermutationsGen$(PreprocessSuffix)
$(RM) $(IntermediateDirectory)/gen_main$(ObjectSuffix)
$(RM) $(IntermediateDirectory)/gen_main$(DependSuffix)
$(RM) $(IntermediateDirectory)/gen_main$(PreprocessSuffix)
$(RM) $(OutputFile)