#
# Project Athena User Consulting Group
# Copyright (C) 1987 Massachusetts Institute of Technology
#

# NOTE: This Makefile was generated by premake.  Do not edit it directly!
#	Edit the Premakefile and then re-run premake.

#
# Premakefile template by John E Elsbree, MIT Project Athena, 22 November 1987
#
# Component name:  loggedoff
#

#
# Subdirectories that have Makefiles of their own:
#

SUBDIR	=	

#
# Names of scripts, binaries, library files, and manual pages:
#

SCRIPT	=	loggedoff
BINARY	=	
LIBFILE	=	loggedoff.awk
MANPAGE	=	

#
# Subdirectory of lib where library files should be installed:
#

LIBDIR	=	loggedoff

#
# Dependencies and instructions for making binary files:
#

# (none)

## Nothing below this line should need to be changed! #########################

#
# Standard commands:
#

RM	=	/bin/rm
MKDIR	=	/bin/mkdir
LN	=	/bin/ln
INSTALL	=	/usr/bin/install
MACHTYPE=	/bin/athena/machtype
SED	=	/bin/sed
PREMAKE	=	/mit/consult/bin/premake

#
# Directory names:
#

DESTDIR	=
TOPDIR	=	${DESTDIR}/mit/consult
BIN	=	${TOPDIR}/bin
VAXBIN	=	${TOPDIR}/vaxbin
RTBIN	=	${TOPDIR}/rtbin
LIB	=	${TOPDIR}/lib
MAN	=	${TOPDIR}/man

#
# Standard make targets (clean, all, install, makefile):
#

clean:	clean_SUBDIR clean_SCRIPT clean_BINARY clean_LIBDIR \
	clean_LIBFILE clean_MANPAGE
	${RM} -f *~

all:	all_SUBDIR all_SCRIPT all_BINARY all_LIBDIR \
	all_LIBFILE all_MANPAGE

install: install_SUBDIR install_SCRIPT install_BINARY install_LIBDIR \
	install_LIBFILE install_MANPAGE

makefile: makefile_SUBDIR
	${PREMAKE}

clean_SUBDIR:
all_SUBDIR:
install_SUBDIR:
makefile_SUBDIR:

clean_SCRIPT:

all_SCRIPT:

install_SCRIPT:
	for i in ${SCRIPT}; do \
	    (${RM} -f ${VAXBIN}/$$i; ${LN} -s ${BIN}/$$i ${VAXBIN}/$$i; \
	    ${RM} -f ${RTBIN}/$$i; ${LN} -s ${BIN}/$$i ${RTBIN}/$$i; \
	    ${INSTALL} -c -m 755 $$i.sh ${BIN}/$$i); \
	done

clean_BINARY:
all_BINARY:
install_BINARY:
makefile_BINARY:

clean_LIBDIR:

all_LIBDIR:

install_LIBDIR:
	${RM} -rf ${LIB}/${LIBDIR}; ${MKDIR} ${LIB}/${LIBDIR};

clean_LIBFILE:

all_LIBFILE:

install_LIBFILE:
	for i in ${LIBFILE}; do \
	    ${INSTALL} -c -m 644 $$i ${LIB}/${LIBDIR}/$$i; \
	done

clean_MANPAGE:
all_MANPAGE:
install_MANPAGE:
makefile_MANPAGE:

