I think "make clobber" gets rid of all the old makefiles, then ./ Configure will regenerate them from the JMakefiles.
I don't think there's a magic incantation for ./Configure. I personally just make two really simple scripts "g1.sh" and "g2.sh" for gtk1 and gtk2. Then I just checkout, cd to the directory and run ../g2.sh or ../ g1.sh and it does all the ./Configure stuff with the same options each time. so my g2.sh looks like this: ./Configure -D optimize='-O3' -DMALLOC=1 -D gtkversion=2 -d -e -r -s and that's it! emile On Tue, 2004-07-27 at 00:20 +0000, alex wrote: > Actually doing some hacking and I wanted to put my bits in a new file. > I've dutifully added the c file to src/Jmakefile but I'm at a loss on > how to recreate the Makefile's to include them. > > Is there a magic incantation for ./Configure that regenerates files > without having to ask all the questions again or changing my current > choices? > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
