1## Process this file with automake to create Makefile.in
2#
3# Copyright (c) 2000, 2001 Tama Communications Corporation
4#
5# This file is free software; as a special exception the author gives
6# unlimited permission to copy and/or distribute it, with or without
7# modifications, as long as this notice is preserved.
8#
9# This program is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12#
13noinst_LIBRARIES = libgloutil.a
14
15noinst_HEADERS = \
16assoc.h conf.h dbop.h defined.h die.h find.h getdbpath.h global.h gparam.h \
17gtagsop.h locatestring.h makepath.h path.h gpathop.h strbuf.h \
18strmake.h tab.h test.h token.h usable.h version.h is_unixy.h abs2rel.h \
19split.h strlimcpy.h linetable.h env.h char.h date.h langmap.h \
20varray.h idset.h strhash.h xargs.h format.h encodepath.h rewrite.h \
21compress.h checkalloc.h pool.h fileop.h statistics.h args.h logging.h nearsort.h \
22secure_popen.h convert.h output.h vstack.h
23
24libgloutil_a_SOURCES = \
25assoc.c conf.c dbop.c defined.c die.c find.c getdbpath.c gtagsop.c locatestring.c \
26makepath.c path.c gpathop.c strbuf.c strmake.c tab.c test.c \
27token.c usable.c version.c is_unixy.c abs2rel.c split.c strlimcpy.c linetable.c \
28env.c char.c date.c langmap.c varray.c idset.c strhash.c xargs.c encodepath.c rewrite.c \
29compress.c checkalloc.c pool.c fileop.c statistics.c args.c logging.c nearsort.c \
30secure_popen.c convert.c output.c vstack.c
31
32AM_CPPFLAGS = @AM_CPPFLAGS@ \
33	-DBINDIR='"$(bindir)"' \
34	-DDATADIR='"$(datadir)"' \
35	-DLIBDIR='"$(libdir)"' \
36	-DLOCALSTATEDIR='"$(localstatedir)"' \
37	-DSYSCONFDIR='"$(sysconfdir)"'
38
39libgloutil_a_DEPENDENCIES = $(libgloutil_a_LIBADD)
40
41man_MANS = gtags.conf.5
42
43EXTRA_DIST = $(man_MANS) manual.in
44