* device/lib/Makefile.in: added rand.c
authorMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 26 Sep 2006 09:56:37 +0000 (09:56 +0000)
committerMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 26 Sep 2006 09:56:37 +0000 (09:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4385 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index 8a35160e4ac282579aedb83a3661c545e311382f..921d5e8fb3099e4ccaf41a41d3d76cc979fab98b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * device/include/stdlib.h: added rand prototypes
        * device/lib/rand.c: new, added
+       * device/lib/Makefile.in: added rand.c
 
 2006-09-20 Raphael Neider <rneider AT web.de>
 
index 739b0bfaab30fb3d55ce45e0faef76ed3d017339..a41c7d178ca02975328293b3b34aae9cbd15feee 100644 (file)
@@ -80,7 +80,7 @@ SOURCES =     _autobaud.c _bp.c _decdptr.c \
                _divsint.c _divslong.c _divuint.c _divulong.c \
                _modsint.c _modslong.c _moduint.c _modulong.c \
                _mulint.c _mullong.c \
-               abs.c labs.c \
+               abs.c labs.c rand.c \
                _iscntrl.c _isdigit.c _isgraph.c \
                _isprint.c _ispunct.c _isspace.c \
                _islower.c _isupper.c _isxdigit.c \
@@ -114,7 +114,7 @@ Z80SOURCES =        \
                _divslong.c _divulong.c \
                _modslong.c _modulong.c \
                _mullong.c \
-               abs.c labs.c \
+               abs.c labs.c rand.c \
                _iscntrl.c _isdigit.c _isgraph.c \
                _isprint.c _ispunct.c _isspace.c \
                _islower.c _isupper.c _isxdigit.c \
@@ -145,7 +145,7 @@ XA51SOURCES      = _atof.c _atoi.c _atol.c _schar2fs.c \
                  _isupper.c _isxdigit.c _slong2fs.c _memcmp.c \
                  _memcpy.c _memmove.c _memset.c _modsint.c _modslong.c \
                  _moduint.c _modulong.c _mulint.c _mullong.c \
-                 abs.c labs.c \
+                 abs.c labs.c rand.c \
                  _strcat.c _strchr.c _strcmp.c _strcpy.c \
                  _strcspn.c _strlen.c _strncat.c _strncmp.c \
                  _strncpy.c _strpbrk.c _strrchr.c _strspn.c \
@@ -172,7 +172,7 @@ HC08SOURCES =       \
                _fseq.c _fsgt.c _fslt.c _fsneq.c \
                _divsint.c _divslong.c \
                _modsint.c _modslong.c _moduint.c _modulong.c \
-               abs.c labs.c \
+               abs.c labs.c rand.c \
                _iscntrl.c _isdigit.c _isgraph.c \
                _isprint.c _ispunct.c _isspace.c \
                _islower.c _isupper.c _isxdigit.c \