From 40b4b4e4990e67028efb79345fba5fa9e760b522 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 18 Apr 1997 06:42:59 +0000 Subject: Initial revision --- lib/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..520f05e --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,28 @@ +## Process this file with automake to create Makefile.in + +AUTOMAKE_OPTIONS = ansi2knr + +noinst_LIBRARIES = idu + +EXTRA_DIST = alloca.c error.c getopt.c getopt1.c regex.c rx.c \ + strcasecmp.c strdup.c strndup.c strtok.c \ + obstack.c basename.c dirname.c fnmatch.c \ + ansi2knr.1 ansi2knr.c + +idu_SOURCES = misc.c scanners.c idfile.c filenames.c bitops.c token.c \ + idwalk.c hash.c dynvec.c xmalloc.c xgetcwd.c + +idudir = $(prefix)/share +idu_DATA = language.map + +noinst_HEADERS = alloc.h bitops.h error.h filenames.h getopt.h idarg.h \ + idfile.h misc.h regex.h rx.h scanners.h strxtra.h \ + token.h system.h hash.h obstack.h pathmax.h dynvec.h \ + xmalloc.h fnmatch.h ansidecl.h + +INCLUDES = -I. -I$(srcdir) \ + -I../lib -I$(top_srcdir)/lib \ + -I../intl -I$(top_srcdir)/intl \ + -I.. -I$(top_srcdir) +DEFS = -DLOCALEDIR=\"$(localedir)\" -DLANGUAGE_MAP=\"$(idudir)/language.map\" @DEFS@ +idu_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@ -- cgit v1.2.3