From: Francesco M. <f18...@ya...> - 2006-09-02 11:03:54
|
John Labenski ha scritto: > On a more important note, there are some changes to the configure > script and/or bakefiles that need to be made. > > 1) Makefile.in uses "-I./include" instead of "-I$(srcdir)/include" so > that you cannot run configure from anywhere other than the root dir of > the component. I cannot for the life of me figure out where this code > comes from. fixed > 2) the generated configure script needs the lines > mkdir -p lib > mkdir -p samples/MYSAMPLE_NAME > before the end, perhaps before "# end in a nice way the configure > script" so that if you build from anywhere other than the root dir of > the components these dirs exist. Again, it's easy enough to add to the > generated configure script, but I cannot figure out where they should > be added upstream. now targets.bkl declares some auxiliary targets which build the 'lib' folder, and all the COMP_SAMPLE_DIR* folders. For my components this is enough to make them work with the "../configure" trick. Francesco |