TOP_DIR := ../..
-include $(TOP_DIR)/Makefile.rules
include ../examples.rules

INCDIRS := $(shell ocamlfind query pcre) $(CAMLTEMPLATE_DIR)
LIBS := unix pcre threads $(CAMLTEMPLATE_LIB)

SOURCES := thread_test.ml
RESULT := thread_test

THREADS := yes

TRASH := *~

OCAMLMAKEFILE := $(TOP_DIR)/OCamlMakefile

.PHONY: all
all: byte-code

include $(TOP_DIR)/OCamlMakefile
