AUTOMAKE_OPTIONS = foreign INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ $(RCSCRIPTS_DEFINES) LIBRCUTIL = $(top_builddir)/librcutil/librcutil.la lib_LTLIBRARIES = librccore.la librccore_la_LIBADD = $(LIBRCUTIL) librccore_la_SOURCES = \ internal/rccore.h \ scripts.c \ api/scripts.h \ runlevels.c \ api/runlevels.h \ parse.c \ api/parse.h \ depend.c \ api/depend.h \ services.c \ internal/services.h \ init.c