Files
harbour-core/harbour/contrib/hbclipsm/Makefile
Viktor Szakats dd0e61f114 2008-08-09 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* 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.
2008-08-09 20:34:13 +00:00

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)