[Omake] OMake compilation with sub-directories
maksim.kneller at barclayscapital.com
maksim.kneller at barclayscapital.com
Mon Jul 6 11:22:30 PDT 2009
Hello,
Looking through OMake documentation it seems whenever sources from
subdirectories are used - they are always compiled into static libraries
first. Is this always necessary? Can I compile and link everything
without building the libs? I've been trying to write OMakefiles for this
but with no success.
Example dir structure:
myproject: OMakeroot, OMakefile, main.cpp
myproject/headers: file1.h
myproject/src: file1.cpp
________________________________
myproject OMakeroot contents:
open build/C
.SUBDIRS: .
myproject Omakefile contents:
CXX = g++
CXXFLAGS = -Wall
INCLUDES += headers src
CXXProgram(myapp, main file1 )
________________________________
OMakefiles in headers and src directories are empty, not sure if
anything needs to be in them.
When I run omake myapp I get an error:
Do not know how to build "file1.o" required for "myapp"
_______________________________________________
This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing. Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group.
_______________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.metaprl.org/pipermail/omake/attachments/20090706/0aaa0a26/attachment.htm
More information about the Omake
mailing list