~ubuntu-branches/ubuntu/oneiric/gnat-gps/oneiric

« back to all changes in this revision

Viewing changes to gnatlib/src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-18 12:35:49 UTC
  • mfrom: (10.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080818123549-dp25qi8lg9f0x14t
Tags: 4.3~2008.08.09ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include ../Makefile.conf
 
2
 
 
3
.PHONY: all clean examples tests valgrind
 
4
 
 
5
all:
 
6
        gnatmake -q -u -Pgnatlib_src
 
7
 
 
8
clean:
 
9
        gnatclean -r -q -Pgnatlib_src
 
10
 
 
11
examples:
 
12
 
 
13
tests:
 
14
 
 
15
valgrind: