- harbour/utils/hbpp/hbpptable.c
+ harbour/utils/hbpp/hbpptbl.c
* harbour/utils/hbpp/Makefile
* harbour/common.mak
* Renamed hbpptable.c->hbpptbl.c to follow 8.3 naming convention
19 lines
164 B
Makefile
19 lines
164 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
hbppcore.c \
|
|
hbppcomp.c \
|
|
hbpptbl.c \
|
|
pragma.c \
|
|
|
|
C_MAIN=hbpp.c
|
|
|
|
LIBS=\
|
|
common \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|