mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
|
*** testcpp/10/makefile Sun Sep 24 00:01:13 1995
|
||
|
--- /home/andy/tmp/wrk/testcpp/10/makefile Tue Jun 24 05:56:24 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
|