> > > Hi Automake/autoconf experts, > > is there any way to add a new machine-dependent assembler (.s) or C (.c) > file to the build process, and put it my config/<cpu> or config/<cpu>/<os> > dir? > > I tried creating a <cpu>/<os>/Makefile.frag as its done in the > engines and threadsystems directories, but that didn't quite work...
It appears that the configure script looks for Make.frag and not Makefile.frag. Ah, gotta love the consistency... > Thank you all! > Gerlando tim _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
