Index: conf/Makefile
===================================================================
--- conf/Makefile	(revision 5f4d9c3b32eea7b6643a751aa75bdb05b7d41576)
+++ conf/Makefile	(revision cfdf333a512778a753f04c7ce616075f6059e7bb)
@@ -1,3 +1,14 @@
 include ../config.mak
+
+.PHONY: all
+all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf
+
+%.conf: %.conf.m4
+	m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@
+
+
+.PHONY: clean
+clean:
+	rm *.conf
 
 .PHONY: install
