(distclean-all): Add cleaner for bdf-hng-fonts.
[chise/chise-fonts-installer.git] / BDF / Makefile.in
index b298a11..3a66140 100644 (file)
@@ -11,11 +11,12 @@ LIBDIR              = @libdir@
 OPTS           = @ac_configure_args@
 
 
-all:   build-jisx0213 build-etl-vn2 build-thai-xtis \
-       build-zinbun build-cbeta
+all:   build-jisx0213 build-egb build-etl-vn2 \
+       build-thai-xtis build-zinbun build-hanazono build-mj build-cbeta build-HNG
 
-install:       install-jisx0213 install-etl-vn2 install-thai-xtis \
-               install-zinbun install-cbeta
+install:       install-jisx0213 install-egb install-etl-vn2 \
+               install-thai-xtis install-zinbun install-hanazono \
+               install-mj install-cbeta install-HNG
 
 
 build-jisx0213:
@@ -25,6 +26,13 @@ install-jisx0213:
        cd JISX0213 && make install
 
 
+build-egb:
+       cd EGB && make
+
+install-egb:
+       cd EGB && make install
+
+
 build-etl-vn2:
        cd ETL-VN2 && make
 
@@ -46,6 +54,20 @@ install-zinbun:
        cd Zinbun && make install
 
 
+build-hanazono:
+       cd Hanazono && make
+
+install-hanazono:
+       cd Hanazono && make install
+
+
+build-mj:
+       cd MJ && make
+
+install-mj:
+       cd MJ && make install
+
+
 build-cbeta:
        cd CBETA && make
 
@@ -53,10 +75,36 @@ install-cbeta:
        cd CBETA && make install
 
 
+HNG:
+       git clone https://gitlab.hng-data.org/HNG/bdf-hng-fonts.git HNG
+
+build-HNG:     HNG
+       cd HNG && ./configure
+
+install-HNG:
+       cd HNG && make install
+
+
 distclean:
        cd JISX0213 && make distclean
+       cd EGB && make distclean
        cd ETL-VN2 && make distclean
        cd Thai-XTIS && make distclean
        cd Zinbun && make distclean
+       cd Hanazono && make distclean
+       cd MJ && make distclean
        cd CBETA && make distclean
+       cd HNG && make distclean
+       -$(RM) Makefile
+
+distclean-all:
+       cd JISX0213 && make distclean-all
+       cd EGB && make distclean-all
+       cd ETL-VN2 && make distclean-all
+       cd Thai-XTIS && make distclean-all
+       cd Zinbun && make distclean-all
+       cd Hanazono && make distclean-all
+       cd MJ && make distclean-all
+       cd CBETA && make distclean-all
+       -$(RM) -rf HNG
        -$(RM) Makefile