Re: Target in Makefile

2005-11-06 Thread Michael Schulz
Hello Ralf! Thank you! This helps me very much! I think the best solution for my problem is to define two targets (moll and moll_fb). The target moll_fb needs some additional sources and needs to be linked with some additional libraries. How to define the additional libraries for that? Here i

Target in Makefile.am - help newbe!

2005-11-05 Thread Michael Schulz
Hello! I'm newbe to autoconf, automake. I try to make a target in Makefile.am that compiles the base source code with some extra code and extra libs. But a 'make fb' only compiles the base source code. Makefile.am: bin_PROGRAMS = moll # # m-files # ###