]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
call_callback(): Fix a shm leak in afs.c.
[paraslash.git] / Makefile.in
index 3e5239cfd5868e44c6acebb5459b5d6e5bacc6e4..05af6da8e58588ef842cc3549e7d8bd8e67f7ca6 100644 (file)
@@ -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@
@@ -241,7 +238,7 @@ install: all man
 
 @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: $(tarball_add)
        rm -rf $(tarball_pfx).tar.bz2 $(tarball_pfx)
-       git-archive --format=tar --prefix=$(tarball_pfx)/ HEAD \
+       git archive --format=tar --prefix=$(tarball_pfx)/ HEAD \
                | tar --delete $(tarball_delete) > $(tarball_pfx).tar
        mkdir $(tarball_pfx)
        cp -r $(tarball_add) $(tarball_pfx)