#
# Makefile,v 1.2 2001/08/07 02:10:23 dsg Alpha
# OpenMMS Makefile for directory: src/mms/deriv/idl/compile
#
# Copyright 2001 Douglas S. Greer
#

ifndef TOP_DIR
export TOP_DIR := $(shell (cd ../../../../..; pwd))
endif
	
.PHONY: $(TOP_DIR)/config/openmms.gmake
include $(TOP_DIR)/config/openmms.gmake

Package       :=
Sources        = $(wildcard $(OMG_PACKAGE_SUBDIR)/*/*.java)
Dependencies   =
Build_Subdirs :=

$(BUILD_TARGET):: $(INSTALL_CLASSES)

include $(TOP_DIR)/config/rules.gmake

init::

fin::

clean::
	$(RM) -rf $(OMG_PACKAGE_SUBDIR)

