]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
c-strcasecmp requires c-ctype.
authorBruno Haible <bruno@clisp.org>
Mon, 8 May 2006 13:32:32 +0000 (13:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:14 +0000 (12:13 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am
gettext-runtime/lib/Makefile.msvc
gettext-runtime/lib/Makefile.vms

index cb90a12e188992649fa056d2ebd568945a1d6207..48824d3b6914ed7cae2dc9255f6b2d20f9ff7fcd 100644 (file)
@@ -1,3 +1,11 @@
+2006-05-07  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgrt_a_SOURCES): Add c-ctype.h and c-ctype.c.
+       * Makefile.msvc (OBJECTS): Add c-ctype.obj.
+       (c-ctype.obj): New rule.
+       * Makefile.vms (OBJECTS): Add c-ctype.obj.
+       (c-ctype.obj): New rule.
+
 2006-04-02  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (libgrt_a_SOURCES): Add c-strcase*, gettext.h,
index 99eb137350247bae4f93be846e48922923086daf..71a89994ee7409b030adb0835cb7af85cfc3a87f 100644 (file)
@@ -29,6 +29,7 @@ noinst_LIBRARIES = libgrt.a
 libgrt_a_SOURCES = \
   ../../gettext-tools/lib/allocsa.h ../../gettext-tools/lib/allocsa.c \
   ../../gettext-tools/lib/basename.h ../../gettext-tools/lib/basename.c \
+  ../../gettext-tools/lib/c-ctype.h ../../gettext-tools/lib/c-ctype.c \
   ../../gettext-tools/lib/c-strcase.h ../../gettext-tools/lib/c-strcasecmp.c \
   ../../gettext-tools/lib/closeout.h ../../gettext-tools/lib/closeout.c \
   ../../gettext-tools/lib/exit.h \
index 9f9c333ed1086b656a6069844bf0bd34c042551d..538333181986349edad2d3abee8bed39e5438eb5 100644 (file)
@@ -54,13 +54,16 @@ RM = -del
 
 SHELL = /bin/sh
 
-OBJECTS = basename.obj c-strcasecmp.obj closeout.obj error.obj fwriteerror.obj getopt.obj getopt1.obj iconvstring.obj localcharset.obj progname.obj progreloc.obj propername.obj relocatable.obj xmalloc.obj xstrdup.obj
+OBJECTS = basename.obj c-ctype.obj c-strcasecmp.obj closeout.obj error.obj fwriteerror.obj getopt.obj getopt1.obj iconvstring.obj localcharset.obj progname.obj progreloc.obj propername.obj relocatable.obj xmalloc.obj xstrdup.obj
 
 all : grt.lib
 
 basename.obj : ..\..\gettext-tools\lib\basename.c
        $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\basename.c
 
+c-ctype.obj : ..\..\gettext-tools\lib\c-ctype.c
+       $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\c-ctype.c
+
 c-strcasecmp.obj : ..\..\gettext-tools\lib\c-strcasecmp.c
        $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\c-strcasecmp.c
 
index 676ac5470be1e7e62a34c66ef982236723de5214..30209f9ba8ce2115932008ea3bd56c9c6f0ecaad 100644 (file)
@@ -32,7 +32,7 @@ RM = delete
 
 #### End of system configuration section. ####
 
-OBJECTS = basename.obj,c-strcasecmp.obj,closeout.obj,error.obj,fwriteerror.obj,getopt.obj,getopt1.obj,iconvstring.obj,localcharset.obj,progname.obj,progreloc.obj,propername.obj,relocatable.obj,xmalloc.obj,xstrdup.obj
+OBJECTS = basename.obj,c-ctype.obj,c-strcasecmp.obj,closeout.obj,error.obj,fwriteerror.obj,getopt.obj,getopt1.obj,iconvstring.obj,localcharset.obj,progname.obj,progreloc.obj,propername.obj,relocatable.obj,xmalloc.obj,xstrdup.obj
 
 all : grt.olb
        write sys$output "Nothing else to be done for 'all'."
@@ -40,6 +40,9 @@ all : grt.olb
 basename.obj : [-.-.gettext-tools.lib]basename.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]basename.c
 
+c-ctype.obj : [-.-.gettext-tools.lib]c-ctype.c
+       $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]c-ctype.c
+
 c-strcasecmp.obj : [-.-.gettext-tools.lib]c-strcasecmp.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]c-strcasecmp.c