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

« back to all changes in this revision

Viewing changes to examples/ds/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
default:
 
3
        gnatmake $(GNATMAKE_FLAGS) -I$(INSTALL_DIR)/asis $(CFLAGS) \
 
4
                 display_source -o ds \
 
5
                 -cargs $(ADA_FLAGS_FOR_TOOLS) -largs -lasis
 
6
clean:
 
7
        $(RM) *$(objext)
 
8
        $(RM) *.ali
 
9
        $(RM) b_*.c
 
10
        $(RM) ds$(exe_ext)
 
 
b'\\ No newline at end of file'