X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=726b9da23b5ce124f7702f0aa44776867e9ae7ed;hb=5cd2d4d9f73e9f7d8c1503823570e793946015fe;hp=a6214b0cd1be9fe7e0f1abe00937280ef26abe22;hpb=30ebd6c03647ea5ba594acf5db6e221135b8e0b6;p=dss.git diff --git a/Makefile b/Makefile index a6214b0..726b9da 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -dss_objects := cmdline.o dss.o string.o fd.o exec.o signal.o daemon.o df.o time.o +dss_objects := cmdline.o dss.o string.o fd.o exec.o signal.o daemon.o df.o time.o snap.o all: dss man: dss.1 @@ -20,7 +20,7 @@ Makefile.deps: $(wildcard *.c *.h) -include Makefile.deps dss: $(dss_objects) - $(CC) $(CPPFLAGS) $(DEBUG_CPPFLAGS) -o $@ $(dss_objects) + $(CC) -o $@ $(dss_objects) %.o: %.c cmdline.h $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) $< @@ -34,7 +34,7 @@ cmdline.c cmdline.h: dss.ggo gengetopt --conf-parser < $< dss.1: dss - help2man -N ./$< > $@ + help2man -h --detailed-help -N ./$< > $@ %.1.html: %.1 man2html $< > $@