summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
blob: 5c394918afad4b27a115df413341b0da8eb29241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Makefile for misc library.

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
AM_CPPFLAGS += -I$(top_srcdir)/misc

EXTRA_DIST = \
	alloca.c	basename.c	err.c		err.h \
	error.c		error.h \
	fakefork.c	fnmatch.c	fnmatch.h \
	getcwd.c	getmntent.c	\
	getwd.c		glob.c		glob.h		memcmp.c	\
	mktime.c	myrealloc.c	putenv.c	realpath.c	\
	setenv.c	stpcpy.c	stpncpy.c			\
			strcspn.c	strdup.c	strerror.c	\
	strftime.c	strcspn.c	strstr.c	strtol.c	\
	strtoul.c

noinst_LIBRARIES = libmisc.a

libmisc_a_SOURCES =

libmisc_a_LIBADD = @LIBOBJS@ @ALLOCA@
libmisc_a_DEPENDENCIES = $(libmisc_a_LIBADD)