In comp.os.linux.development.system milkyway <[EMAIL PROTECTED]> wrote: > ## this file is input for automake and will generate Makefile.in
So this is not a make question, it's an autoconf question. > soapC.cpp soapServer.cpp ns.nsmap ns.xsd calc.wsdl soapH.h calc.nsmap: > calculator.h > soapcpp2 calculator.h Eh?? It makes a cpp from a .h? Shumeshing funnish. Anyway, add a line for the target you want to build with the compile line you want to build it with as the action. The dependencies will be the component parts of your target executable. But why are you looking at THIS file? Peter _______________________________________________ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-utils