1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/pccts/files/patch-ah
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
462 B
Plaintext

*** testcpp/5/makefile Sat Sep 23 22:59:24 1995
--- /home/andy/tmp/wrk/testcpp/5/makefile Tue Jun 24 05:52:25 1997
***************
*** 16,23 ****
ERR = err
HDR_FILE =
SCAN = Lexer
! PCCTS = ../..
! ANTLR_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg
--- 16,23 ----
ERR = err
HDR_FILE =
SCAN = Lexer
! PCCTS = /usr/local
! ANTLR_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg