chiark / gitweb /
General build system spring-cleaning.
[mLib] / Makefile.am
index 5b393f71ce07c518d2e52d0a43ef7e671fb44a71..5a11eb7b70b1407071b9bd5bf54aff35f2f81a2b 100644 (file)
@@ -45,7 +45,7 @@ EXTRA_DIST            += mLib.pc.in
 CLEANFILES             += mLib.pc
 
 mLib.pc: mLib.pc.in Makefile
-       $(AM_V_GEN)$(confsubst) $(srcdir)/mLib.pc.in >$@.new \
+       $(SUBST) $(srcdir)/mLib.pc.in >$@.new \
                $(SUBSTITUTIONS) && \
                mv $@.new $@
 
@@ -107,6 +107,12 @@ SUBDIRS                    += t
 ###--------------------------------------------------------------------------
 ### Distribution.
 
+## Make sure the precomputed tables are available.  Hang this off of any
+## distributed file.
+mLib.pc.in: ensure-precomp-libs
+ensure-precomp-libs:
+       for d in ui utils; do (cd $$d && $(MAKE) all) || exit 1; done
+
 ## Release number.
 dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE