AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/common \ -I$(top_srcdir)/liberror \ @LIBUNA_CPPFLAGS@ \ @MEMWATCH_CPPFLAGS@ noinst_LTLIBRARIES = libsystem.la libsystem_la_SOURCES = \ libsystem.h \ libsystem_date_time.c libsystem_date_time.h \ libsystem_directory.h \ libsystem_directory_io.h \ libsystem_error.c libsystem_error.h \ libsystem_file.c libsystem_file.h \ libsystem_file_io.h \ libsystem_file_stream.h \ libsystem_getopt.c libsystem_getopt.h \ libsystem_glob.c libsystem_glob.h \ libsystem_libuna.h \ libsystem_notify.c libsystem_notify.h \ libsystem_signal.c libsystem_signal.h \ libsystem_string.c libsystem_string.h \ libsystem_support.c libsystem_support.h libsystem_la_LIBADD = \ @LIBUNA_LIBADD@ distclean: clean /bin/rm -f Makefile splint: @echo "Running splint on libsystem ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(libsystem_la_SOURCES)