greetings, using v1.3 from svn on a mac i'd like to be able to build universal and intel libs in subdirectories of the source tree so that i don't have to "make clean; set flags; configure && make" twice for each update.
i tried to make subdirectories and to use ../configure ; make but the Makefile is generated in '..'. make -f ../Makefile doesn't work either. it would be awesome if i just could do "cd intel && make; cd ../universal && make" for every update! possible? how? thanks _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

