X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=19e17cf572fbe12908ec79f10e3eba75721c2be1;hb=94a3c445bf70808292e3c239752970b9be05e8f5;hp=92c9169daad6f39a30092224d7ad7a6e5b210a9a;hpb=3339e10e3d70124b5b99f784c90d05cedd1be36b;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 92c9169d..19e17cf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,6 @@ MANDIR := @datarootdir@/man/man1 PACKAGE_VERSION := @PACKAGE_VERSION@ PACKAGE_STRING := @PACKAGE_STRING@ install_sh := @install_sh@ -cmdline_dir := @cmdline_dir@ executables := @executables@ GENGETOPT := @gengetopt@ @@ -22,6 +21,12 @@ codename := volatile relativity GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) +ggo_dir := ggo +object_dir := objects +man_dir := man/man1 +test_dir := t +cmdline_dir := cmdline + DEBUG_CPPFLAGS += -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls DEBUG_CPPFLAGS += -Wall -Wno-sign-compare -Wno-unknown-pragmas @@ -68,18 +73,10 @@ CPPFLAGS += @osl_cppflags@ man_pages := $(patsubst %, man/man1/%.1, @executables@) -ggo_dir := ggo -object_dir := objects -man_dir := man/man1 -test_dir := t - -m4_ggos := afh audioc audiod client filter gui recv server write ao_write -ggo_generated := $(addsuffix .ggo, $(addprefix $(ggo_dir)/,$(m4_ggos))) - autocrap := config.h.in configure tarball_pfx := @PACKAGE_TARNAME@-$(PACKAGE_VERSION) tarball_delete := $(addprefix $(tarball_pfx)/,\ - web versions .changelog_before_cvs .changelog_cvs .gitignore\ + web .changelog_before_cvs .changelog_cvs .gitignore\ skencil) tarball := @PACKAGE_TARNAME@-$(PACKAGE_VERSION).tar.bz2 @@ -289,7 +286,7 @@ clean: clean2: clean @[ -z "$(Q)" ] || echo 'CLEAN2' $(Q) rm -rf man $(object_dir) $(cmdline_dir) - $(Q) rm -f *_command_list.* *_completion.h $(ggo_generated) + $(Q) rm -f *_command_list.* *_completion.h $(ggo_dir)/*.ggo distclean: clean2 test-clean @[ -z "$(Q)" ] || echo 'DISTCLEAN' $(Q) rm -f Makefile autoscan.log config.status config.log