• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Makefile for libgrep directory in GNU gettext package.
2## Copyright (C) 2005-2007, 2009-2010, 2014 Free Software Foundation, Inc.
3##
4## This program is free software: you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 3 of the License, or
7## (at your option) any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program.  If not, see <https://www.gnu.org/licenses/>.
16
17## Process this file with automake to produce Makefile.in.
18
19AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies subdir-objects
20EXTRA_DIST =
21BUILT_SOURCES =
22MOSTLYCLEANFILES = core *.stackdump
23MOSTLYCLEANDIRS =
24CLEANFILES =
25DISTCLEANFILES =
26MAINTAINERCLEANFILES =
27
28noinst_LIBRARIES =
29
30AM_CPPFLAGS = -I.. -I../gnulib-lib -I$(top_srcdir)/gnulib-lib -I../intl
31
32# Rules generated and collected by gnulib-tool, for building libgrep.a.
33include Makefile.gnulib
34
35# Sources that are compiled on all platforms.
36
37libgrep_a_SOURCES += \
38  libgrep.h \
39  kwset.h kwset.c \
40  m-fgrep.c m-regex.c
41
42# Allow users to use "gnulib-tool --update".
43EXTRA_DIST += gnulib-m4/gnulib-cache.m4
44