freebsd-ports/devel/pccts/files/patch-am
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
468 B
Plaintext

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