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
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
> >>
> >>
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_
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
"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
>
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