#############################################################
# 
# A part of Regexp/OCaml module.
# 
# (c) 2002-2003 Yutaka Oiwa. All Rights Reserved.
# 
# This file is distributed under the terms of the Q Public
# License version 1.0.
# 
#############################################################

OCAMLMAKEFILE = ../OCamlMakefile

OCAML_DEFAULT_DIRS = ../common
SOURCES   = pa_pragma.ml
RESULT    = pa_pragma
USE_CAMLP4 = 1

LIBINSTALL_FILES := $(RESULT).cmo $(RESULT).cmi

all: byte-code-nolink

install:	libinstall
uninstall:	libuninstall

subdirs:
	(cd ../common; $(MAKE) OCAML_DEFAULT_DIRS= version_filter)

-include $(OCAMLMAKEFILE)

