~ubuntu-branches/ubuntu/breezy/antlr/breezy

« back to all changes in this revision

Viewing changes to antlr/actions/cpp/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-06-29 16:11:22 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050629161122-g81crc3z92p5xhsg
Tags: 2.7.5-6ubuntu4
Build depend on java-gcj-compat-dev, depend on java-gcj-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
G_FILES=action.g
2
 
 
3
 
# What's generated from G_TARGET
4
 
action_g_FILES := \
5
 
        ActionLexer.java \
6
 
        ActionLexerTokenTypes.java \
7
 
        ActionLexerTokenTypes.txt
8
 
 
9
 
ifndef TOPDIR
10
 
        TOPDIR  = $(shell pwd)/../../..
11
 
endif
12
 
 
13
 
# Leave these above any other rules...
14
 
include $(TOPDIR)/scripts/Config.make
15
 
include $(TOPDIR)/scripts/Rules.make
16
 
 
17
 
# Check out all the generated stuff here..
18
 
p4_genfiles: ;
19
 
        p4 edit $(action_g_FILES)