X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=34992de8514fdce7e4c02f83d9b1e478025d091d;hp=426072c8431ee4466dbfd60ce97012a11da2eb78;hb=04d57a4d05ce0a0f8d16c32d14d056e312527808;hpb=77aa66801a7fb984ac9814ca5535c9d7762545ff diff --git a/Makefile.in b/Makefile.in index 426072c8..34992de8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,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 := associative expansion +codename := imaginary radiation DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -254,7 +254,7 @@ para_afh: $(afh_objs) clean: @[ -z "$(Q)" ] || echo 'CLEAN' - $(Q) rm -f $(BINARIES) $(object_dir)/*.o + $(Q) rm -f @executables@ $(object_dir)/*.o clean2: clean @[ -z "$(Q)" ] || echo 'CLEAN2' @@ -275,7 +275,7 @@ maintainer-clean: distclean install: all man mkdir -p $(BINDIR) $(MANDIR) - $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) + $(install_sh) -s -m 755 @executables@ $(BINDIR) $(install_sh) -m 644 $(man_pages) $(MANDIR) mkdir -p $(VARDIR) >/dev/null 2>&1 || true # not fatal, so don't complain