OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = c_idl.idl c_impl.c idl_test.ml
PACKS   = camlidl
RESULT  = idl_test

include $(OCAMLMAKEFILE)
