[Cmake] Cmake, a deployment question...

Nick Ton nton at photon . com
Fri, 25 Jul 2003 10:18:33 -0400


Hi Bill,

Thanks for the response. Two follow-on questions then.
1. If the deployed system is guaranteed to have the same:
directory structure, os, and compiler - could I deploy
using the generated Makefiles?

2. If the deployed system is not guaranteed to have the same
directory structure, and compiler, but has the same os -
could the end-user modify the generated Makefiles to their
system?

Nick

-----Original Message-----
From: Bill Hoffman [mailto:bill . hoffman at kitware . com]
Sent: Friday, July 25, 2003 10:04 AM
To: Nick Ton; cmake at www . cmake . org
Subject: Re: [Cmake] Cmake, a deployment question...


The Makefile cmake generates does depend on cmake.
It is required to keep the dependency information up-to-date.
Also, the makefiles are configured for a particular system, and
can not reliably be moved from machine to machine.  So, you really
can not use cmake in that fashion.

-Bill


At 09:56 AM 7/25/2003, Nick Ton wrote:


>Hi,
>
>I was wondering if the Makefiles that cmake generates still relies
>on cmake for additional processing? The reason is that most of our
>deployment machines belong to our customer's. So there will be no
>opportunities to install CMake. We would just package our source files
>and the Makefiles and hand them over to the customers. Is there any
>issues in using cmake in this fashion?
>
>Nick
>_______________________________________________
>Cmake mailing list
>Cmake at www . cmake . org
>http://www . cmake . org/mailman/listinfo/cmake