Blame lib/Makefile.am

Packit 709fb3
# Copyright 1997-1998, 2005-2017 Free Software Foundation, Inc.
Packit 709fb3
#
Packit 709fb3
# This program is free software; you can redistribute it and/or modify
Packit 709fb3
# it under the terms of the GNU General Public License as published by
Packit 709fb3
# the Free Software Foundation; either version 3, or (at your option)
Packit 709fb3
# any later version.
Packit 709fb3
#
Packit 709fb3
# This program is distributed in the hope that it will be useful,
Packit 709fb3
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 709fb3
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 709fb3
# GNU General Public License for more details.
Packit 709fb3
#
Packit 709fb3
# You should have received a copy of the GNU General Public License
Packit 709fb3
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 709fb3
#
Packit 709fb3
Packit 709fb3
AM_CFLAGS =
Packit 709fb3
AM_CPPFLAGS =
Packit 709fb3
BUILT_SOURCES =
Packit 709fb3
CLEANFILES =
Packit 709fb3
EXTRA_DIST =
Packit 709fb3
MAINTAINERCLEANFILES =
Packit 709fb3
MOSTLYCLEANDIRS =
Packit 709fb3
MOSTLYCLEANFILES =
Packit 709fb3
SUFFIXES =
Packit 709fb3
noinst_LIBRARIES =
Packit 709fb3
Packit 709fb3
include gnulib.mk
Packit 709fb3
Packit 709fb3
AM_CFLAGS += $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
Packit 709fb3
Packit 709fb3
nodist_libgreputils_a_SOURCES = colorize.c
Packit 709fb3
libgreputils_a_SOURCES += colorize.h
Packit 709fb3
EXTRA_DIST += colorize-posix.c colorize-w32.c
Packit 709fb3
CLEANFILES += colorize.c
Packit 709fb3
colorize.c:
Packit 709fb3
	$(AM_V_at)echo '#include <$(COLORIZE_SOURCE)>' >$@-t
Packit 709fb3
	$(AM_V_at)mv $@-t $@
Packit 709fb3
Packit 709fb3
libgreputils_a_LIBADD += $(LIBOBJS) $(ALLOCA)
Packit 709fb3
libgreputils_a_DEPENDENCIES += $(LIBOBJS) $(ALLOCA)