/**/# @(#)Imakefile	1.8 28 Jun 1993 SMI
/**/# Imakefile for util

#include <XView.tmpl>

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)'

#if defined(MacIIArchitecture) && !defined(HasGcc)
   CPP_DIR = cpp
#endif

#if defined(HPArchitecture)
SOELIM_DIR = soelim
#endif

CONV_DIR = conversion

MSG_UTIL = xgettext msgfmt

SUBDIRS = $(CPP_DIR) $(SOELIM_DIR) $(CONV_DIR) $(MSG_UTIL)

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

install::
	$(MKDIRHIER) $(DESTDIR)$(BINDIR)

includes::
	echo "no includes in $(CURRENT_DIR)"
