X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=396c8de6b98acbf0fdd9b9d42fe63a72316f2352;hb=refs%2Fheads%2Fnext;hp=d4a83a776eec0dfd602aa4329a72718cc15ea7f4;hpb=767a4a54c967bc4b80bd14d02e89fe91acd848dd;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index d4a83a77..396c8de6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,20 +12,26 @@ FLEX := @FLEX@ BISON := @BISON@ M4 := @M4@ LOPSUBGEN := @LOPSUBGEN@ +CRYPTOLIB := @CRYPTOLIB@ -executables := @executables@ +NEED_OGG_OBJECTS := @NEED_OGG_OBJECTS@ +NEED_VORBIS_OBJECTS := @NEED_VORBIS_OBJECTS@ +NEED_SPEEX_OBJECTS := @NEED_SPEEX_OBJECTS@ +NEED_OPUS_OBJECTS := @NEED_OPUS_OBJECTS@ +NEED_FLAC_OBJECTS := @NEED_FLAC_OBJECTS@ +NEED_AO_OBJECTS := @NEED_AO_OBJECTS@ -recv_objs := @recv_objs@ -filter_objs := @filter_objs@ -client_objs := @client_objs@ -gui_objs := @gui_objs@ -audiod_objs := @audiod_objs@ -audioc_objs := @audioc_objs@ -mixer_objs := @mixer_objs@ -server_objs := @server_objs@ -write_objs := @write_objs@ -afh_objs := @afh_objs@ -play_objs := @play_objs@ +HAVE_OSL := @HAVE_OSL@ +HAVE_FAAD := @HAVE_FAAD@ +HAVE_READLINE := @HAVE_READLINE@ +HAVE_FLAC := @HAVE_FLAC@ +HAVE_MAD := @HAVE_MAD@ +HAVE_SAMPLERATE := @HAVE_SAMPLERATE@ +HAVE_AO := @HAVE_AO@ +HAVE_PTHREAD := @HAVE_PTHREAD@ +HAVE_OSS := @HAVE_OSS@ +HAVE_ALSA := @HAVE_ALSA@ +HAVE_CURSES := @HAVE_CURSES@ speex_cppflags := @speex_cppflags@ opus_cppflags := @opus_cppflags@ @@ -67,4 +73,6 @@ curses_ldflags := @curses_ldflags@ crypto_ldflags := @crypto_ldflags@ iconv_ldflags := @iconv_ldflags@ +ENABLE_UBSAN := @ENABLE_UBSAN@ + include Makefile.real