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