## Makefile.am -- Process this file with automake to produce Makefile.in # $Id: Makefile.am,v 1.17 2006/10/05 04:27:38 ca Exp $ MAINTAINERCLEANFILES = Makefile.in INCLUDES = -I$(top_builddir) -I$(top_builddir)/include -I$(top_srcdir) -I$(top_srcdir)/include noinst_LIBRARIES = librepl.a libreplr.a LIBREPL_SRCS = ffs.c \ fgetln.c \ sm_memcmp.c \ strlcpy.c \ strlcat.c \ strsep.c \ vsyslog.c \ asprintf.c \ err.c \ errx.c \ warn.c \ vwarn.c \ verr.c \ verrx.c # not yet: # fdwalk.c # strerror_r.c librepl_a_SOURCES = $(LIBREPL_SRCS) libreplr_a_SOURCES = $(LIBREPL_SRCS) libreplr_a_CC=$(PTHREAD_CC) libreplr_a_CFLAGS = -DMTA_USE_PTHREADS $(PTHREAD_CFLAGS) libreplr_a_LIBS=$(PTHREAD_LIBS) $(LIBS)