/yolk.gpr

http://github.com/ThomasLocke/yolk · Unknown · 33 lines · 29 code · 4 blank · 0 comment · 0 complexity · 4c44ecf9969f9e32f3489717e1cc153e MD5 · raw file

  1. -------------------------------------------------------------------------------
  2. -- --
  3. -- Yolk --
  4. -- --
  5. -- Yolk Project File --
  6. -- --
  7. -- Copyright (C) 2010-2012, Thomas ¸cke --
  8. -- --
  9. -- This library is free software; you can redistribute it and/or modify --
  10. -- it under terms of the GNU General Public License as published by the --
  11. -- Free Software Foundation; either version 3, or (at your option) any --
  12. -- later version. This library is distributed in the hope that it will be --
  13. -- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of --
  14. -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --
  15. -- You should have received a copy of the GNU General Public License and --
  16. -- a copy of the GCC Runtime Library Exception along with this program; --
  17. -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
  18. -- <http://www.gnu.org/licenses/>. --
  19. -- --
  20. -------------------------------------------------------------------------------
  21. with "aws";
  22. with "florist";
  23. with "gnatcoll";
  24. project Yolk is
  25. for Source_Dirs use ("../../include/yolk");
  26. for Externally_Built use "True";
  27. for Library_Dir use "../../yolk";
  28. for Library_Name use "yolk";
  29. end Yolk;