help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any makefile gurus out there?


From: Peter T. Breuer
Subject: Re: Any makefile gurus out there?
Date: Tue, 25 Oct 2005 13:34:27 +0200
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.15 (i686))

In comp.os.linux.development.system milkyway <d0mufasa@hotmail.com> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]