1 ## Process this file with automake to produce Makefile.in
16 include $(top_srcdir)/build-aux/subst.am
18 # Ideally we'd use '$(SED) -i', but unfortunately that's not portable.
20 $(do_make_subst) <$(DESTDIR)$(pkgdatadir)/default.mk \
21 >$(DESTDIR)$(pkgdatadir)/default.mk.new
22 mv $(DESTDIR)$(pkgdatadir)/default.mk.new \
23 $(DESTDIR)$(pkgdatadir)/default.mk
25 $(do_make_subst) <$(DESTDIR)$(pkgdatadir)/buildtools.mk \
26 >$(DESTDIR)$(pkgdatadir)/buildtools.mk.new
27 mv $(DESTDIR)$(pkgdatadir)/buildtools.mk.new \
28 $(DESTDIR)$(pkgdatadir)/buildtools.mk
30 $(do_make_subst) <$(DESTDIR)$(pkgdatadir)/vendor.mk \
31 >$(DESTDIR)$(pkgdatadir)/vendor.mk.new
32 mv $(DESTDIR)$(pkgdatadir)/vendor.mk.new \
33 $(DESTDIR)$(pkgdatadir)/vendor.mk