Revert "we use glibc, and gconv. Don't need our own transcoding stuff, glibc does"
[apps/madmutt.git] / tools / Makefile
index 1ae72cc..e056653 100644 (file)
@@ -1,16 +1,5 @@
-# automake sucks, badly
-all: ../lib-mime/mime-token.h \
-     ../lib-mime/mime.li      \
-     ../lib-lua/lua-token.h   \
-     ../lib-lua/madmutt.li    \
-     ../charset.li
-
-../%: ; $(MAKE) -C $(@D) $(@F)
-
 cpkg2c: cpkg2c.mll
        ocamllex $<
 cpkg2c: cpkg2c.mll
        ocamllex $<
-       $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml
+       $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa unix.cmxa,ocamlc -o $@ str.cma unix.cma) $@.ml
        @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
 
        @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
 
-clean:
-       $(RM) cpkg2c