/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

  1. system "property_benchmark"
  2. root PROPERTY_BENCHMARK: make
  3. default -- section of the system
  4. assertion (boost);
  5. -- Choose the appropriate value: boost, no, require, ensure, invariant, loop, check, all.
  6. assertion_flat_check (no);
  7. debug (no);
  8. trace (no);
  9. collect (yes);
  10. no_style_warning (no);
  11. no_warning (no);
  12. verbose (no);
  13. manifest_string_trace (no);
  14. high_memory_compiler (no);
  15. profile (no);
  16. relax (no);
  17. cluster -- section
  18. gdk: "${eiffel_libraries}/eiffel-gdk/loadpath.se"
  19. gtk: "${eiffel_libraries}/eiffel-gtk/loadpath.se"
  20. glib: "${eiffel_libraries}/eiffel-glib/loadpath.se"
  21. gobject: "${eiffel_libraries}/eiffel-gobject/loadpath.se"
  22. pando: "${eiffel_libraries}/eiffel-pango/loadpath.se"
  23. gtk_demo: "."
  24. -- SmartEiffel's standard library.
  25. standard: "${path_lib}/loadpath.se"
  26. external -- section for elements written in another language
  27. generate -- section
  28. no_strip(no);
  29. no_split(no);
  30. clean(no);
  31. c_compiler_options : "$(pkg-config --cflags gtk+-2.0)"
  32. linker_options : "$(pkg-config --libs gtk+-2.0)"
  33. end