# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.37 88/10/08 20:08:30 jim Exp $

#
# Copyright 1986, 1987, 1988, 1989, 1990, 1991 by the Condor Design Team
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
# provided that the above copyright notice appear in all copies and that
# both that copyright notice and this permission notice appear in
# supporting documentation, and that the names of the University of
# Wisconsin and the Condor Design Team not be used in advertising or
# publicity pertaining to distribution of the software without specific,
# written prior permission.  The University of Wisconsin and the Condor
# Design Team make no representations about the suitability of this
# software for any purpose.  It is provided "as is" without express
# or implied warranty.
#
# THE UNIVERSITY OF WISCONSIN AND THE CONDOR DESIGN TEAM DISCLAIM ALL
# WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE UNIVERSITY OF
# WISCONSIN OR THE CONDOR DESIGN TEAM BE LIABLE FOR ANY SPECIAL, INDIRECT
# OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
# OR PERFORMANCE OF THIS SOFTWARE.
#

#
# This Makefile is generated specifically for R6000_AIX31 machines.
#

TILDE = /u/condor
LIBC = /lib/libc.a
SIMPLE_LIBC = /lib/libc.a
CRT0 = /lib/crt0.o
SYSCALLS_EXP = /lib/syscalls.exp

TOP = $(TILDE)/CONDOR
INSTALL_DIR = /usr/uw/condor
TMP_DIR = /tmp

PLATFORM_DIR =	$(TOP)/R6000_AIX31
RELEASE_DIR =	$(PLATFORM_DIR)/release_dir
LIB_DIR =		$(RELEASE_DIR)/lib
CONFIG_DIR = 	$(TOP)/config
SRC_TREE =		$(TOP)/src
DOC_TREE =		$(TOP)/doc
INCLUDE_DIR =	$(SRC_TREE)/h
PS_DIR =		$(DOC_TREE)/POSTSCRIPT
CAT_DIR = 		$(DOC_TREE)/CAT
PLATFORM =		R6000_AIX31

LIBX = /usr/lib/libX11.a
LIBXEXT = /usr/lib/libXext.a
CC = bsdcc
MKDEPEND = /u/condor/bin/makedepend
STAR	= *

SYSCALL_LIB = syscall_lib_aix

LIBDBM =

STD_C_FLAGS =  \
	  -I$(INCLUDE_DIR) -DR6000 -DAIX31 -DNFSFIX -DNDBM   -g

release::

SECTION = 5
PRINTER = 7a

condor_config.xpr: condor_config.$(SECTION)
	troff -TX75 -man condor_config.$(SECTION) > condor_config.xpr
clean::
	/bin/rm -f condor_config.xpr

condor_config.proof: condor_config.xpr
	xpreview condor_config.xpr

condor_config.cat: condor_config.$(SECTION)
	nroff -man condor_config.$(SECTION) > condor_config.cat
	cp condor_config.cat $(CAT_DIR)/condor_config.$(SECTION)
release:: condor_config.cat
clean::
	/bin/rm -f condor_config.cat

condor_config.view: condor_config.cat
	less condor_config.cat

condor_config.PS: condor_config.$(SECTION)
	ditroff -man -ps condor_config.$(SECTION) > condor_config.PS
	cp condor_config.PS $(PS_DIR)/condor_config.$(SECTION)
release:: condor_config.PS
clean::
	/bin/rm -f condor_config.PS

condor_config.print: condor_config.PS
	lpr -P$(PRINTER) condor_config.PS
print:: condor_config.print

ALWAYS:

