summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2014-08-21 23:07:00 +0200
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2015-01-27 23:13:13 +0100
commitf04340a44502ff22c961667caa4b313478b42077 (patch)
tree1ecbc7b027840832c3644110c66221f37205d3c9 /arch
parent329ac4e250cabe7d2fba81c2f70163a0a953ae85 (diff)
downloadgroff-git-f04340a44502ff22c961667caa4b313478b42077.tar.gz
Build all binaries in src/preproc and build arch/misc/shdeps.sed.
* src/preproc: Add 1 .am file per subdirectory. Use `AM_YFLAGS' to pass option to yacc/flex.
Diffstat (limited to 'arch')
-rw-r--r--arch/misc/misc.am (renamed from arch/misc/Makefile.sub)21
1 files changed, 6 insertions, 15 deletions
diff --git a/arch/misc/Makefile.sub b/arch/misc/misc.am
index db61b43a5..7807a2697 100644
--- a/arch/misc/Makefile.sub
+++ b/arch/misc/misc.am
@@ -1,5 +1,8 @@
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
-# Written by Keith Marshall (keith.d.marshall@ntlworld.com)
+# Original Makefile.sub written by Keith Marshall
+# (keith.d.marshall@ntlworld.com).
+# Adapted to Automake by Bertrand Garrigues
+# (bertrand.garrigues@laposte.net).
#
# This file is part of groff.
#
@@ -16,17 +19,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-MOSTLYCLEANADD=shdeps.sed
-
-all: shdeps.sed
-
-shdeps.sed: $(srcdir)/shdeps.sh
- $(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
-
-########################################################################
-# Emacs settings
-########################################################################
-#
-# Local Variables:
-# mode: makefile
-# End:
+shdeps.sed: $(top_srcdir)/arch/misc/shdeps.sh
+ $(SHELL) $(top_srcdir)/arch/misc/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@