]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Need to compile progreloc.c, for when --enable-relocatable is used.
authorBruno Haible <bruno@clisp.org>
Mon, 12 May 2003 09:43:55 +0000 (09:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:28 +0000 (12:10 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am
gettext-runtime/lib/Makefile.msvc
gettext-runtime/lib/Makefile.vms

index ca27230d31e00bf89bcd6d63468798dff8dc0767..371a5de83017dfe9ff51f381cfca497844255156 100644 (file)
@@ -1,3 +1,12 @@
+2003-05-10  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgrt_a_SOURCES): Add
+       ../../gettext-tools/lib/progreloc.c.
+       * Makefile.msvc (OBJECTS): Add progreloc.obj.
+       (progreloc.obj): New rule.
+       * Makefile.vms (OBJECTS): Add progreloc.obj.
+       (progreloc.obj): New rule.
+
 2003-04-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no
index be13dc7480d78996ad55576d9d5ab87c269f5d76..82de0281da8d225e81378f736e5c07d4faa68348 100644 (file)
@@ -31,7 +31,7 @@ libgrt_a_SOURCES = \
   ../../gettext-tools/lib/exit.h \
   ../../gettext-tools/lib/getopt.h ../../gettext-tools/lib/getopt.c ../../gettext-tools/lib/getopt1.c \
   ../../gettext-tools/lib/pathmax.h \
-  ../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c \
+  ../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \
   ../../gettext-tools/lib/xmalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \
   ../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c
 
index e3afab68e5598250b6040edbb57d372dedcbfd24..421e41f4d15a45a7954ddadad19f386df3eeb48b 100644 (file)
@@ -52,7 +52,7 @@ RM = -del
 
 SHELL = /bin/sh
 
-OBJECTS = basename.obj error.obj getopt.obj getopt1.obj progname.obj relocatable.obj xmalloc.obj xstrdup.obj
+OBJECTS = basename.obj error.obj getopt.obj getopt1.obj progname.obj progreloc.obj relocatable.obj xmalloc.obj xstrdup.obj
 
 all : grt.lib
 
@@ -71,6 +71,9 @@ getopt1.obj : ..\..\gettext-tools\lib\getopt1.c
 progname.obj : ..\..\gettext-tools\lib\progname.c
        $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\progname.c
 
+progreloc.obj : ..\..\gettext-tools\lib\progreloc.c
+       $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\progreloc.c
+
 relocatable.obj : ..\..\gettext-tools\lib\relocatable.c
        $(CC) $(INCLUDES) $(CFLAGS) -c ..\..\gettext-tools\lib\relocatable.c
 
index 438844eef77de250399b988064eadb29edd905be..26b3ec8e0b8608a75d70f281f0976dde0f1207da 100644 (file)
@@ -27,7 +27,7 @@ RM = delete
 
 #### End of system configuration section. ####
 
-OBJECTS = basename.obj,error.obj,getopt.obj,getopt1.obj,progname.obj,relocatable.obj,xmalloc.obj,xstrdup.obj
+OBJECTS = basename.obj,error.obj,getopt.obj,getopt1.obj,progname.obj,progreloc.obj,relocatable.obj,xmalloc.obj,xstrdup.obj
 
 all : grt.olb
        write sys$output "Nothing else to be done for 'all'."
@@ -47,6 +47,9 @@ getopt1.obj : [-.-.gettext-tools.lib]getopt1.c
 progname.obj : [-.-.gettext-tools.lib]progname.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]progname.c
 
+progreloc.obj : [-.-.gettext-tools.lib]progreloc.c
+       $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]progreloc.c
+
 relocatable.obj : [-.-.gettext-tools.lib]relocatable.c
        $(CC) $(INCLUDES) $(CFLAGS) /define=($(DEFS)) [-.-.gettext-tools.lib]relocatable.c