1## Process this file with automake to produce Makefile.in
2
3bin_PROGRAMS = tractorgen
4
5tractorgen_SOURCES = tractorgen.c
6
7