X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=b154c3298b970b516ce21a465f5970aaa58e981f;hb=51642118c156044133720d7b36e971fcb99b1e45;hp=a7abc2d3169b50c56b444846a3c77409b5607b86;hpb=ad35733037a093e0726b210c432c5701823b8dc1;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index a7abc2d3..b154c329 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,6 +37,8 @@ readline_ldflags := @readline_ldflags@ samplerate_ldflags := @samplerate_ldflags@ osl_ldflags := @osl_ldflags@ openssl_ldflags := @openssl_ldflags@ +gcrypt_ldflags := @gcrypt_ldflags@ +socket_ldflags := @socket_ldflags@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") @@ -274,7 +276,13 @@ para_recv para_afh para_play para_server: LDFLAGS += $(id3tag_ldflags) para_write para_play para_audiod: LDFLAGS += $(ao_ldflags) para_client para_audioc para_play : LDFLAGS += $(readline_ldflags) para_server: LDFLAGS += $(osl_ldflags) -para_server para_client para_audiod: LDFLAGS += $(openssl_ldflags) + +para_server \ +para_client \ +para_audiod \ +:LDFLAGS += \ + $(openssl_ldflags) \ + $(gcrypt_ldflags) para_audiod \ para_filter \ @@ -305,6 +313,14 @@ para_recv \ $(faad_ldflags) \ $(flac_ldflags) +para_server \ +para_client \ +para_audioc \ +para_audiod \ +para_recv \ +: LDFLAGS += \ + $(socket_ldflags) + para_recv: $(recv_objs) @[ -z "$(Q)" ] || echo 'LD $@' $(Q) $(CC) $(recv_objs) -o $@ @recv_ldflags@ $(LDFLAGS)