Project.ede 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ;; Object ProjectEuler_C
  2. ;; EDE Project Files are auto generated: Do Not Edit
  3. (ede-proj-project "ProjectEuler_C"
  4. :file "Project.ede"
  5. :name "ProjectEuler_C"
  6. :targets
  7. (list
  8. (ede-proj-target-makefile-program "0001"
  9. :object-name "0001"
  10. :name "0001"
  11. :path ""
  12. :source '("0001.c")
  13. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  14. (ede-proj-target-makefile-program "0002"
  15. :object-name "0002"
  16. :name "0002"
  17. :path ""
  18. :source '("0002.c")
  19. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  20. (ede-proj-target-makefile-program "0003"
  21. :object-name "0003"
  22. :name "0003"
  23. :path ""
  24. :source '("0003.c")
  25. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  26. (ede-proj-target-makefile-program "0004"
  27. :object-name "0004"
  28. :name "0004"
  29. :path ""
  30. :source '("0004.c")
  31. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  32. (ede-proj-target-makefile-program "0005"
  33. :object-name "0005"
  34. :name "0005"
  35. :path ""
  36. :source '("0005.c")
  37. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  38. (ede-proj-target-makefile-program "0006"
  39. :object-name "0006"
  40. :name "0006"
  41. :path ""
  42. :source '("0006.c")
  43. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  44. (ede-proj-target-makefile-program "0007"
  45. :object-name "0007"
  46. :name "0007"
  47. :path ""
  48. :source '("0007.c")
  49. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  50. (ede-proj-target-makefile-program "0008"
  51. :object-name "0008"
  52. :name "0008"
  53. :path ""
  54. :source '("0008.c")
  55. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  56. (ede-proj-target-makefile-program "0009"
  57. :object-name "0009"
  58. :name "0009"
  59. :path ""
  60. :source '("0009.c")
  61. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
  62. (ede-proj-target-makefile-program "0010"
  63. :object-name "0010"
  64. :name "0010"
  65. :path ""
  66. :source '("0010.c")
  67. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g"))))
  68. :configurations '("debug" "release")
  69. :object-name "ProjectEuler_C"
  70. :makefile-type Makefile
  71. :variables '(("CFLAGS" . "-std=c89 -m64 -Og -ggdb -pedantic -Wall -Wextra -Wshadow -Wcast-align -Wunused -Wconversion -Wmisleading-indentation -Wdouble-promotion -Wformat=2 -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Werror $(shell pkg-config --libs ${LIBS}) -I ./ -fsanitize=address"))
  72. :configuration-variables nil
  73. :metasubproject t)