bin_PROGRAMS += CelsiusToFahr \ fahrToCelsius \ file_copying \ hello \ temperatureTable CelsiusToFahr_SOURCES = 01-chapter/CelsiusToFahr.c fahrToCelsius_SOURCES = 01-chapter/fahrToCelsius.c file_copying_SOURCES = 01-chapter/file_copying.c hello_SOURCES = 01-chapter/hello.c temperatureTable_SOURCES = 01-chapter/temperatureTable.c