annotate configure.ac @ 564:7fb9b939722f

* Add basic build files
author Chris Cannam
date Wed, 22 Sep 2010 11:11:40 +0100
parents
children 0b0377d471ac
rev   line source
Chris@564 1
Chris@564 2 AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com)
Chris@564 3
Chris@564 4 AC_CONFIG_SRCDIR(base/base.pro)
Chris@564 5
Chris@564 6 # Autoconf will set CXXFLAGS; we don't usually want it to, because we
Chris@564 7 # either define our own flags (at least if GCC is in use) or else use
Chris@564 8 # the user's preferences. We need to ensure CXXFLAGS is only set if
Chris@564 9 # the user has expressly set it. So, save the user's (or empty)
Chris@564 10 # setting now and restore it after Autoconf has done its bit of
Chris@564 11 # piddling about.
Chris@564 12 USER_CXXFLAGS="$CXXFLAGS"
Chris@564 13
Chris@564 14 AC_LANG_CPLUSPLUS
Chris@564 15
Chris@564 16 AC_PROG_CC
Chris@564 17 AC_PROG_CXX
Chris@564 18 AC_PROG_INSTALL
Chris@564 19 AC_PROG_MKDIR_P
Chris@564 20
Chris@564 21 AC_HEADER_STDC
Chris@564 22
Chris@564 23 # These are the flags Autoconf guesses for us; we use them later if
Chris@564 24 # the user has set none and we are not using GCC (so lack our own
Chris@564 25 # preferred flags)
Chris@564 26 AUTOCONF_CXXFLAGS="$CXXFLAGS"
Chris@564 27
Chris@564 28 PKG_PROG_PKG_CONFIG
Chris@564 29
Chris@564 30 SV_CHECK_QT
Chris@564 31
Chris@564 32 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING"
Chris@564 33 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING"
Chris@564 34 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE"
Chris@564 35
Chris@564 36 # Now we have: USER_CXXFLAGS contains any flags the user set
Chris@564 37 # explicitly; AUTOCONF_CXXFLAGS contains flags that Autoconf thought
Chris@564 38 # we should use. If we have GCC, we override the latter but then
Chris@564 39 # allow ourselves to be overridden (later) by the former
Chris@564 40
Chris@564 41 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
Chris@564 42 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
Chris@564 43 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
Chris@564 44
Chris@564 45 if test "x$GCC" = "xyes"; then
Chris@564 46 CXXFLAGS_DEBUG="-Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe"
Chris@564 47 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe"
Chris@564 48 CXXFLAGS_MINIMAL="-g0 -O0"
Chris@564 49 fi
Chris@564 50
Chris@564 51 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE"
Chris@564 52 SV_DEFINES_BUILD="$SV_DEFINES_RELEASE"
Chris@564 53
Chris@564 54 AC_ARG_ENABLE(debug, [AS_HELP_STRING([--enable-debug],[enable debug support [default=no]])],[AC_MSG_NOTICE([enabling debug build])
Chris@564 55 CXXFLAGS_BUILD="$CXXFLAGS_DEBUG"
Chris@564 56 SV_DEFINES_BUILD="$SV_DEFINES_DEBUG"])
Chris@564 57
Chris@564 58 if test x"$USER_CXXFLAGS" != x; then
Chris@564 59 AC_MSG_NOTICE([The CXXFLAGS environment variable is set to "$USER_CXXFLAGS".])
Chris@564 60 AC_MSG_NOTICE(Overriding default compiler flags with the above user setting.)
Chris@564 61 CXXFLAGS_BUILD="$USER_CXXFLAGS"
Chris@564 62 CXXFLAGS_MINIMAL="$USER_CXXFLAGS"
Chris@564 63 fi
Chris@564 64
Chris@564 65 CXXFLAGS="$CXXFLAGS_BUILD $SV_DEFINES_BUILD"
Chris@564 66
Chris@564 67 SV_MODULE_REQUIRED([bz2],[],[bzlib.h],[bz2],[BZ2_bzReadOpen])
Chris@564 68 SV_MODULE_REQUIRED([fftw3],[fftw3 >= 3.0.0],[fftw3.h],[fftw3],[fftw_execute])
Chris@564 69 SV_MODULE_REQUIRED([fftw3f],[fftw3f >= 3.0.0],[fftw3.h],[fftw3f],[fftwf_execute])
Chris@564 70 SV_MODULE_REQUIRED([sndfile],[sndfile >= 1.0.16],[sndfile.h],[sndfile],[sf_open])
Chris@564 71 SV_MODULE_REQUIRED([samplerate],[samplerate >= 0.1.2],[samplerate.h],[samplerate],[src_new])
Chris@564 72 SV_MODULE_REQUIRED([vamp],[vamp >= 2.1],[vamp/vamp.h],[],[])
Chris@564 73 SV_MODULE_REQUIRED([vamphostsdk],[vamp-hostsdk >= 2.0],[vamp-hostsdk/PluginLoader.h],[],[])
Chris@564 74 SV_MODULE_REQUIRED([rubberband],[rubberband],[rubberband/RubberBandStretcher.h],[rubberband],[rubberband_new])
Chris@564 75 SV_MODULE_REQUIRED([raptor],[raptor >= 1.4.20],[raptor.h],[raptor],[raptor_start_parse])
Chris@564 76 SV_MODULE_REQUIRED([rasqal],[rasqal >= 0.9.19],[rasqal/rasqal.h],[rasqal],[rasqal_new_world])
Chris@564 77 SV_MODULE_REQUIRED([redland],[redland >= 1.0.10],[librdf.h],[rdf],[librdf_new_world])
Chris@564 78
Chris@564 79 SV_MODULE_OPTIONAL([liblo],[],[lo/lo.h],[lo],[lo_address_new])
Chris@564 80 SV_MODULE_OPTIONAL([JACK],[jack >= 0.100],[jack/jack.h],[jack],[jack_client_open])
Chris@564 81 SV_MODULE_OPTIONAL([libpulse],[libpulse >= 0.9],[pulse/pulseaudio.h],[pulse],[pa_stream_new])
Chris@564 82 SV_MODULE_OPTIONAL([lrdf],[lrdf >= 0.2],[lrdf.h],[lrdf],[lrdf_init])
Chris@564 83 SV_MODULE_OPTIONAL([oggz],[oggz >= 1.0.0],[oggz/oggz.h],[oggz],[oggz_run])
Chris@564 84 SV_MODULE_OPTIONAL([fishsound],[fishsound >= 1.0.0],[fishsound/fishsound.h],[fishsound],[fish_sound_new])
Chris@564 85 SV_MODULE_OPTIONAL([mad],[mad >= 0.15.0],[mad.h],[mad],[mad_decoder_init])
Chris@564 86 SV_MODULE_OPTIONAL([id3tag],[id3tag >= 0.15.0],[id3tag.h],[id3tag],[id3_tag_new])
Chris@564 87
Chris@564 88 AC_SUBST(PERL)
Chris@564 89 AC_SUBST(XARGS)
Chris@564 90 AC_SUBST(MAKEDEPEND)
Chris@564 91 AC_SUBST(SHA1SUM)
Chris@564 92 AC_SUBST(CUT)
Chris@564 93
Chris@564 94 AC_SUBST(CFLAGS)
Chris@564 95 AC_SUBST(CXXFLAGS)
Chris@564 96 AC_SUBST(CXXFLAGS_MINIMAL)
Chris@564 97 AC_SUBST(HAVES)
Chris@564 98 AC_SUBST(LIBS)
Chris@564 99
Chris@564 100 AC_SUBST(CC)
Chris@564 101 AC_SUBST(CXX)
Chris@564 102
Chris@564 103 AC_SUBST(CODENAME)
Chris@564 104
Chris@564 105 AC_OUTPUT([config.pri])
Chris@564 106
Chris@564 107 if ! $QMAKE -r; then
Chris@564 108 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
Chris@564 109 fi
Chris@564 110
Chris@564 111 # qmake builds our static libraries, which is fine -- what we'd really
Chris@564 112 # like to do afterwards is bundle them into a single .so with e.g.
Chris@564 113
Chris@564 114 # gcc -Wl,--whole-archive */*.a -Wl,--no-whole-archive -o libsvcore.so
Chris@564 115
Chris@564 116 # but how best to arrange this? if it's not possible, we'll presumably
Chris@564 117 # just have to use a single (q)make(project)file instead.
Chris@564 118
Chris@564 119 AC_MSG_NOTICE([
Chris@564 120
Chris@564 121 Configuration complete.
Chris@564 122 Please check the above messages for any warnings that you
Chris@564 123 might care about, and then run "make".
Chris@564 124
Chris@564 125 The file config.pri contains the configuration settings for
Chris@564 126 qmake. If you want to adjust these by hand, edit config.pri
Chris@564 127 and run "qmake -r" again to regenerate the Makefile.
Chris@564 128 ])