22 lines
256 B
Makefile
22 lines
256 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
hbpp.c \
|
|
hbppint.c \
|
|
table.c \
|
|
|
|
LIB=hbpp
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
|
|
#
|
|
# This is for building the stand-alone preprocessor.
|
|
#
|
|
#C_MAIN=hbppmain.c
|
|
#
|
|
#include $(TOP)$(ROOT)config/bin.cf
|
|
#
|