Thanks for the tutorial. It makes adding or modifying a protocol seem easy. That is, until I try to run make. I cannot locate or identify a working Makefile. Makefile.in will not work for me. Even if I explicitly make Makefile.in (there is no ‘Makefile’ or ‘makefile’ ) I get this message:
make: *** No rule to make target `@CONFIGURE_DEPENDENCIES@', needed by `configure'. Stop.
It would be very helpful if a little more detail was provided in the tutorial instructions for using make.
Thanks!
Kurt Risser
JFCOM, Suffolk, VA., USA.
Follow-up: The solution to the problem above is simple, although not obvious:
You must execute configure first. This creates the Makefile.
The tutorial will be improved if this step is documented rather than assumed.