X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=506b2af049a2b90443fd79cb915c0c66e24b80f2;hp=3e5239cfd5868e44c6acebb5459b5d6e5bacc6e4;hb=8694f85b70488f2cdb48a1e853bdfae68dabc99f;hpb=97727c2e95cce064e03f495e97119cae447397d7 diff --git a/Makefile.in b/Makefile.in index 3e5239cf..506b2af0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := probabilistic parity +codename := axiomatic perspectivity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -72,9 +72,6 @@ all: $(BINARIES) $(man_pages) man: $(man_pages) tarball: $(tarball) -fade_objs := fade.cmdline.o fade.o exec.o close_on_fork.o string.o fd.o -fsck_objs := osl.o rbtree.o fsck.o string.o sha1.o fsck.cmdline.o - *.o: para.h config.h gcc-compat.h include Makefile.deps @@ -137,12 +134,12 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo server_command_lists = server_command_list.man afs_command_list.man man/man1/para_server.1: para_server $(server_command_lists) mkdir -p man/man1 - opts="-h --detailed-help -N `for i in $(server_command_lists); do echo "-i $$i"; done`"; \ + opts="-h --detailed-help -N `for i in $(server_command_lists); do printf "%s\n" "-i $$i"; done`"; \ help2man $$opts ./para_server > $@ man/man1/para_audiod.1: para_audiod audiod_command_list.man mkdir -p man/man1 - help2man -N -i audiod_command_list.man ./para_audiod > $@ + help2man -h --detailed-help -N -i audiod_command_list.man ./para_audiod > $@ man/man1/%.1: % mkdir -p man/man1 @@ -203,8 +200,8 @@ para_audiod: @audiod_objs@ para_audioc: @audioc_objs@ $(CC) $(LDFLAGS) -o $@ @audioc_objs@ @audioc_ldflags@ -para_fade: $(fade_objs) - $(CC) $(LDFLAGS) -o $@ $(fade_objs) +para_fade: @fade_objs@ + $(CC) $(LDFLAGS) -o $@ @fade_objs@ para_server: @server_objs@ $(CC) $(LDFLAGS) -o $@ @server_objs@ @server_ldflags@