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

« back to all changes in this revision

Viewing changes to tools/gnatelim/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
# Compile this tool statically so that it can be distributed easily with
 
3
# GNAT
 
4
default:
 
5
        gnatmake $(GNATMAKE_FLAGS) -I$(INSTALL_DIR)/asis $(CFLAGS) \
 
6
                 gnatelim-driver -o gnatelim \
 
7
                 -cargs $(ADA_FLAGS_FOR_TOOLS) -bargs -static -largs -lasis
 
8
clean:
 
9
        $(RM) *$(objext)
 
10
        $(RM) *.ali
 
11
        $(RM) b_*.c
 
12
        $(RM) gnatelim$(exe_ext)
 
 
b'\\ No newline at end of file'