summaryrefslogtreecommitdiffstats
path: root/scripts/mk/Makefile.am
blob: a82e409d6fd36f7d5a3828a45c349a2d46eeedca (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
## Process this file with automake to produce Makefile.in

dist_pkgdata_DATA = \
	architecture.mk \
	buildflags.mk \
	buildopts.mk \
	buildtools.mk \
	default.mk \
	pkg-info.mk \
	vendor.mk \
	# EOL

SUFFIXES =

include $(top_srcdir)/build-aux/subst.am

# Ideally we'd use '$(SED) -i', but unfortunately that's not portable.
install-data-hook:
	$(do_make_subst) <$(DESTDIR)$(pkgdatadir)/default.mk \
	                 >$(DESTDIR)$(pkgdatadir)/default.mk.new
	mv $(DESTDIR)$(pkgdatadir)/default.mk.new \
	   $(DESTDIR)$(pkgdatadir)/default.mk

	$(do_make_subst) <$(DESTDIR)$(pkgdatadir)/buildtools.mk \
	                 >$(DESTDIR)$(pkgdatadir)/buildtools.mk.new
	mv $(DESTDIR)$(pkgdatadir)/buildtools.mk.new \
	   $(DESTDIR)$(pkgdatadir)/buildtools.mk