Hi Allan,

On Tue, 2005-10-11 at 23:00 +0200, Allan Rasmusson wrote:
> Hi.
>     When I do a 'make clean' only the debug version is removed:
...
> 
> Shouldn't it remove the optimized version as well? Or is there a 
> "secret" command like make cleanopt that I haven't found?
> Just for info: I'm running OpenSG on Fedora Core 4 and Core 3 and the 
> situation is the same.

make help is your friend: ;)

...
Cleanup targets

remove temporary result files: object files, flex/bison/moc output etc.,
dbgclean    for the debugging libraries only
optclean    for the optimized libraries only
clean       for the same libraries as last time
allclean    dbgclean and optclean

remove dependency files
dbgDepClean    for the debugging libraries only
optDepClean    for the optimized libraries only
DepClean       for the same libraries as last time

same as clean + dependencies + results (libs/programs)
dbgClean    for the debugging libraries only
optClean    for the optimized libraries only
Clean       for the same libraries as last time
distclean   dbgClean and optClean

LibClean   remove libraries
ExeClean   remove executables
...

Hope it helps

        Dirk




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to