aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:38:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:38:42 +0300
commit47f5b43b056dd48a68ca73cce9cfefa287bac005 (patch)
tree45ceb1133552ad75c42afe5487abc03b75979346 /support
parent706d8274e5144abe1046b231d12c270590c4a374 (diff)
parent7897b02bd49f32e50963c5f05260975a0f56ae42 (diff)
downloadegawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.gz
egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.bz2
egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.zip
Merge branch 'master' into feature/bool
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog5
-rw-r--r--support/Makefile.am11
-rw-r--r--support/Makefile.in11
3 files changed, 19 insertions, 8 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 1efcbc01..e13bf9da 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Move some files to ...
+ (libsupport_a_SOURCES): ... here. Add some more files.
+
2021-04-25 Arnold D. Robbins <arnold@skeeve.com>
More of the same:
diff --git a/support/Makefile.am b/support/Makefile.am
index 028dbe45..6a7ef615 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -31,26 +31,28 @@ AM_LDFLAGS = @LDFLAGS@
EXTRA_DIST = \
Makefile.am \
Makefile.in \
- cdefs.h \
- libc-config.h \
regcomp.c \
regex_internal.c \
regex_internal.h \
regexec.c \
- malloc/dynarray.h \
malloc/dynarray-skeleton.c
# what to make and install
noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = \
+ attribute.h \
+ cdefs.h \
dfa.c \
dfa.h \
+ dynarray.h \
flexmember.h \
getopt.c \
getopt.h \
- getopt_int.h \
getopt1.c \
+ getopt_int.h \
+ idx.h \
intprops.h \
+ libc-config.h \
localeinfo.c \
localeinfo.h \
random.c \
@@ -59,6 +61,7 @@ libsupport_a_SOURCES = \
regex.h \
verify.h \
xalloc.h \
+ malloc/dynarray.h \
malloc/dynarray_resize.c \
malloc/dynarray_emplace_enlarge.c \
malloc/dynarray_finalize.c
diff --git a/support/Makefile.in b/support/Makefile.in
index 24b5fb53..719a38e8 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -350,27 +350,29 @@ AM_LDFLAGS = @LDFLAGS@
EXTRA_DIST = \
Makefile.am \
Makefile.in \
- cdefs.h \
- libc-config.h \
regcomp.c \
regex_internal.c \
regex_internal.h \
regexec.c \
- malloc/dynarray.h \
malloc/dynarray-skeleton.c
# what to make and install
noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = \
+ attribute.h \
+ cdefs.h \
dfa.c \
dfa.h \
+ dynarray.h \
flexmember.h \
getopt.c \
getopt.h \
- getopt_int.h \
getopt1.c \
+ getopt_int.h \
+ idx.h \
intprops.h \
+ libc-config.h \
localeinfo.c \
localeinfo.h \
random.c \
@@ -379,6 +381,7 @@ libsupport_a_SOURCES = \
regex.h \
verify.h \
xalloc.h \
+ malloc/dynarray.h \
malloc/dynarray_resize.c \
malloc/dynarray_emplace_enlarge.c \
malloc/dynarray_finalize.c