facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
181 lines
6.2 KiB
Makefile
181 lines
6.2 KiB
Makefile
## DO NOT EDIT! GENERATED AUTOMATICALLY!
|
|
## Process this file with automake to produce Makefile.in.
|
|
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This file is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this file. If not, see <https://www.gnu.org/licenses/>.
|
|
#
|
|
# As a special exception to the GNU General Public License,
|
|
# this file may be distributed as part of a program that
|
|
# contains a configuration script generated by Autoconf, under
|
|
# the same distribution terms as the rest of that program.
|
|
#
|
|
# Generated by gnulib-tool.
|
|
|
|
AUTOMAKE_OPTIONS = 1.14 foreign
|
|
|
|
SUBDIRS = .
|
|
TESTS =
|
|
XFAIL_TESTS =
|
|
TESTS_ENVIRONMENT =
|
|
noinst_PROGRAMS =
|
|
check_PROGRAMS =
|
|
EXTRA_PROGRAMS =
|
|
noinst_HEADERS =
|
|
noinst_LIBRARIES =
|
|
check_LIBRARIES = libtests.a
|
|
EXTRA_DIST =
|
|
BUILT_SOURCES =
|
|
SUFFIXES =
|
|
MOSTLYCLEANFILES = core *.stackdump
|
|
MOSTLYCLEANDIRS =
|
|
CLEANFILES =
|
|
DISTCLEANFILES =
|
|
MAINTAINERCLEANFILES =
|
|
|
|
CFLAGS = @GL_CFLAG_ALLOW_WARNINGS@ $(GL_CFLAG_GNULIB_WARNINGS) @CFLAGS@
|
|
CXXFLAGS = @GL_CXXFLAG_ALLOW_WARNINGS@ @CXXFLAGS@
|
|
|
|
AM_CPPFLAGS = \
|
|
-D@ltstests_WITNESS@=1 \
|
|
-I. -I$(srcdir) \
|
|
-I.. -I$(srcdir)/.. \
|
|
-I../lib -I$(srcdir)/../lib
|
|
|
|
LDADD = libtests.a ../lib/libtextstyle.la libtests.a ../lib/libtextstyle.la libtests.a $(LIBTESTS_LIBDEPS)
|
|
|
|
libtests_a_SOURCES =
|
|
libtests_a_LIBADD = $(ltstests_LIBOBJS)
|
|
libtests_a_DEPENDENCIES = $(ltstests_LIBOBJS)
|
|
EXTRA_libtests_a_SOURCES =
|
|
AM_LIBTOOLFLAGS = --preserve-dup-deps
|
|
|
|
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
|
|
|
|
## begin gnulib module gen-header
|
|
|
|
# In 'sed', replace the pattern space with a "DO NOT EDIT" comment.
|
|
SED_HEADER_NOEDIT = s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,
|
|
|
|
# '$(SED_HEADER_STDOUT) -e "..."' runs 'sed' but first outputs "DO NOT EDIT".
|
|
SED_HEADER_STDOUT = sed -e 1h -e '1$(SED_HEADER_NOEDIT)' -e 1G
|
|
|
|
# '$(SED_HEADER_TO_AT_t) FILE' copies FILE to $@-t, prepending a leading
|
|
# "DO_NOT_EDIT". Although this could be done more simply via:
|
|
# SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) > $@-t
|
|
# the -n and 'w' avoid a fork+exec, at least when GNU Make is used.
|
|
SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) -n -e 'w $@-t'
|
|
|
|
# Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that
|
|
gl_V_at = $(AM_V_GEN)
|
|
|
|
## end gnulib module gen-header
|
|
|
|
## begin gnulib module memory-ostream-tests
|
|
|
|
TESTS += test-memory-ostream
|
|
check_PROGRAMS += test-memory-ostream
|
|
EXTRA_DIST += test-memory-ostream.c
|
|
|
|
## end gnulib module memory-ostream-tests
|
|
|
|
## begin gnulib module snippet/_Noreturn
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
|
|
_NORETURN_H=$(srcdir)/_Noreturn.h
|
|
|
|
EXTRA_DIST += _Noreturn.h
|
|
|
|
## end gnulib module snippet/_Noreturn
|
|
|
|
## begin gnulib module snippet/arg-nonnull
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
|
|
ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
|
|
|
|
EXTRA_DIST += arg-nonnull.h
|
|
|
|
## end gnulib module snippet/arg-nonnull
|
|
|
|
## begin gnulib module snippet/c++defs
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
|
|
CXXDEFS_H=$(srcdir)/c++defs.h
|
|
|
|
EXTRA_DIST += c++defs.h
|
|
|
|
## end gnulib module snippet/c++defs
|
|
|
|
## begin gnulib module snippet/warn-on-use
|
|
|
|
# Because this Makefile snippet defines a variable used by other
|
|
# gnulib Makefile snippets, it must be present in all makefiles that
|
|
# need it. This is ensured by the applicability 'all' defined above.
|
|
|
|
WARN_ON_USE_H=$(srcdir)/warn-on-use.h
|
|
|
|
EXTRA_DIST += warn-on-use.h
|
|
|
|
## end gnulib module snippet/warn-on-use
|
|
|
|
## begin gnulib module term-ostream-tests
|
|
|
|
TESTS += test-term-ostream-xterm.sh
|
|
TESTS_ENVIRONMENT += srcdir='$(srcdir)'
|
|
check_PROGRAMS += test-term-ostream
|
|
test_term_ostream_LDADD = $(LIBTERMCAP) $(LDADD)
|
|
EXTRA_DIST += test-term-ostream.c test-term-ostream-xterm.sh test-term-ostream-xterm-r6.out test-term-ostream-xterm-xf86-v32.out test-term-ostream-xterm-basic.out test-term-ostream-xterm-basic-italic.out test-term-ostream-xterm-freebsd101.out test-term-ostream-xterm-freebsd-italic.out test-term-ostream-xterm-8bit.out test-term-ostream-xterm-linux-debian.out test-term-ostream-xterm-linux-mandriva.out test-term-ostream-xterm-netbsd3.out test-term-ostream-xterm-solaris10.out test-term-ostream-xterm-aix51.out test-term-ostream-xterm-osf51.out test-term-ostream-xterm-irix65.out test-term-ostream-xterm-mingw.out test-term-ostream-xterm-16color.out test-term-ostream-xterm-88color.out test-term-ostream-xterm-256color.out
|
|
|
|
## end gnulib module term-ostream-tests
|
|
|
|
## begin gnulib module dummy
|
|
|
|
libtests_a_SOURCES += dummy.c
|
|
|
|
## end gnulib module dummy
|
|
|
|
all: all-notice
|
|
all-notice:
|
|
@echo '## ---------------------------------------------------- ##'
|
|
@echo '## ------------------- Gnulib tests ------------------- ##'
|
|
@echo '## You can ignore compiler warnings in this directory. ##'
|
|
@echo '## ---------------------------------------------------- ##'
|
|
|
|
check-am: check-notice
|
|
check-notice:
|
|
@echo '## ---------------------------------------------------------------------- ##'
|
|
@echo '## ---------------------------- Gnulib tests ---------------------------- ##'
|
|
@echo '## Please report test failures in this directory to <bug-gnulib@gnu.org>. ##'
|
|
@echo '## ---------------------------------------------------------------------- ##'
|
|
|
|
# Clean up after Solaris cc.
|
|
clean-local:
|
|
rm -rf SunWS_cache
|
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
if test -n "$$dir" && test -d $$dir; then \
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
fi; \
|
|
done; \
|
|
:
|