Assume POSIX 1003.1-1988 or later for signal.h.
[bpt/emacs.git] / lib / makefile.w32-in
index 7e80727..348fe91 100644 (file)
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
+2# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -42,6 +42,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \
             $(BLD)/sha1.$(O) \
             $(BLD)/sha256.$(O) \
             $(BLD)/sha512.$(O) \
+            $(BLD)/sig2str.$(O) \
             $(BLD)/stat-time.$(O) \
             $(BLD)/timespec.$(O) \
             $(BLD)/u64.$(O) \
@@ -116,6 +117,12 @@ $(BLD)/c-strcasecmp.$(O) : \
        $(CONFIG_H) \
        $(C_CTYPE_H)
 
+$(BLD)/c-strncasecmp.$(O) : \
+       $(GNU_LIB)/c-strncasecmp.c \
+       $(GNU_LIB)/c-strcase.h \
+       $(CONFIG_H) \
+       $(C_CTYPE_H)
+
 $(BLD)/close-stream.$(O) : \
        $(GNU_LIB)/close-stream.c \
        $(GNU_LIB)/close-stream.h \
@@ -123,12 +130,6 @@ $(BLD)/close-stream.$(O) : \
        $(NT_INC)/stdbool.h \
        $(CONFIG_H)
 
-$(BLD)/c-strncasecmp.$(O) : \
-       $(GNU_LIB)/c-strncasecmp.c \
-       $(GNU_LIB)/c-strcase.h \
-       $(CONFIG_H) \
-       $(C_CTYPE_H)
-
 $(BLD)/dtoastr.$(O) : \
        $(GNU_LIB)/dtoastr.c \
        $(FTOASTR_C)
@@ -322,4 +323,3 @@ getopt_h:
 
 execinfo.h: execinfo.in.h
        $(CP) execinfo.in.h $@
-