AUTOMAKE_OPTIONS = gnu AM_CFLAGS = -Wall bin_PROGRAMS = helloworld helloworld_SOURCES = helloworld.c noinst_HEADERS = helloworld.h EXTRA_DIST =