Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. # This is the build file for project "static in static lib"
  2. # It is autogenerated by the Meson build system.
  3. # Do not edit by hand.
  4.  
  5. ninja_required_version = 1.5.1
  6.  
  7. # Rules for compiling.
  8.  
  9. rule llvm_ir_COMPILER
  10. command = cc $ARGS -o $out -c $in
  11. description = Compiling LLVM IR object $in.
  12.  
  13. rule c_COMPILER
  14. command = cc $ARGS -MMD -MQ $out -MF '$DEPFILE' -o $out -c $in
  15. deps = gcc
  16. depfile = $DEPFILE
  17. description = Compiling C object $out.
  18.  
  19. rule c_PCH
  20. command = cc $ARGS -MMD -MQ $out -MF '$DEPFILE' -o $out -c $in
  21. deps = gcc
  22. depfile = $DEPFILE
  23. description = Precompiling header $in.
  24.  
  25.  
  26. # Rules for linking.
  27.  
  28. rule STATIC_LINKER
  29. command = rm -f $out && ar $LINK_ARGS $out $in
  30. description = Linking static target $out.
  31.  
  32. rule c_LINKER
  33. command = cc $ARGS -o $out $in $LINK_ARGS $aliasing
  34. description = Linking target $out.
  35.  
  36.  
  37. rule SHSYM
  38. command = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal symbolextractor $in $out $CROSS
  39. restat = 1
  40. description = Generating symbol file $out.
  41.  
  42. # Other rules
  43.  
  44. rule CUSTOM_COMMAND
  45. command = $COMMAND
  46. description = $DESC
  47. restat = 1
  48.  
  49. rule CUSTOM_COMMAND_DEP
  50. command = $COMMAND
  51. description = $DESC
  52. deps = gcc
  53. depfile = $DEPFILE
  54. restat = 1
  55.  
  56. rule REGENERATE_BUILD
  57. command = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal regenerate '/Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static' /private/tmp/__build__ --backend ninja
  58. description = Regenerating build files.
  59. generator = 1
  60.  
  61.  
  62. # Phony build target, always out of date
  63. build PHONY: phony
  64.  
  65. # Build rules for targets
  66.  
  67. build libdir/lib0/lib0@sta/iam.c.o: c_COMPILER ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib0/iam.c
  68. DEPFILE = libdir/lib0/lib0@sta/iam.c.o.d
  69. ARGS = -Ilibdir/lib0/lib0@sta -Ilibdir/lib0 '-I../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib0' -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -O0 -g
  70.  
  71. build libdir/lib0/liblib0.a: STATIC_LINKER libdir/lib0/lib0@sta/iam.c.o
  72. LINK_ARGS = csr
  73.  
  74. build libdir/lib1/lib1@sta/thebest.c.o: c_COMPILER ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib1/thebest.c
  75. DEPFILE = libdir/lib1/lib1@sta/thebest.c.o.d
  76. ARGS = -Ilibdir/lib1/lib1@sta -Ilibdir/lib1 '-I../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib1' -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -O0 -g
  77.  
  78. build libdir/lib1/liblib1.a: STATIC_LINKER libdir/lib1/lib1@sta/thebest.c.o
  79. LINK_ARGS = csr
  80.  
  81. build libdir/libego.a: STATIC_LINKER
  82. LINK_ARGS = csr
  83.  
  84. build mainprog@exe/main.c.o: c_COMPILER ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/main.c
  85. DEPFILE = mainprog@exe/main.c.o.d
  86. ARGS = -Imainprog@exe -I. '-I../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static' -Ilibdir '-I../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir' -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -O0 -g
  87.  
  88. build mainprog: c_LINKER mainprog@exe/main.c.o | libdir/lib1/liblib1.a libdir/libego.a libdir/lib0/liblib0.a
  89. LINK_ARGS = libdir/libego.a libdir/lib0/liblib0.a libdir/lib1/liblib1.a
  90.  
  91. # Test rules
  92.  
  93. build meson-test: CUSTOM_COMMAND all PHONY
  94. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py test --no-rebuild --print-errorlogs
  95. DESC = Running$ all$ tests.
  96. pool = console
  97.  
  98. build test: phony meson-test
  99.  
  100. build meson-benchmark: CUSTOM_COMMAND all PHONY
  101. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py test --benchmark --logbase benchmarklog --num-processes=1 --no-rebuild
  102. DESC = Running$ benchmark$ suite.
  103. pool = console
  104.  
  105. build benchmark: phony meson-benchmark
  106.  
  107. # Install rules
  108.  
  109. build meson-install: CUSTOM_COMMAND PHONY | all
  110. DESC = Installing$ files.
  111. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal install /private/tmp/__build__/meson-private/install.dat
  112. pool = console
  113.  
  114. build install: phony meson-install
  115.  
  116. build meson-dist: CUSTOM_COMMAND PHONY
  117. DESC = Creating$ source$ packages
  118. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal dist '/Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static' /private/tmp/__build__ /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py
  119. pool = console
  120.  
  121. build dist: phony meson-dist
  122.  
  123. # Suffix
  124.  
  125. build meson-scan-build: CUSTOM_COMMAND PHONY
  126. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal scanbuild '/Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static' /private/tmp/__build__ /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py
  127. pool = console
  128.  
  129. build scan-build: phony meson-scan-build
  130.  
  131. build meson-uninstall: CUSTOM_COMMAND PHONY
  132. COMMAND = /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 /Users/havard/Code/pexnote/pexnote/external/meson/meson.py --internal uninstall
  133. pool = console
  134.  
  135. build uninstall: phony meson-uninstall
  136.  
  137. build all: phony libdir/lib0/liblib0.a libdir/lib1/liblib1.a libdir/libego.a mainprog
  138.  
  139. default all
  140.  
  141. build clean: phony meson-clean
  142.  
  143. build meson-clean: CUSTOM_COMMAND PHONY
  144. COMMAND = ninja -t clean
  145. description = Cleaning.
  146.  
  147. build build.ninja: REGENERATE_BUILD ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib0/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib1/meson.build meson-private/coredata.dat
  148. pool = console
  149.  
  150. build reconfigure: REGENERATE_BUILD PHONY
  151. pool = console
  152.  
  153. build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib0/meson.build ../../../Users/havard/Code/pexnote/pexnote/external/meson/test$ cases/unit/17$ static$ in$ static/libdir/lib1/meson.build meson-private/coredata.dat: phony
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement