[b30245b] | 1 | # CMAKE generated file: DO NOT EDIT!
|
---|
| 2 | # Generated by "Unix Makefiles" Generator, CMake Version 3.18
|
---|
[d7d2da3] | 3 |
|
---|
[b30245b] | 4 | # Default target executed when no arguments are given to make.
|
---|
| 5 | default_target: all
|
---|
[d7d2da3] | 6 |
|
---|
[b30245b] | 7 | .PHONY : default_target
|
---|
| 8 |
|
---|
| 9 | # Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
---|
| 10 | .NOTPARALLEL:
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | #=============================================================================
|
---|
| 14 | # Special targets provided by cmake.
|
---|
| 15 |
|
---|
| 16 | # Disable implicit rules so canonical targets will work.
|
---|
| 17 | .SUFFIXES:
|
---|
| 18 |
|
---|
| 19 |
|
---|
| 20 | # Disable VCS-based implicit rules.
|
---|
| 21 | % : %,v
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | # Disable VCS-based implicit rules.
|
---|
| 25 | % : RCS/%
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 | # Disable VCS-based implicit rules.
|
---|
| 29 | % : RCS/%,v
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | # Disable VCS-based implicit rules.
|
---|
| 33 | % : SCCS/s.%
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 | # Disable VCS-based implicit rules.
|
---|
| 37 | % : s.%
|
---|
| 38 |
|
---|
| 39 |
|
---|
| 40 | .SUFFIXES: .hpux_make_needs_suffix_list
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | # Command-line flag to silence nested $(MAKE).
|
---|
| 44 | $(VERBOSE)MAKESILENT = -s
|
---|
| 45 |
|
---|
| 46 | #Suppress display of executed commands.
|
---|
| 47 | $(VERBOSE).SILENT:
|
---|
| 48 |
|
---|
| 49 | # A target that is always out of date.
|
---|
| 50 | cmake_force:
|
---|
| 51 |
|
---|
| 52 | .PHONY : cmake_force
|
---|
| 53 |
|
---|
| 54 | #=============================================================================
|
---|
| 55 | # Set environment variables for the build.
|
---|
| 56 |
|
---|
| 57 | # The shell in which to execute make rules.
|
---|
| 58 | SHELL = /bin/sh
|
---|
[d7d2da3] | 59 |
|
---|
[b30245b] | 60 | # The CMake executable.
|
---|
| 61 | CMAKE_COMMAND = /usr/bin/cmake
|
---|
| 62 |
|
---|
| 63 | # The command to remove a file.
|
---|
| 64 | RM = /usr/bin/cmake -E rm -f
|
---|
| 65 |
|
---|
| 66 | # Escaping for special characters.
|
---|
| 67 | EQUALS = =
|
---|
| 68 |
|
---|
| 69 | # The top-level source directory on which CMake was run.
|
---|
| 70 | CMAKE_SOURCE_DIR = /home/andriish/Projects/delphes
|
---|
| 71 |
|
---|
| 72 | # The top-level build directory on which CMake was run.
|
---|
| 73 | CMAKE_BINARY_DIR = /home/andriish/Projects/delphes
|
---|
| 74 |
|
---|
| 75 | #=============================================================================
|
---|
| 76 | # Targets provided globally by CMake.
|
---|
| 77 |
|
---|
| 78 | # Special rule for the target install/local
|
---|
| 79 | install/local: preinstall
|
---|
| 80 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
---|
| 81 | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
---|
| 82 | .PHONY : install/local
|
---|
| 83 |
|
---|
| 84 | # Special rule for the target install/local
|
---|
| 85 | install/local/fast: preinstall/fast
|
---|
| 86 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
---|
| 87 | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
---|
| 88 | .PHONY : install/local/fast
|
---|
| 89 |
|
---|
| 90 | # Special rule for the target install/strip
|
---|
| 91 | install/strip: preinstall
|
---|
| 92 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
---|
| 93 | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
---|
| 94 | .PHONY : install/strip
|
---|
| 95 |
|
---|
| 96 | # Special rule for the target install/strip
|
---|
| 97 | install/strip/fast: preinstall/fast
|
---|
| 98 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
---|
| 99 | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
---|
| 100 | .PHONY : install/strip/fast
|
---|
| 101 |
|
---|
| 102 | # Special rule for the target edit_cache
|
---|
| 103 | edit_cache:
|
---|
| 104 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
---|
| 105 | /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
---|
| 106 | .PHONY : edit_cache
|
---|
| 107 |
|
---|
| 108 | # Special rule for the target edit_cache
|
---|
| 109 | edit_cache/fast: edit_cache
|
---|
| 110 |
|
---|
| 111 | .PHONY : edit_cache/fast
|
---|
| 112 |
|
---|
| 113 | # Special rule for the target rebuild_cache
|
---|
| 114 | rebuild_cache:
|
---|
| 115 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
---|
| 116 | /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
---|
| 117 | .PHONY : rebuild_cache
|
---|
| 118 |
|
---|
| 119 | # Special rule for the target rebuild_cache
|
---|
| 120 | rebuild_cache/fast: rebuild_cache
|
---|
| 121 |
|
---|
| 122 | .PHONY : rebuild_cache/fast
|
---|
| 123 |
|
---|
| 124 | # Special rule for the target list_install_components
|
---|
| 125 | list_install_components:
|
---|
| 126 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
---|
| 127 | .PHONY : list_install_components
|
---|
| 128 |
|
---|
| 129 | # Special rule for the target list_install_components
|
---|
| 130 | list_install_components/fast: list_install_components
|
---|
| 131 |
|
---|
| 132 | .PHONY : list_install_components/fast
|
---|
| 133 |
|
---|
| 134 | # Special rule for the target install
|
---|
| 135 | install: preinstall
|
---|
| 136 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
---|
| 137 | /usr/bin/cmake -P cmake_install.cmake
|
---|
| 138 | .PHONY : install
|
---|
| 139 |
|
---|
| 140 | # Special rule for the target install
|
---|
| 141 | install/fast: preinstall/fast
|
---|
| 142 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
---|
| 143 | /usr/bin/cmake -P cmake_install.cmake
|
---|
| 144 | .PHONY : install/fast
|
---|
| 145 |
|
---|
| 146 | # The main all target
|
---|
| 147 | all: cmake_check_build_system
|
---|
| 148 | $(CMAKE_COMMAND) -E cmake_progress_start /home/andriish/Projects/delphes/CMakeFiles /home/andriish/Projects/delphes//CMakeFiles/progress.marks
|
---|
| 149 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
---|
| 150 | $(CMAKE_COMMAND) -E cmake_progress_start /home/andriish/Projects/delphes/CMakeFiles 0
|
---|
| 151 | .PHONY : all
|
---|
| 152 |
|
---|
| 153 | # The main clean target
|
---|
| 154 | clean:
|
---|
| 155 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
---|
| 156 | .PHONY : clean
|
---|
| 157 |
|
---|
| 158 | # The main clean target
|
---|
| 159 | clean/fast: clean
|
---|
| 160 |
|
---|
| 161 | .PHONY : clean/fast
|
---|
| 162 |
|
---|
| 163 | # Prepare targets for installation.
|
---|
| 164 | preinstall: all
|
---|
| 165 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
---|
| 166 | .PHONY : preinstall
|
---|
| 167 |
|
---|
| 168 | # Prepare targets for installation.
|
---|
| 169 | preinstall/fast:
|
---|
| 170 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
---|
| 171 | .PHONY : preinstall/fast
|
---|
| 172 |
|
---|
| 173 | # clear depends
|
---|
| 174 | depend:
|
---|
| 175 | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
---|
| 176 | .PHONY : depend
|
---|
| 177 |
|
---|
| 178 | #=============================================================================
|
---|
| 179 | # Target rules for targets named DelphesDisplay
|
---|
| 180 |
|
---|
| 181 | # Build rule for target.
|
---|
| 182 | DelphesDisplay: cmake_check_build_system
|
---|
| 183 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesDisplay
|
---|
| 184 | .PHONY : DelphesDisplay
|
---|
| 185 |
|
---|
| 186 | # fast build rule for target.
|
---|
| 187 | DelphesDisplay/fast:
|
---|
| 188 | $(MAKE) $(MAKESILENT) -f CMakeFiles/DelphesDisplay.dir/build.make CMakeFiles/DelphesDisplay.dir/build
|
---|
| 189 | .PHONY : DelphesDisplay/fast
|
---|
| 190 |
|
---|
| 191 | #=============================================================================
|
---|
| 192 | # Target rules for targets named Delphes
|
---|
| 193 |
|
---|
| 194 | # Build rule for target.
|
---|
| 195 | Delphes: cmake_check_build_system
|
---|
| 196 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Delphes
|
---|
| 197 | .PHONY : Delphes
|
---|
| 198 |
|
---|
| 199 | # fast build rule for target.
|
---|
| 200 | Delphes/fast:
|
---|
| 201 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Delphes.dir/build.make CMakeFiles/Delphes.dir/build
|
---|
| 202 | .PHONY : Delphes/fast
|
---|
| 203 |
|
---|
| 204 | #=============================================================================
|
---|
| 205 | # Target rules for targets named classes
|
---|
| 206 |
|
---|
| 207 | # Build rule for target.
|
---|
| 208 | classes: cmake_check_build_system
|
---|
| 209 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 classes
|
---|
| 210 | .PHONY : classes
|
---|
| 211 |
|
---|
| 212 | # fast build rule for target.
|
---|
| 213 | classes/fast:
|
---|
| 214 | $(MAKE) $(MAKESILENT) -f classes/CMakeFiles/classes.dir/build.make classes/CMakeFiles/classes.dir/build
|
---|
| 215 | .PHONY : classes/fast
|
---|
| 216 |
|
---|
| 217 | #=============================================================================
|
---|
| 218 | # Target rules for targets named ClassesDict
|
---|
| 219 |
|
---|
| 220 | # Build rule for target.
|
---|
| 221 | ClassesDict: cmake_check_build_system
|
---|
| 222 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ClassesDict
|
---|
| 223 | .PHONY : ClassesDict
|
---|
| 224 |
|
---|
| 225 | # fast build rule for target.
|
---|
| 226 | ClassesDict/fast:
|
---|
| 227 | $(MAKE) $(MAKESILENT) -f classes/CMakeFiles/ClassesDict.dir/build.make classes/CMakeFiles/ClassesDict.dir/build
|
---|
| 228 | .PHONY : ClassesDict/fast
|
---|
| 229 |
|
---|
| 230 | #=============================================================================
|
---|
| 231 | # Target rules for targets named lhco2root
|
---|
| 232 |
|
---|
| 233 | # Build rule for target.
|
---|
| 234 | lhco2root: cmake_check_build_system
|
---|
| 235 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lhco2root
|
---|
| 236 | .PHONY : lhco2root
|
---|
| 237 |
|
---|
| 238 | # fast build rule for target.
|
---|
| 239 | lhco2root/fast:
|
---|
| 240 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/lhco2root.dir/build.make converters/CMakeFiles/lhco2root.dir/build
|
---|
| 241 | .PHONY : lhco2root/fast
|
---|
| 242 |
|
---|
| 243 | #=============================================================================
|
---|
| 244 | # Target rules for targets named hepmc2pileup
|
---|
| 245 |
|
---|
| 246 | # Build rule for target.
|
---|
| 247 | hepmc2pileup: cmake_check_build_system
|
---|
| 248 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 hepmc2pileup
|
---|
| 249 | .PHONY : hepmc2pileup
|
---|
| 250 |
|
---|
| 251 | # fast build rule for target.
|
---|
| 252 | hepmc2pileup/fast:
|
---|
| 253 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/hepmc2pileup.dir/build.make converters/CMakeFiles/hepmc2pileup.dir/build
|
---|
| 254 | .PHONY : hepmc2pileup/fast
|
---|
| 255 |
|
---|
| 256 | #=============================================================================
|
---|
| 257 | # Target rules for targets named root2lhco
|
---|
| 258 |
|
---|
| 259 | # Build rule for target.
|
---|
| 260 | root2lhco: cmake_check_build_system
|
---|
| 261 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 root2lhco
|
---|
| 262 | .PHONY : root2lhco
|
---|
| 263 |
|
---|
| 264 | # fast build rule for target.
|
---|
| 265 | root2lhco/fast:
|
---|
| 266 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/root2lhco.dir/build.make converters/CMakeFiles/root2lhco.dir/build
|
---|
| 267 | .PHONY : root2lhco/fast
|
---|
| 268 |
|
---|
| 269 | #=============================================================================
|
---|
| 270 | # Target rules for targets named pileup2root
|
---|
| 271 |
|
---|
| 272 | # Build rule for target.
|
---|
| 273 | pileup2root: cmake_check_build_system
|
---|
| 274 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pileup2root
|
---|
| 275 | .PHONY : pileup2root
|
---|
| 276 |
|
---|
| 277 | # fast build rule for target.
|
---|
| 278 | pileup2root/fast:
|
---|
| 279 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/pileup2root.dir/build.make converters/CMakeFiles/pileup2root.dir/build
|
---|
| 280 | .PHONY : pileup2root/fast
|
---|
| 281 |
|
---|
| 282 | #=============================================================================
|
---|
| 283 | # Target rules for targets named root2pileup
|
---|
| 284 |
|
---|
| 285 | # Build rule for target.
|
---|
| 286 | root2pileup: cmake_check_build_system
|
---|
| 287 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 root2pileup
|
---|
| 288 | .PHONY : root2pileup
|
---|
| 289 |
|
---|
| 290 | # fast build rule for target.
|
---|
| 291 | root2pileup/fast:
|
---|
| 292 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/root2pileup.dir/build.make converters/CMakeFiles/root2pileup.dir/build
|
---|
| 293 | .PHONY : root2pileup/fast
|
---|
| 294 |
|
---|
| 295 | #=============================================================================
|
---|
| 296 | # Target rules for targets named stdhep2pileup
|
---|
| 297 |
|
---|
| 298 | # Build rule for target.
|
---|
| 299 | stdhep2pileup: cmake_check_build_system
|
---|
| 300 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 stdhep2pileup
|
---|
| 301 | .PHONY : stdhep2pileup
|
---|
| 302 |
|
---|
| 303 | # fast build rule for target.
|
---|
| 304 | stdhep2pileup/fast:
|
---|
| 305 | $(MAKE) $(MAKESILENT) -f converters/CMakeFiles/stdhep2pileup.dir/build.make converters/CMakeFiles/stdhep2pileup.dir/build
|
---|
| 306 | .PHONY : stdhep2pileup/fast
|
---|
| 307 |
|
---|
| 308 | #=============================================================================
|
---|
| 309 | # Target rules for targets named display
|
---|
| 310 |
|
---|
| 311 | # Build rule for target.
|
---|
| 312 | display: cmake_check_build_system
|
---|
| 313 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 display
|
---|
| 314 | .PHONY : display
|
---|
| 315 |
|
---|
| 316 | # fast build rule for target.
|
---|
| 317 | display/fast:
|
---|
| 318 | $(MAKE) $(MAKESILENT) -f display/CMakeFiles/display.dir/build.make display/CMakeFiles/display.dir/build
|
---|
| 319 | .PHONY : display/fast
|
---|
| 320 |
|
---|
| 321 | #=============================================================================
|
---|
| 322 | # Target rules for targets named DisplayDict
|
---|
| 323 |
|
---|
| 324 | # Build rule for target.
|
---|
| 325 | DisplayDict: cmake_check_build_system
|
---|
| 326 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DisplayDict
|
---|
| 327 | .PHONY : DisplayDict
|
---|
| 328 |
|
---|
| 329 | # fast build rule for target.
|
---|
| 330 | DisplayDict/fast:
|
---|
| 331 | $(MAKE) $(MAKESILENT) -f display/CMakeFiles/DisplayDict.dir/build.make display/CMakeFiles/DisplayDict.dir/build
|
---|
| 332 | .PHONY : DisplayDict/fast
|
---|
| 333 |
|
---|
| 334 | #=============================================================================
|
---|
| 335 | # Target rules for targets named Example1
|
---|
| 336 |
|
---|
| 337 | # Build rule for target.
|
---|
| 338 | Example1: cmake_check_build_system
|
---|
| 339 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Example1
|
---|
| 340 | .PHONY : Example1
|
---|
| 341 |
|
---|
| 342 | # fast build rule for target.
|
---|
| 343 | Example1/fast:
|
---|
| 344 | $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/Example1.dir/build.make examples/CMakeFiles/Example1.dir/build
|
---|
| 345 | .PHONY : Example1/fast
|
---|
| 346 |
|
---|
| 347 | #=============================================================================
|
---|
| 348 | # Target rules for targets named CaloGrid
|
---|
| 349 |
|
---|
| 350 | # Build rule for target.
|
---|
| 351 | CaloGrid: cmake_check_build_system
|
---|
| 352 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CaloGrid
|
---|
| 353 | .PHONY : CaloGrid
|
---|
| 354 |
|
---|
| 355 | # fast build rule for target.
|
---|
| 356 | CaloGrid/fast:
|
---|
| 357 | $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/CaloGrid.dir/build.make examples/CMakeFiles/CaloGrid.dir/build
|
---|
| 358 | .PHONY : CaloGrid/fast
|
---|
| 359 |
|
---|
| 360 | #=============================================================================
|
---|
| 361 | # Target rules for targets named fastjet
|
---|
| 362 |
|
---|
| 363 | # Build rule for target.
|
---|
| 364 | fastjet: cmake_check_build_system
|
---|
| 365 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fastjet
|
---|
| 366 | .PHONY : fastjet
|
---|
| 367 |
|
---|
| 368 | # fast build rule for target.
|
---|
| 369 | fastjet/fast:
|
---|
| 370 | $(MAKE) $(MAKESILENT) -f external/fastjet/CMakeFiles/fastjet.dir/build.make external/fastjet/CMakeFiles/fastjet.dir/build
|
---|
| 371 | .PHONY : fastjet/fast
|
---|
| 372 |
|
---|
| 373 | #=============================================================================
|
---|
| 374 | # Target rules for targets named ExRootAnalysis
|
---|
| 375 |
|
---|
| 376 | # Build rule for target.
|
---|
| 377 | ExRootAnalysis: cmake_check_build_system
|
---|
| 378 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExRootAnalysis
|
---|
| 379 | .PHONY : ExRootAnalysis
|
---|
| 380 |
|
---|
| 381 | # fast build rule for target.
|
---|
| 382 | ExRootAnalysis/fast:
|
---|
| 383 | $(MAKE) $(MAKESILENT) -f external/ExRootAnalysis/CMakeFiles/ExRootAnalysis.dir/build.make external/ExRootAnalysis/CMakeFiles/ExRootAnalysis.dir/build
|
---|
| 384 | .PHONY : ExRootAnalysis/fast
|
---|
| 385 |
|
---|
| 386 | #=============================================================================
|
---|
| 387 | # Target rules for targets named ExRootAnalysisDict
|
---|
| 388 |
|
---|
| 389 | # Build rule for target.
|
---|
| 390 | ExRootAnalysisDict: cmake_check_build_system
|
---|
| 391 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExRootAnalysisDict
|
---|
| 392 | .PHONY : ExRootAnalysisDict
|
---|
| 393 |
|
---|
| 394 | # fast build rule for target.
|
---|
| 395 | ExRootAnalysisDict/fast:
|
---|
| 396 | $(MAKE) $(MAKESILENT) -f external/ExRootAnalysis/CMakeFiles/ExRootAnalysisDict.dir/build.make external/ExRootAnalysis/CMakeFiles/ExRootAnalysisDict.dir/build
|
---|
| 397 | .PHONY : ExRootAnalysisDict/fast
|
---|
| 398 |
|
---|
| 399 | #=============================================================================
|
---|
| 400 | # Target rules for targets named Hector
|
---|
| 401 |
|
---|
| 402 | # Build rule for target.
|
---|
| 403 | Hector: cmake_check_build_system
|
---|
| 404 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Hector
|
---|
| 405 | .PHONY : Hector
|
---|
| 406 |
|
---|
| 407 | # fast build rule for target.
|
---|
| 408 | Hector/fast:
|
---|
| 409 | $(MAKE) $(MAKESILENT) -f external/Hector/CMakeFiles/Hector.dir/build.make external/Hector/CMakeFiles/Hector.dir/build
|
---|
| 410 | .PHONY : Hector/fast
|
---|
| 411 |
|
---|
| 412 | #=============================================================================
|
---|
| 413 | # Target rules for targets named HepMC3
|
---|
| 414 |
|
---|
| 415 | # Build rule for target.
|
---|
| 416 | HepMC3: cmake_check_build_system
|
---|
| 417 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 HepMC3
|
---|
| 418 | .PHONY : HepMC3
|
---|
| 419 |
|
---|
| 420 | # fast build rule for target.
|
---|
| 421 | HepMC3/fast:
|
---|
| 422 | $(MAKE) $(MAKESILENT) -f external/HepMC3/CMakeFiles/HepMC3.dir/build.make external/HepMC3/CMakeFiles/HepMC3.dir/build
|
---|
| 423 | .PHONY : HepMC3/fast
|
---|
| 424 |
|
---|
| 425 | #=============================================================================
|
---|
| 426 | # Target rules for targets named G__HepMC3rootIO
|
---|
| 427 |
|
---|
| 428 | # Build rule for target.
|
---|
| 429 | G__HepMC3rootIO: cmake_check_build_system
|
---|
| 430 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 G__HepMC3rootIO
|
---|
| 431 | .PHONY : G__HepMC3rootIO
|
---|
| 432 |
|
---|
| 433 | # fast build rule for target.
|
---|
| 434 | G__HepMC3rootIO/fast:
|
---|
| 435 | $(MAKE) $(MAKESILENT) -f external/HepMC3/CMakeFiles/G__HepMC3rootIO.dir/build.make external/HepMC3/CMakeFiles/G__HepMC3rootIO.dir/build
|
---|
| 436 | .PHONY : G__HepMC3rootIO/fast
|
---|
| 437 |
|
---|
| 438 | #=============================================================================
|
---|
| 439 | # Target rules for targets named tcl
|
---|
| 440 |
|
---|
| 441 | # Build rule for target.
|
---|
| 442 | tcl: cmake_check_build_system
|
---|
| 443 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tcl
|
---|
| 444 | .PHONY : tcl
|
---|
| 445 |
|
---|
| 446 | # fast build rule for target.
|
---|
| 447 | tcl/fast:
|
---|
| 448 | $(MAKE) $(MAKESILENT) -f external/tcl/CMakeFiles/tcl.dir/build.make external/tcl/CMakeFiles/tcl.dir/build
|
---|
| 449 | .PHONY : tcl/fast
|
---|
| 450 |
|
---|
| 451 | #=============================================================================
|
---|
| 452 | # Target rules for targets named PUPPI
|
---|
| 453 |
|
---|
| 454 | # Build rule for target.
|
---|
| 455 | PUPPI: cmake_check_build_system
|
---|
| 456 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PUPPI
|
---|
| 457 | .PHONY : PUPPI
|
---|
| 458 |
|
---|
| 459 | # fast build rule for target.
|
---|
| 460 | PUPPI/fast:
|
---|
| 461 | $(MAKE) $(MAKESILENT) -f external/PUPPI/CMakeFiles/PUPPI.dir/build.make external/PUPPI/CMakeFiles/PUPPI.dir/build
|
---|
| 462 | .PHONY : PUPPI/fast
|
---|
| 463 |
|
---|
| 464 | #=============================================================================
|
---|
| 465 | # Target rules for targets named TrackCovariance
|
---|
| 466 |
|
---|
| 467 | # Build rule for target.
|
---|
| 468 | TrackCovariance: cmake_check_build_system
|
---|
| 469 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TrackCovariance
|
---|
| 470 | .PHONY : TrackCovariance
|
---|
| 471 |
|
---|
| 472 | # fast build rule for target.
|
---|
| 473 | TrackCovariance/fast:
|
---|
| 474 | $(MAKE) $(MAKESILENT) -f external/TrackCovariance/CMakeFiles/TrackCovariance.dir/build.make external/TrackCovariance/CMakeFiles/TrackCovariance.dir/build
|
---|
| 475 | .PHONY : TrackCovariance/fast
|
---|
| 476 |
|
---|
| 477 | #=============================================================================
|
---|
| 478 | # Target rules for targets named FastJetDict
|
---|
| 479 |
|
---|
| 480 | # Build rule for target.
|
---|
| 481 | FastJetDict: cmake_check_build_system
|
---|
| 482 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FastJetDict
|
---|
| 483 | .PHONY : FastJetDict
|
---|
| 484 |
|
---|
| 485 | # fast build rule for target.
|
---|
| 486 | FastJetDict/fast:
|
---|
| 487 | $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/FastJetDict.dir/build.make modules/CMakeFiles/FastJetDict.dir/build
|
---|
| 488 | .PHONY : FastJetDict/fast
|
---|
| 489 |
|
---|
| 490 | #=============================================================================
|
---|
| 491 | # Target rules for targets named modules
|
---|
| 492 |
|
---|
| 493 | # Build rule for target.
|
---|
| 494 | modules: cmake_check_build_system
|
---|
| 495 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 modules
|
---|
| 496 | .PHONY : modules
|
---|
| 497 |
|
---|
| 498 | # fast build rule for target.
|
---|
| 499 | modules/fast:
|
---|
| 500 | $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/modules.dir/build.make modules/CMakeFiles/modules.dir/build
|
---|
| 501 | .PHONY : modules/fast
|
---|
| 502 |
|
---|
| 503 | #=============================================================================
|
---|
| 504 | # Target rules for targets named Pythia8Dict
|
---|
| 505 |
|
---|
| 506 | # Build rule for target.
|
---|
| 507 | Pythia8Dict: cmake_check_build_system
|
---|
| 508 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Pythia8Dict
|
---|
| 509 | .PHONY : Pythia8Dict
|
---|
| 510 |
|
---|
| 511 | # fast build rule for target.
|
---|
| 512 | Pythia8Dict/fast:
|
---|
| 513 | $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/Pythia8Dict.dir/build.make modules/CMakeFiles/Pythia8Dict.dir/build
|
---|
| 514 | .PHONY : Pythia8Dict/fast
|
---|
| 515 |
|
---|
| 516 | #=============================================================================
|
---|
| 517 | # Target rules for targets named ModulesDict
|
---|
| 518 |
|
---|
| 519 | # Build rule for target.
|
---|
| 520 | ModulesDict: cmake_check_build_system
|
---|
| 521 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ModulesDict
|
---|
| 522 | .PHONY : ModulesDict
|
---|
| 523 |
|
---|
| 524 | # fast build rule for target.
|
---|
| 525 | ModulesDict/fast:
|
---|
| 526 | $(MAKE) $(MAKESILENT) -f modules/CMakeFiles/ModulesDict.dir/build.make modules/CMakeFiles/ModulesDict.dir/build
|
---|
| 527 | .PHONY : ModulesDict/fast
|
---|
| 528 |
|
---|
| 529 | #=============================================================================
|
---|
| 530 | # Target rules for targets named DelphesHepMC3
|
---|
| 531 |
|
---|
| 532 | # Build rule for target.
|
---|
| 533 | DelphesHepMC3: cmake_check_build_system
|
---|
| 534 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesHepMC3
|
---|
| 535 | .PHONY : DelphesHepMC3
|
---|
| 536 |
|
---|
| 537 | # fast build rule for target.
|
---|
| 538 | DelphesHepMC3/fast:
|
---|
| 539 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesHepMC3.dir/build.make readers/CMakeFiles/DelphesHepMC3.dir/build
|
---|
| 540 | .PHONY : DelphesHepMC3/fast
|
---|
| 541 |
|
---|
| 542 | #=============================================================================
|
---|
| 543 | # Target rules for targets named DelphesHepMC2
|
---|
| 544 |
|
---|
| 545 | # Build rule for target.
|
---|
| 546 | DelphesHepMC2: cmake_check_build_system
|
---|
| 547 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesHepMC2
|
---|
| 548 | .PHONY : DelphesHepMC2
|
---|
| 549 |
|
---|
| 550 | # fast build rule for target.
|
---|
| 551 | DelphesHepMC2/fast:
|
---|
| 552 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesHepMC2.dir/build.make readers/CMakeFiles/DelphesHepMC2.dir/build
|
---|
| 553 | .PHONY : DelphesHepMC2/fast
|
---|
| 554 |
|
---|
| 555 | #=============================================================================
|
---|
| 556 | # Target rules for targets named DelphesPythia8
|
---|
| 557 |
|
---|
| 558 | # Build rule for target.
|
---|
| 559 | DelphesPythia8: cmake_check_build_system
|
---|
| 560 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesPythia8
|
---|
| 561 | .PHONY : DelphesPythia8
|
---|
| 562 |
|
---|
| 563 | # fast build rule for target.
|
---|
| 564 | DelphesPythia8/fast:
|
---|
| 565 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesPythia8.dir/build.make readers/CMakeFiles/DelphesPythia8.dir/build
|
---|
| 566 | .PHONY : DelphesPythia8/fast
|
---|
| 567 |
|
---|
| 568 | #=============================================================================
|
---|
| 569 | # Target rules for targets named DelphesLHEF
|
---|
| 570 |
|
---|
| 571 | # Build rule for target.
|
---|
| 572 | DelphesLHEF: cmake_check_build_system
|
---|
| 573 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesLHEF
|
---|
| 574 | .PHONY : DelphesLHEF
|
---|
| 575 |
|
---|
| 576 | # fast build rule for target.
|
---|
| 577 | DelphesLHEF/fast:
|
---|
| 578 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesLHEF.dir/build.make readers/CMakeFiles/DelphesLHEF.dir/build
|
---|
| 579 | .PHONY : DelphesLHEF/fast
|
---|
| 580 |
|
---|
| 581 | #=============================================================================
|
---|
| 582 | # Target rules for targets named DelphesROOT
|
---|
| 583 |
|
---|
| 584 | # Build rule for target.
|
---|
| 585 | DelphesROOT: cmake_check_build_system
|
---|
| 586 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesROOT
|
---|
| 587 | .PHONY : DelphesROOT
|
---|
| 588 |
|
---|
| 589 | # fast build rule for target.
|
---|
| 590 | DelphesROOT/fast:
|
---|
| 591 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesROOT.dir/build.make readers/CMakeFiles/DelphesROOT.dir/build
|
---|
| 592 | .PHONY : DelphesROOT/fast
|
---|
| 593 |
|
---|
| 594 | #=============================================================================
|
---|
| 595 | # Target rules for targets named DelphesSTDHEP
|
---|
| 596 |
|
---|
| 597 | # Build rule for target.
|
---|
| 598 | DelphesSTDHEP: cmake_check_build_system
|
---|
| 599 | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 DelphesSTDHEP
|
---|
| 600 | .PHONY : DelphesSTDHEP
|
---|
| 601 |
|
---|
| 602 | # fast build rule for target.
|
---|
| 603 | DelphesSTDHEP/fast:
|
---|
| 604 | $(MAKE) $(MAKESILENT) -f readers/CMakeFiles/DelphesSTDHEP.dir/build.make readers/CMakeFiles/DelphesSTDHEP.dir/build
|
---|
| 605 | .PHONY : DelphesSTDHEP/fast
|
---|
| 606 |
|
---|
| 607 | # Help Target
|
---|
| 608 | help:
|
---|
| 609 | @echo "The following are some of the valid targets for this Makefile:"
|
---|
| 610 | @echo "... all (the default if no target is provided)"
|
---|
| 611 | @echo "... clean"
|
---|
| 612 | @echo "... depend"
|
---|
| 613 | @echo "... edit_cache"
|
---|
| 614 | @echo "... install"
|
---|
| 615 | @echo "... install/local"
|
---|
| 616 | @echo "... install/strip"
|
---|
| 617 | @echo "... list_install_components"
|
---|
| 618 | @echo "... rebuild_cache"
|
---|
| 619 | @echo "... ClassesDict"
|
---|
| 620 | @echo "... DisplayDict"
|
---|
| 621 | @echo "... ExRootAnalysisDict"
|
---|
| 622 | @echo "... FastJetDict"
|
---|
| 623 | @echo "... G__HepMC3rootIO"
|
---|
| 624 | @echo "... ModulesDict"
|
---|
| 625 | @echo "... Pythia8Dict"
|
---|
| 626 | @echo "... CaloGrid"
|
---|
| 627 | @echo "... Delphes"
|
---|
| 628 | @echo "... DelphesDisplay"
|
---|
| 629 | @echo "... DelphesHepMC2"
|
---|
| 630 | @echo "... DelphesHepMC3"
|
---|
| 631 | @echo "... DelphesLHEF"
|
---|
| 632 | @echo "... DelphesPythia8"
|
---|
| 633 | @echo "... DelphesROOT"
|
---|
| 634 | @echo "... DelphesSTDHEP"
|
---|
| 635 | @echo "... ExRootAnalysis"
|
---|
| 636 | @echo "... Example1"
|
---|
| 637 | @echo "... Hector"
|
---|
| 638 | @echo "... HepMC3"
|
---|
| 639 | @echo "... PUPPI"
|
---|
| 640 | @echo "... TrackCovariance"
|
---|
| 641 | @echo "... classes"
|
---|
| 642 | @echo "... display"
|
---|
| 643 | @echo "... fastjet"
|
---|
| 644 | @echo "... hepmc2pileup"
|
---|
| 645 | @echo "... lhco2root"
|
---|
| 646 | @echo "... modules"
|
---|
| 647 | @echo "... pileup2root"
|
---|
| 648 | @echo "... root2lhco"
|
---|
| 649 | @echo "... root2pileup"
|
---|
| 650 | @echo "... stdhep2pileup"
|
---|
| 651 | @echo "... tcl"
|
---|
| 652 | .PHONY : help
|
---|
| 653 |
|
---|
| 654 |
|
---|
| 655 |
|
---|
| 656 | #=============================================================================
|
---|
| 657 | # Special targets to cleanup operation of make.
|
---|
| 658 |
|
---|
| 659 | # Special rule to run CMake to check the build system integrity.
|
---|
| 660 | # No rule that depends on this can have commands that come from listfiles
|
---|
| 661 | # because they might be regenerated.
|
---|
| 662 | cmake_check_build_system:
|
---|
| 663 | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
---|
| 664 | .PHONY : cmake_check_build_system
|
---|
[d7d2da3] | 665 |
|
---|