# Makefile prototype AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_builddir)/lib -I$(top_srcdir)/lib #LIBS = /usr/lib/libresolv.a bin_PROGRAMS = spf_example spf_example_static \ spf_example_2mx spf_example_2mx_static spf_example_SOURCES = spf_example.c spf_example_LDADD = $(top_builddir)/lib/spf_alt/libspf_alt.la spf_example_static_SOURCES = spf_example.c spf_example_static_LDADD = $(top_builddir)/lib/spf_alt/.libs/libspf_alt.a spf_example_static_LDFLAGS = -static spf_example_2mx_SOURCES = spf_example_2mx.c spf_example_2mx_LDADD = $(top_builddir)/lib/spf_alt/libspf_alt.la spf_example_2mx_static_SOURCES = spf_example_2mx.c spf_example_2mx_static_LDADD = $(top_builddir)/lib/spf_alt/.libs/libspf_alt.a spf_example_2mx_static_LDFLAGS = -static