gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2731-g2569d2


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2731-g2569d21
Date: Sat, 19 Aug 2017 04:48:46 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  2569d21513246eb8bdded601a18bf8278c80211d (commit)
      from  b6076e6a3c013c48334ca17763ae1fd5eac34959 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=2569d21513246eb8bdded601a18bf8278c80211d

commit 2569d21513246eb8bdded601a18bf8278c80211d
Author: Eli Zaretskii <address@hidden>
Date:   Sat Aug 19 11:47:49 2017 +0300

    Update pc/Makefile.ext per extension/Makefile.am changes.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index a4920ab..3b8363b 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-19  Eli Zaretskii  <address@hidden>
+
+       * Makefile.ext (MPFR, MPFR_LIBS): New variables, used in compiling
+       intdiv.c.
+       (ALL_EXTENSIONS): Add intdiv and readdir_test.
+       (intdiv.$(SOEXT), readdir_test.$(SOEXT)): New recipes.
+
 2017-08-18  Eli Zaretskii  <address@hidden>
 
        * config.h (HAVE_SYS_IOCTL_H):
diff --git a/pc/Makefile.ext b/pc/Makefile.ext
index 6cd4d0f..4aa84fa 100644
--- a/pc/Makefile.ext
+++ b/pc/Makefile.ext
@@ -23,20 +23,31 @@ pkglibdir = $(libdir)/gawk-extensions
 pkglibexecdir = $(libexecdir)/gawk-extensions
 
 SOEXT = dll
+
+MPFR = -DHAVE_MPFR
+MPFR_LIBS = -lmpfr -lgmp
+
 SIMPLE_EXTENSIONS = inplace.$(SOEXT) ordchr.$(SOEXT) readfile.$(SOEXT)\
  revoutput.$(SOEXT) revtwoway.$(SOEXT) testext.$(SOEXT)
 ALL_EXTENSIONS = filefuncs.$(SOEXT) fnmatch.$(SOEXT) inplace.$(SOEXT)\
- ordchr.$(SOEXT) readdir.$(SOEXT) readfile.$(SOEXT) revoutput.$(SOEXT)\
- revtwoway.$(SOEXT) rwarray.$(SOEXT) testext.$(SOEXT) time.$(SOEXT)
+ intdiv.$(SOEXT) ordchr.$(SOEXT) readdir.$(SOEXT) readfile.$(SOEXT) \
+ revoutput.$(SOEXT) readdir_test.$(SOEXT) revtwoway.$(SOEXT) rwarray.$(SOEXT) \
+ testext.$(SOEXT) time.$(SOEXT)
 
 extensions: $(ALL_EXTENSIONS)
 
 fnmatch.$(SOEXT): fnmatch.c
        gcc -I.. -I../missing_d -DHAVE_FNMATCH_H -shared -gdwarf-2 -g3 
-static-libgcc -o $@ fnmatch.c
 
+intdiv.$(SOEXT): intdiv.c
+       gcc -I.. $(MPFR) -shared -gdwarf-2 -g3 -static-libgcc -o $@ intdiv.c 
$(MPFR_LIBS)
+
 readdir.$(SOEXT): readdir.c gawkdirfd.h
        gcc -I.. -DHAVE_DIRENT_H -shared -gdwarf-2 -g3 -static-libgcc -o $@ 
readdir.c
 
+readdir_test.$(SOEXT): readdir.c gawkdirfd.h
+       gcc -I.. -DHAVE_DIRENT_H -shared -gdwarf-2 -g3 -static-libgcc -o $@ 
readdir_test.c
+
 rwarray.$(SOEXT): rwarray.c
        gcc -I.. -shared -gdwarf-2 -g3 -static-libgcc -o $@ rwarray.c -lws2_32
 

-----------------------------------------------------------------------

Summary of changes:
 pc/ChangeLog    |  7 +++++++
 pc/Makefile.ext | 15 +++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]