~ubuntu-branches/ubuntu/lucid/9base/lucid

« back to all changes in this revision

Viewing changes to awk/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-01-25 15:33:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060125153300-6hh4p9wx8iqqply5
Tags: upstream-2
ImportĀ upstreamĀ versionĀ 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# awk - awk unix port from plan9
 
2
# Depends on ../lib9
 
3
 
 
4
TARG      = awk
 
5
OFILES    = re.o lex.o main.o parse.o proctab.o tran.o lib.o run.o y.tab.o
 
6
YFILES    = awkgram.y
 
7
MANFILES  = awk.1
 
8
 
 
9
include ../yacc.mk