summaryrefslogtreecommitdiff
path: root/Makefile.sub
blob: 2e032a58ee883a657af14408331d6f8d24b28e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Copyright (C) 1989-2000, 2001-2004, 2006, 2009, 2013
#   Free Software Foundation, Inc.
#      Written by James Clark (jjc@jclark.com)
# 
# This file is part of groff.
# 
# groff is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Makefile.sub
#
DISTCLEANFILES=\
  Makefile \
  config.cache \
  config.log \
  config.status \
  groff.log \
  groff.sum \
  src/include/config.h \
  site.bak \
  site.exp \
  stamp-h \
  test-groff

MOSTLYCLEANADD=\
  Makefile.cfg \
  conftest*

M4MACROS=\
  $(srcdir)/m4/codeset.m4 \
  $(srcdir)/m4/fcntl-o.m4 \
  $(srcdir)/m4/glibc21.m4 \
  $(srcdir)/m4/groff.m4 \
  $(srcdir)/m4/iconv.m4 \
  $(srcdir)/m4/lib-ld.m4 \
  $(srcdir)/m4/lib-link.m4 \
  $(srcdir)/m4/lib-prefix.m4 \
  $(srcdir)/m4/localcharset.m4

distfiles: configure

$(srcdir)/configure: configure.ac $(srcdir)/aclocal.m4
	cd $(srcdir) && autoconf && rm -rf autom4te.cache

$(srcdir)/aclocal.m4: $(M4MACROS)
	cd $(srcdir) && aclocal -I m4

config.status: configure
	$(SHELL) config.status --recheck

# autoheader might not change config.hin, so touch a stamp file.
$(srcdir)/config.hin: stamp-h.in
$(srcdir)/stamp-h.in: configure.ac $(srcdir)/aclocal.m4
	cd $(srcdir) && autoheader
	echo timestamp > $(srcdir)/stamp-h.in
     
config.h: stamp-h
stamp-h: config.hin config.status
	$(SHELL) config.status

# Always create the site-font directory as a guide to the user.
install_data:
	-test -d $(DESTDIR)$(localfontdir) \
	  || $(mkinstalldirs) $(DESTDIR)$(localfontdir)