freebsd-ports/devel/pccts/files/patch-ai
Thomas Gellekum 4a2a5b1f56 Import a port of The Purdue Compiler Construction Tool Set.
PR:		3950
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-01 07:48:26 +00:00

22 lines
452 B
Plaintext

*** testcpp/6/makefile Tue Oct 3 23:31:24 1995
--- /home/andy/tmp/wrk/testcpp/6/makefile Tue Jun 24 05:53:19 1997
***************
*** 14,21 ****
ERR = A/err
HDR_FILE =
SCAN = A/ALexer
! PCCTS = ../..
! A_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
A = $(BIN)/antlr
D = $(BIN)/dlg
--- 14,21 ----
ERR = A/err
HDR_FILE =
SCAN = A/ALexer
! PCCTS = /usr/local
! A_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
A = $(BIN)/antlr
D = $(BIN)/dlg