| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- ;; Object ProjectEuler_C
- ;; EDE Project Files are auto generated: Do Not Edit
- (ede-proj-project "ProjectEuler_C"
- :file "Project.ede"
- :name "ProjectEuler_C"
- :targets
- (list
- (ede-proj-target-makefile-program "0001"
- :object-name "0001"
- :name "0001"
- :path ""
- :source '("0001.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0002"
- :object-name "0002"
- :name "0002"
- :path ""
- :source '("0002.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0003"
- :object-name "0003"
- :name "0003"
- :path ""
- :source '("0003.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0004"
- :object-name "0004"
- :name "0004"
- :path ""
- :source '("0004.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0005"
- :object-name "0005"
- :name "0005"
- :path ""
- :source '("0005.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0006"
- :object-name "0006"
- :name "0006"
- :path ""
- :source '("0006.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0007"
- :object-name "0007"
- :name "0007"
- :path ""
- :source '("0007.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0008"
- :object-name "0008"
- :name "0008"
- :path ""
- :source '("0008.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0009"
- :object-name "0009"
- :name "0009"
- :path ""
- :source '("0009.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g")))
- (ede-proj-target-makefile-program "0010"
- :object-name "0010"
- :name "0010"
- :path ""
- :source '("0010.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g"))))
- :configurations '("debug" "release")
- :object-name "ProjectEuler_C"
- :makefile-type Makefile
- :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"))
- :configuration-variables nil
- :metasubproject t)
|