Commit graph

6 commits

Author SHA1 Message Date
Ralph Giles
2852cb1486 Tell automake to put object files in subdirectories.
Previously the autotools build litered whatever directory
'make' was invoked from with intermediate files. Adding
'subdir-objects' to AUTOMAKE_OPTIONS tells it to put them
in subdirectories according to the relative paths to the
source files, .i.e. silk/schur.o for $(srcdir)/silk/schur.c

The change to autogen.sh is necessary to handle the
(apparently new) case where an AUTOMAKE_OPTIONS line is
given without a minimum version number.
2011-08-02 11:43:43 -07:00
Jean-Marc Valin
e05aaf22db Updating the autotools build system (wip) 2011-04-29 19:48:42 -04:00
Koen Vos
d8765e54ea SILK update 2011-04-27 00:51:03 -04:00
Jean-Marc Valin
940931e49b Build fixes 2011-03-23 06:51:36 -04:00
Jean-Marc Valin
63c325acf6 Build update 2010-07-08 11:52:49 -04:00
Jean-Marc Valin
a0cbeca880 autotools-based build system 2010-07-08 11:27:20 -04:00