TOP=..
CURRENT=idl
BASE_OMNI_TREE=../..
VPATH=../../idl
INSTALL=/usr/bin/install -c

INSTALLDIR = $(INSTALLIDLDIR)/omniORB

FILES = Naming.idl bootstrap.idl corbaidl.idl echo.idl ir.idl orb.idl \
        poa.idl poa_include.idl boxes.idl

SUBDIRS = COS

include $(TOP)/mk/beforeauto.mk

install:: $(FILES)
	@(dir="$(INSTALLDIR)"; \
          for file in $^; do \
            $(ExportFileToDir) \
          done )

install::
	@$(MakeSubdirs)

include $(TOP)/mk/afterauto.mk
