Compiling an object file from one of many source files

2008-09-25 Thread uglyoldbob
I am porting newlib to another system. Here is the makefile.am I am using (I already know it doesn't work the way I want it to) I have files named syscalls(architecture_name).c and need only one of them compiled into syscalls.o (actually lib_a-syscalls.o) If I remove syscalls.c from the EXTRA_ sou

Re: parallel testsuite execution

2008-09-25 Thread Ralf Wildenhues
Let's get back to this issue. I seem to constantly be about one year behind everything. * Akim Demaille wrote on Fri, Oct 26, 2007 at 01:53:20PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > * Akim wrote: > >> So I would like to be able to write something like > >> > >>

RE: automake not descending into subdirectories to createMakefile.in's

2008-09-25 Thread Laura Hughes (lahughes)
Wow - I knew it was easy. I just assumed configure.ac was correct since it was generated by autoscan. Thanks again! Laura > > > My directory struct looks like this: > > > > topdir/ > >src/ > >src/basic_utilities > >src/ethernet_tests/bc5709_tests > >src/ethernet_tests/bc57711_

Re: automake not descending into subdirectories to create Makefile.in's

2008-09-25 Thread Ralf Wildenhues
Hello Laura, * Laura Hughes (lahughes) wrote on Thu, Sep 25, 2008 at 09:44:07PM CEST: > My directory struct looks like this: > > topdir/ >src/ >src/basic_utilities >src/ethernet_tests/bc5709_tests >src/ethernet_tests/bc57711_tests >src/mezzanine_card_tests > > My files: > t

Re: automake not descending into subdirectories to create Makefile.in's

2008-09-25 Thread Ben Pfaff
"Laura Hughes (lahughes)" <[EMAIL PROTECTED]> writes: > My directory struct looks like this: > > topdir/ >src/ >src/basic_utilities >src/ethernet_tests/bc5709_tests >src/ethernet_tests/bc57711_tests >src/mezzanine_card_tests [...] > AC_CONFIG_FILES([Makefile >

automake not descending into subdirectories to create Makefile.in's

2008-09-25 Thread Laura Hughes (lahughes)
I'm a newbie at this. I am trying to convert an existing project to use auto* tools. My directory struct looks like this: topdir/ src/ src/basic_utilities src/ethernet_tests/bc5709_tests src/ethernet_tests/bc57711_tests src/mezzanine_card_tests My files: topdir/configure.ac: AC