1ae72cc25977daf18f1df457e440a77266c07153
[apps/madmutt.git] / tools / Makefile
1 # automake sucks, badly
2 all: ../lib-mime/mime-token.h \
3      ../lib-mime/mime.li      \
4      ../lib-lua/lua-token.h   \
5      ../lib-lua/madmutt.li    \
6      ../charset.li
7
8 ../%: ; $(MAKE) -C $(@D) $(@F)
9
10 cpkg2c: cpkg2c.mll
11         ocamllex $<
12         $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml
13         @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
14
15 clean:
16         $(RM) cpkg2c