~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to debian/gtkada2.gpr

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
--     for Object_Dir use "obj";
7
7
--     for Exec_Dir use ".";
8
8
--     for Main use ("example");
9
9
--  end Example;
10
10
 
11
11
project GtkAda2 is
 
12
   for Library_Name use "gtkada2";
 
13
   for Library_Kind use "dynamic";
 
14
   for Library_Dir use "/usr/lib";
12
15
   for Source_Dirs use ("/usr/share/ada/adainclude/gtkada2");
13
 
   for Object_Dir use "/usr/lib/ada/adalib/gtkada2";
14
 
   Ada_Switches := "-lgtkada2";
15
 
   Linker_Switches := Ada_Switches; -- better name for use in other projects
16
 
   package Linker is
17
 
      for Default_Switches ("Ada") use (Linker_Switches);
18
 
   end Linker;
 
16
   for Library_ALI_Dir use "/usr/lib/ada/adalib/gtkada2";
 
17
   for Externally_Built use "true";
19
18
end GtkAda2;