16 lines
114 B
Makefile
16 lines
114 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=hbpp.c
|
|
|
|
LIBS=\
|
|
pp \
|
|
common \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|