mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
468 B
Plaintext
22 lines
468 B
Plaintext
|
*** testcpp/3/makefile Sat Sep 23 22:54:45 1995
|
||
|
--- /home/andy/tmp/wrk/testcpp/3/makefile Tue Jun 24 05:51:21 1997
|
||
|
***************
|
||
|
*** 17,24 ****
|
||
|
ERR = err
|
||
|
HDR_FILE =
|
||
|
SCAN = DLGLexer
|
||
|
! PCCTS = ../..
|
||
|
! ANTLR_H = $(PCCTS)/h
|
||
|
BIN = $(PCCTS)/bin
|
||
|
ANTLR = $(BIN)/antlr
|
||
|
DLG = $(BIN)/dlg
|
||
|
--- 17,24 ----
|
||
|
ERR = err
|
||
|
HDR_FILE =
|
||
|
SCAN = DLGLexer
|
||
|
! PCCTS = /usr/local
|
||
|
! ANTLR_H = $(PCCTS)/include/pccts
|
||
|
BIN = $(PCCTS)/bin
|
||
|
ANTLR = $(BIN)/antlr
|
||
|
DLG = $(BIN)/dlg
|