Files
harbour-core/harbour/contrib/hbmisc/common.mak
Viktor Szakats ef452ea932 2008-06-07 13:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmisc/common.mak
   * contrib/hbmisc/Makefile
   - contrib/hbmisc/mathx.c
   + contrib/hbmisc/spd.c
     - Removed math functions equivalent with CT3 ones.
       INCOMPATIBLE: If your code used CEIL() from hbmisc, please 
                     update it to use CEILING() from hbct. Functionality 
                     is the same.
     + Added _SPD() function.
       Contributed by Javier (jarabal at gmail.com)
2008-06-07 11:29:25 +00:00

25 lines
486 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbmisc
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
LIB_OBJS = \
$(OBJ_DIR)dates2$(OBJEXT) \
$(OBJ_DIR)hb_f$(OBJEXT) \
$(OBJ_DIR)spd$(OBJEXT) \
$(OBJ_DIR)strfmt$(OBJEXT) \
$(OBJ_DIR)stringsx$(OBJEXT) \
\
$(OBJ_DIR)fileread$(OBJEXT) \
$(OBJ_DIR)nconvert$(OBJEXT) \
$(OBJ_DIR)numtxten$(OBJEXT) \
$(OBJ_DIR)numtxthu$(OBJEXT) \
$(OBJ_DIR)stringp$(OBJEXT) \
$(OBJ_DIR)twirler$(OBJEXT) \
all: \
$(LIB_PATH) \