OPTS = @ac_configure_args@
-all: build-intlfonts build-gt
+all: build-intlfonts build-bdf build-truetype build-gt
-install: install-intlfonts install-gt
+install: install-intlfonts install-bdf install-truetype install-gt
build-intlfonts: intlfonts-1.2.1/config.log
cd intlfonts-1.2.1 && make install
+build-bdf:
+ cd BDF && make all
+
+install-bdf:
+ cd BDF && make install
+
+
+build-truetype:
+ cd TrueType && make all
+
+install-truetype:
+ cd TrueType && make install
+
+
build-gt:
cd GT && make all
distclean:
+ cd BDF && make distclean
+ cd TrueType && make distclean
+ cd GT && make distclean
-$(RM) Makefile config.status config.log
-$(RM) -r autom4te.cache/ intlfonts-1.2.1/ intlfonts-1.2.1.tar.gz
- cd GT && make distclean