~ubuntu-branches/ubuntu/karmic/asis/karmic

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Quinot
  • Date: 2002-03-03 19:55:58 UTC
  • Revision ID: james.westby@ubuntu.com-20020303195558-g7dp4vaq1zdkf814
Tags: upstream-3.14p
ImportĀ upstreamĀ versionĀ 3.14p

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include Makefile.stub
 
2
 
 
3
all: install ds gnatstub gnatelim
 
4
 
 
5
install:
 
6
        $(MAKE) -e -C obj install
 
7
 
 
8
ds:
 
9
        $(MAKE) -e -C examples/ds
 
10
 
 
11
gnatstub:
 
12
        $(MAKE) -e -C tools/gnatstub
 
13
 
 
14
gnatelim:
 
15
        $(MAKE) -e -C tools/gnatelim
 
16
 
 
17
clean:
 
18
        $(MAKE) -e -C obj clean
 
19
        $(MAKE) -e -C examples/ds clean
 
20
        $(MAKE) -e -C tools/gnatstub clean
 
21
        $(MAKE) -e -C tools/asistant clean
 
22
        $(MAKE) -e -C tools/gnatelim clean
 
 
b'\\ No newline at end of file'