/src/wrappers/gtk/examples/benchmarks/property_benchmark.ace
http://github.com/tybor/Liberty · Unknown · 44 lines · 33 code · 11 blank · 0 comment · 0 complexity · c3e788927e14de41146520f092afbf69 MD5 · raw file
- system "property_benchmark"
- root PROPERTY_BENCHMARK: make
- default -- section of the system
- assertion (boost);
- -- Choose the appropriate value: boost, no, require, ensure, invariant, loop, check, all.
- assertion_flat_check (no);
- debug (no);
- trace (no);
- collect (yes);
- no_style_warning (no);
- no_warning (no);
- verbose (no);
- manifest_string_trace (no);
- high_memory_compiler (no);
- profile (no);
- relax (no);
- cluster -- section
- gdk: "${eiffel_libraries}/eiffel-gdk/loadpath.se"
- gtk: "${eiffel_libraries}/eiffel-gtk/loadpath.se"
- glib: "${eiffel_libraries}/eiffel-glib/loadpath.se"
- gobject: "${eiffel_libraries}/eiffel-gobject/loadpath.se"
- pando: "${eiffel_libraries}/eiffel-pango/loadpath.se"
- gtk_demo: "."
- -- SmartEiffel's standard library.
- standard: "${path_lib}/loadpath.se"
- external -- section for elements written in another language
- generate -- section
- no_strip(no);
- no_split(no);
- clean(no);
- c_compiler_options : "$(pkg-config --cflags gtk+-2.0)"
- linker_options : "$(pkg-config --libs gtk+-2.0)"
- end