* doc/whatsnew.txt
* Minor corrections.
* contrib/hbclipsm/Makefile
* contrib/hbclipsm/common.mak
* contrib/hbclipsm/num.c
+ contrib/hbclipsm/numfloor.c
+ contrib/hbclipsm/numceil.c
* Moved CEILING() and FLOOR() to separate source files
to lessen the impact with colliding function names in
hbct.lib.
31 lines
353 B
Makefile
31 lines
353 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
date.c \
|
|
environ.c \
|
|
gauge.c \
|
|
num.c \
|
|
numceil.c \
|
|
numfloor.c \
|
|
stack.c \
|
|
status.c \
|
|
time.c \
|
|
|
|
PRG_SOURCES=\
|
|
|
|
PRG_HEADERS=\
|
|
time87.ch \
|
|
|
|
LIBNAME=hbclipsm
|
|
|
|
include $(TOP)$(ROOT)config/header.cf
|
|
INSTALL_RULE_HEADERS := $(INSTALL_RULE)
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
|
|
install::
|
|
$(INSTALL_RULE_HEADERS)
|