X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=ca2bab538cec551e46c5c03a33c9460fba9ebfb3;hb=8587981e8156ca725377792259ed653f112bcb98;hp=2e2af4839b29f32eb815144e9f5d6127fa3eeb9b;hpb=e9dd7df880c68a2d664ea10d167e6667707f9fd5;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 2e2af483..ca2bab53 100644 --- a/Makefile.real +++ b/Makefile.real @@ -35,7 +35,6 @@ m4depdir := $(build_dir)/m4deps help2man_dir := $(build_dir)/help2man lls_suite_dir := $(build_dir)/lls lls_m4_dir := m4/lls -m4_ggo_dir := m4/gengetopt test_dir := t # sort removes duplicate words, which is all we need here @@ -96,7 +95,6 @@ man: $(man_pages) tarball: $(tarball) include $(lls_m4_dir)/makefile -include $(m4_ggo_dir)/makefile include $(test_dir)/makefile.test ifeq ($(findstring clean, $(MAKECMDGOALS)),) -include $(deps) @@ -190,22 +188,6 @@ $(man_dir)/para_%.1: $(lls_suite_dir)/%.lsg.man $(man_util_command_lists) \ $(Q) cat $< $(man_util_command_lists) > $@ $(Q) $(M4) -D COPYRIGHT_YEAR=$(COPYRIGHT_YEAR) $(lls_m4_dir)/copyright.m4 >> $@ -$(man_dir)/para_%.1: $(man_util_command_lists) \ - $(ggo_dir)/%.ggo man_util.bash \ - | $(man_dir) $(help2man_dir) - @[ -z "$(Q)" ] || echo 'MAN $<' - $(Q) \ - COMMAND_LISTS="$(man_util_command_lists)" \ - FILTERS="$(filters)" \ - GENGETOPT=$(GENGETOPT) \ - GGO_DIR=$(ggo_dir) \ - HELP2MAN=$(HELP2MAN) \ - HELP2MAN_DIR=$(help2man_dir) \ - RECEIVERS="$(receivers)" \ - VERSION="$(GIT_VERSION)" \ - WRITERS="$(writers)" \ - ./man_util.bash $@ - $(object_dir)/%.o: %.c | $(object_dir) $(object_dir)/opus%.o $(dep_dir)/opus%.d: CPPFLAGS += $(opus_cppflags)