# Generated automatically from Makefile.in by configure.

# This is a Makefile for the gdmo/mibs directory of scotty. If it has the
# name "Makefile.in" then it is a template for a Makefile; to generate
# the actual Makefile, run "./configure", which is a configuration
# script generated by the "autoconf" program (constructs like "@foo@"
# will get replaced in the actual Makefile.

#----------------------------------------------------------------
# Things you can change to personalize the Makefile for your own
# site (you can make these changes in either Makefile.in or
# Makefile, but changes to Makefile will get lost if you re-run
# the configuration script).
#----------------------------------------------------------------

# Default top-level directories in which to install architecture-
# specific files (exec_prefix) and machine-independent files such
# as scripts (prefix).  The values specified here may be overridden
# at configure-time with the --exec-prefix and --prefix options
# to the "configure" script.

prefix =	/usr/local
exec_prefix =	${prefix}

# Directory in which to install the program straps:
BIN_DIR =	$(exec_prefix)/bin

# Top-level directory for manual entries:
MAN_DIR =	$(prefix)/man

# Directory in which to install manual entry for straps:
MAN8_DIR =	$(MAN_DIR)/man8

# Directory containing library files:
LIB_DIR =       $(exec_prefix)/lib

# Directory in which to install scotty library files.
SCOTTY_DIR =	$(LIB_DIR)/scotty

# Directory in which to install the snmp MIB files.
MIB_DIR =	$(SCOTTY_DIR)/gdmos

# Some versions of make, like SGI's, use the following variable to
# determine which shell to use for executing commands:
SHELL =		/bin/sh

#----------------------------------------------------------------
# The information below is modified by the configure script when
# Makefile is generated from Makefile.in.  You shouldn't normally
# modify any of this stuff by hand.
#----------------------------------------------------------------

INSTALL =		/usr/bin/install -c
INSTALL_PROGRAM =	${INSTALL}
INSTALL_DATA =		${INSTALL} -m 644
SRC_DIR =		.

#----------------------------------------------------------------
# The information below should be usable as is.  The configure
# script won't modify it and you shouldn't need to modify it
# either.
#----------------------------------------------------------------

all: 

install:
	@if [ ! -d $(MIB_DIR) ] ; then \
		mkdir -p $(MIB_DIR); \
	else true; \
	fi
	for f in $(SRC_DIR)/*.gdmo $(SRC_DIR)/README ; do \
		$(INSTALL_DATA) $$f $(MIB_DIR) ; \
	done

depend: 

clean:
	@rm -f core *~

distclean: clean
	@rm -f Makefile *.bak lmake.??? *.idx *.defs

# DO NOT DELETE THIS LINE
