checkin of 0.3.0
[pspp-builds.git] / lib / misc / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES = libmisc.a
4
5 INCLUDES = -I$(srcdir) -I$(top_srcdir)/src -I$(top_srcdir) \
6 -I$(top_srcdir)/intl
7
8 libmisc_a_SOURCES = qsort.c getopt.c getopt1.c
9 libmisc_a_LIBADD = @ALLOCA@ @LIBOBJS@
10 libmisc_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@
11
12 EXTRA_DIST = alloca.c getdelim.c getline.c memchr.c memcmp.c memcpy.c \
13 memmem.c memmove.c memset.c stpcpy.c strcasecmp.c strerror.c \
14 strncasecmp.c strpbrk.c strstr.c strtok_r.c strtol.c strtoul.c
15
16 MAINTAINERCLEANFILES = Makefile.in