This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Makefile.am


MaDorwig@t-online.de wrote:

hello,
i added a module in stdlib's Makefile.am
what must i do to create the Makefiles ?

Martin



You need to regenerate the Makefile.in which you do by going to the newlib/libc directory and perform automake --cygnus stdlib/Makefile

This is true for all subdirectories of libc that do not have a configure.in file. For the those that do have a configure.in (sys and machine) you change into the specific directory and issue the automake --cygnus Makefile

Note that newlib uses older versions of autoconf and automake (1.4-p6) so if you run into problems, be aware.

If you haven't used autoconf/automake before, take a look at the gnu.org site for more information or use the info command on your system.

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]