I\'ve looking to find a simple recommended \"minimal\" c++ makefile for linux which will use g++ to compile and link a single file and h file. Ideally the make file will not
If your issues are because autoconf thinks the .h file is a c file, try renaming it to .hpp or .h++