Project.ede 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. :configurations '("debug" "release")
  45. :object-name "ProjectEuler_C"
  46. :makefile-type Makefile
  47. :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 src/external -fsanitize=address"))
  48. :configuration-variables nil
  49. :metasubproject t)