mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
14524b545d
This centralizes the setting so there's no duplication anymore, makes sure the user supplied variables are never overridden, and are only set when using gcc. Reported-by: Samuli Suominen <ssuominen@gentoo.org>
17 lines
322 B
Makefile
17 lines
322 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-isystem $(top_srcdir)/include/bsd/ \
|
|
-include $(top_builddir)/config.h \
|
|
-DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \
|
|
-D__REENTRANT
|
|
|
|
check_PROGRAMS = \
|
|
headers \
|
|
overlay \
|
|
endian \
|
|
$(nil)
|
|
|
|
TESTS = $(check_PROGRAMS)
|