summaryrefslogtreecommitdiff
path: root/Build/source/utils/dialog/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-26 18:02:11 +0000
committerKarl Berry <karl@freefriends.org>2011-08-26 18:02:11 +0000
commit94d8eec871be0ca8f1b658e064b3786333b288ef (patch)
tree3ff9129ebe68e22df5eea8e366db439db5ecd4a2 /Build/source/utils/dialog/Makefile.am
parent4301ee320e58fbb4194ba20b63f75085557d0766 (diff)
rm (tc)dialog, rely on system program
git-svn-id: svn://tug.org/texlive/trunk@23695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog/Makefile.am')
-rw-r--r--Build/source/utils/dialog/Makefile.am49
1 files changed, 0 insertions, 49 deletions
diff --git a/Build/source/utils/dialog/Makefile.am b/Build/source/utils/dialog/Makefile.am
deleted file mode 100644
index f1d83484dfe..00000000000
--- a/Build/source/utils/dialog/Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
-## Proxy Makefile.am to build dialog for TeX Live.
-##
-## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
-##
-## This file is free software; the copyright holder
-## gives unlimited permission to copy and/or distribute it,
-## with or without modifications, as long as this notice is preserved.
-##
-ACLOCAL_AMFLAGS = -I ../../m4
-
-## The dialog-1.1-YYYYMMDD build system is good to build the binary,
-## but lacks many required targets.
-##
-## DIALOG_TREE is the unmodified source tree.
-
-# install dialog as tcdialog
-program_transform_name = 's,^,tc,'
-
-# We want to re-distribute the whole original dialog source tree.
-EXTRA_DIST = $(DIALOG_TREE)
-
-# Files not to distribute, also in case of an SVN repository
-dist-hook:
- cd $(distdir)/$(DIALOG_TREE) && \
- rm -rf config.log config.status dialog$(EXEEXT) dialog-config \
- dlg_config.h headers-sh makefile samples/install/makefile \
- *.a *.o `find -name .svn`
-
-nodist_man1_MANS = $(DIALOG_TREE)/dialog.1
-
-bin_PROGRAMS = $(DIALOG_TREE)/dialog
-
-$(DIALOG_TREE)/dialog$(EXEEXT): config.force
- cd $(DIALOG_TREE) && $(MAKE) $(AM_MAKEFLAGS) all
-
-config.force:
- echo timestamp >config.force
- CONFIG_SHELL=$(SHELL) && export CONFIG_SHELL && \
- eval $(SHELL) $(srcdir)/configure "`./config.status --config`"
-
-distclean-local:
- if test -f "$(DIALOG_TREE)/Makefile"; then \
- cd $(DIALOG_TREE) && $(MAKE) $(AM_MAKEFLAGS) distclean; \
- else :; fi
-
-__DIALOG_TREE__dialog_SOURCES =
-
-DISTCLEANFILES = config.force
-