work some nifty hacks to work as if we had in tree building.
[apps/madmutt.git] / tools / Makefile
diff --git a/tools/Makefile b/tools/Makefile
deleted file mode 100644 (file)
index 680d15f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# automake sucks, badly
-all: ../lib-mime/mime-token.h \
-     ../lib-mime/mime.li      \
-     ../lib-lua/lua-token.h   \
-     ../lib-lua/madmutt.li    \
-     ../lib-sys/mutt_ssl.li   \
-     ../alias.li              \
-     ../crypt.li              \
-     ../buffy.li              \
-     ../charset.li
-
-
-../%: ; $(MAKE) -C $(@D) $(@F)
-
-cpkg2c: cpkg2c.mll
-       ocamllex $<
-       $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml
-       @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
-
-distclean clean:
-       $(RM) cpkg2c