1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = sandbox AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libsbutil \ -I$(top_srcdir)/libsbutil/include \ $(SANDBOX_DEFINES) sandbox_LDADD = $(top_builddir)/libsbutil/libsbutil.la $(LIBDL) sandbox_SOURCES = \ environ.c \ options.c \ sandbox.h \ sandbox.c