mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 04:10:48 +00:00
* autogen.sh: Add option --makefile-name=gnulib.mk to gnulib-tool * configure.ac: Add 'subdir-objects' to AM_INIT_AUTOMAKE, add macro 'gl_GCC_VERSION_IFELSE' from coreutils project, enable extra gcc warnings by default when running from Git repo, disable several warnings for gnulib compilation * lib/Makefile.am: New file
12 lines
182 B
Makefile
12 lines
182 B
Makefile
MOSTLYCLEANFILES =
|
|
noinst_LTLIBRARIES =
|
|
EXTRA_DIST =
|
|
BUILT_SOURCES =
|
|
MOSTLYCLEANDIRS =
|
|
CLEANFILES =
|
|
SUFFIXES =
|
|
|
|
AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
|
|
|
|
include gnulib.mk
|