Advertisement
Guest User

Untitled

a guest
Apr 13th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. max@[~/Desktop/inf/WME]$ make --trace
  2. Makefile:61: update target '.o/src/args.o' due to: src/args.cpp .d/src/args.d
  3. clang++ -MT .o/src/args.o -MD -MP -MF .d/src/args.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/args.o src/args.cpp
  4. mv -f .d/src/args.Td .d/src/args.d
  5. Makefile:61: update target '.o/src/button.o' due to: src/button.cpp .d/src/button.d
  6. clang++ -MT .o/src/button.o -MD -MP -MF .d/src/button.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/button.o src/button.cpp
  7. mv -f .d/src/button.Td .d/src/button.d
  8. Makefile:61: update target '.o/src/config.o' due to: src/config.cpp .d/src/config.d
  9. clang++ -MT .o/src/config.o -MD -MP -MF .d/src/config.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/config.o src/config.cpp
  10. mv -f .d/src/config.Td .d/src/config.d
  11. Makefile:61: update target '.o/src/global.o' due to: src/global.cpp .d/src/global.d
  12. clang++ -MT .o/src/global.o -MD -MP -MF .d/src/global.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/global.o src/global.cpp
  13. mv -f .d/src/global.Td .d/src/global.d
  14. Makefile:61: update target '.o/src/graphics.o' due to: src/graphics.cpp .d/src/graphics.d
  15. clang++ -MT .o/src/graphics.o -MD -MP -MF .d/src/graphics.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/graphics.o src/graphics.cpp
  16. mv -f .d/src/graphics.Td .d/src/graphics.d
  17. Makefile:61: update target '.o/src/grid.o' due to: src/grid.cpp .d/src/grid.d
  18. clang++ -MT .o/src/grid.o -MD -MP -MF .d/src/grid.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/grid.o src/grid.cpp
  19. mv -f .d/src/grid.Td .d/src/grid.d
  20. Makefile:61: update target '.o/src/main.o' due to: src/main.cpp .d/src/main.d
  21. clang++ -MT .o/src/main.o -MD -MP -MF .d/src/main.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/main.o src/main.cpp
  22. mv -f .d/src/main.Td .d/src/main.d
  23. Makefile:61: update target '.o/src/other.o' due to: src/other.cpp .d/src/other.d
  24. clang++ -MT .o/src/other.o -MD -MP -MF .d/src/other.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/other.o src/other.cpp
  25. mv -f .d/src/other.Td .d/src/other.d
  26. Makefile:61: update target '.o/src/text.o' due to: src/text.cpp .d/src/text.d
  27. clang++ -MT .o/src/text.o -MD -MP -MF .d/src/text.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/text.o src/text.cpp
  28. mv -f .d/src/text.Td .d/src/text.d
  29. Makefile:61: update target '.o/src/version.o' due to: src/version.cpp .d/src/version.d
  30. clang++ -MT .o/src/version.o -MD -MP -MF .d/src/version.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/version.o src/version.cpp
  31. mv -f .d/src/version.Td .d/src/version.d
  32. Makefile:61: update target '.o/src/workwindow.o' due to: src/workwindow.cpp .d/src/workwindow.d
  33. clang++ -MT .o/src/workwindow.o -MD -MP -MF .d/src/workwindow.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/workwindow.o src/workwindow.cpp
  34. mv -f .d/src/workwindow.Td .d/src/workwindow.d
  35. Makefile:51: update target 'WME' due to: .o/src/args.o .o/src/button.o .o/src/config.o .o/src/global.o .o/src/graphics.o .o/src/grid.o .o/src/main.o .o/src/other.o .o/src/text.o .o/src/version.o .o/src/workwindow.o
  36. clang++ -L./ -lwmt -lm -lSDL2 -lSDL2_ttf -lconfig -o WME .o/src/args.o .o/src/button.o .o/src/config.o .o/src/global.o .o/src/graphics.o .o/src/grid.o .o/src/main.o .o/src/other.o .o/src/text.o .o/src/version.o .o/src/workwindow.o
  37. max@[~/Desktop/inf/WME]$ make --trace
  38. Makefile:61: update target '.o/src/config.o' due to: .d/src/config.d
  39. clang++ -MT .o/src/config.o -MD -MP -MF .d/src/config.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/config.o src/config.cpp
  40. mv -f .d/src/config.Td .d/src/config.d
  41. Makefile:61: update target '.o/src/grid.o' due to: .d/src/grid.d
  42. clang++ -MT .o/src/grid.o -MD -MP -MF .d/src/grid.Td -std=c++11 -g -O3 -Wall -Wextra -pedantic -I./lib/ -D_NOLOGBUILD -Wno-unused-parameter -c -o .o/src/grid.o src/grid.cpp
  43. mv -f .d/src/grid.Td .d/src/grid.d
  44. Makefile:51: update target 'WME' due to: .o/src/config.o .o/src/grid.o
  45. clang++ -L./ -lwmt -lm -lSDL2 -lSDL2_ttf -lconfig -o WME .o/src/args.o .o/src/button.o .o/src/config.o .o/src/global.o .o/src/graphics.o .o/src/grid.o .o/src/main.o .o/src/other.o .o/src/text.o .o/src/version.o .o/src/workwindow.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement