2008-12-11 22:46:44 +00:00
|
|
|
# Build librfc822
|
|
|
|
|
|
|
|
|
|
AM_YFLAGS = -d
|
|
|
|
|
AM_LFLAGS = -i
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = librfc822.a
|
|
|
|
|
noinst_HEADERS = rfc822.h
|
2010-02-24 16:13:51 +00:00
|
|
|
librfc822_a_SOURCES = address.y address_scan.l address_sep.c decomment.c
|
2008-12-11 22:46:44 +00:00
|
|
|
|
|
|
|
|
noinst_PROGRAMS = test
|
2019-07-11 13:02:24 +00:00
|
|
|
test_SOURCES = test.c
|
2013-02-09 18:26:44 +00:00
|
|
|
test_CPPFLAGS = -I$(srcdir)/../libgnu
|
2019-07-11 13:02:24 +00:00
|
|
|
test_LDADD = librfc822.a ../libgnu/libgnu.a ../libmpools/libmpools.a ../liblists/liblists.a
|
2008-12-11 22:46:44 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = testaddresslines parse_address.c
|
|
|
|
|
|
|
|
|
|
DISTCLEANFILES = address.c address_scan.c
|
2013-02-09 17:39:33 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2013-02-09 18:26:44 +00:00
|
|
|
|
|
|
|
|
$(builddir)/address_scan.o : $(builddir)/address.h
|