> Where can I find a configure.ac and Makefile.am as template 
> for compile
> my application using the fltk libraries?
> 
> Do you have any references?

I don't know of any examples you could copy, other than the ones used to
build fltk itself, which is probably not what you want.

FWIW, and I do not know how relevant this is to your example, what I did
was have my various fltk versions in their own build-trees, then I
created suitably named symlinks to the "local" version of fltk-config in
each tree - e.g. create a symlink called "fltk-config-AVR" that points
to the actual fltk-config in your AVR fltk build tree, etc...

Thereafter, my Makefile could ascertain the appropriate
compile/include/link commands for each target just by calling
fltk-config-XXX, without having to mess about with auto* at all.

Worked for me. YMMV.

-- 
Ian


SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to