/src/wrappers/gtk/examples/paned/paned_example.ace

http://github.com/tybor/Liberty · Unknown · 43 lines · 32 code · 11 blank · 0 comment · 0 complexity · 3bca7b706f621c57896afd1e15ddc520 MD5 · raw file

  1. system "paned_example"
  2. root PANED_EXAMPLE: make
  3. default -- section of the system
  4. assertion (all);
  5. -- Choose the appropriate value: boost, no, require, ensure, invariant, loop, check, all.
  6. assertion_flat_check (no);
  7. debug (yes);
  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. assistant_demo: "."
  24. standard: "${path_lib}/loadpath.se"
  25. external -- section for elements written in another language
  26. generate -- section
  27. no_strip(no);
  28. no_split(no);
  29. clean(no);
  30. c_compiler_options : "$(pkg-config --cflags gtk+-2.0)"
  31. linker_options : "$(pkg-config --libs gtk+-2.0)"
  32. end