19 lines
166 B
Makefile
19 lines
166 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
hbppcore.c \
|
|
hbppcomp.c \
|
|
hbpptbl.c \
|
|
pragma.c \
|
|
|
|
C_MAIN=hbpp.c
|
|
|
|
LIBS=\
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|