## Process this file with automake to produce Makefile.in ## Conditional compilation of cdump EXTRA_DIST = cdump.c # Only compile if BUILD_SPLASH is set if BUILD_SPLASH noinst_PROGRAMS = cdump cdump_SOURCES = cdump.c endif MAINTAINERCLEANFILES = Makefile.in