X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=8921a3c67a993536616b23d32ed01f17d51e1204;hp=b6505f2a5ca06302ac1bc7e565074f0d892d193d;hb=b6100d88b5a03e824991b4a5bfd90b0e951e8d2b;hpb=299df142bb50bacebc0b3050768f941bc95b5b6f diff --git a/Makefile.in b/Makefile.in index b6505f2a..8921a3c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,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 := symplectic separability +codename := simultaneous independence DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls @@ -173,6 +173,7 @@ para_afh: @afh_objs@ clean: rm -f *.o $(BINARIES) + rm -f *_command_list.* rm -rf man distclean: clean rm -f Makefile autoscan.log config.status config.log && \ @@ -183,7 +184,6 @@ maintainer-clean: distclean rm -f $(ggo_generated) *.tar.bz2 \ config.h configure \ config.h.in skencil/*.pdf skencil/*.ps - rm -f *_command_list.* *.man man/man1/* rm -rf web_sync install: all man