# 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

DOCUMENT = test_suite
MACROS = me
PRINTER = 3a

TEXT = $(DOCUMENT).$(MACROS)
SRC = $(TEXT) $(FIGURES)
PROOF = $(DOCUMENT).xpr
VIEW = $(DOCUMENT).view
POSTSCRIPT = $(DOCUMENT).PS
FILE_MOD = /u1/condor/bin/file_mod

$(PROOF): $(SRC)
	$(FILE_MOD) -b ".ds DT " $(SRC) > modification_date; tbl $(TEXT) | psfig -d | troff -TX75 -$(MACROS) -mpsfig > $(PROOF)

$(VIEW): $(SRC)
	$(FILE_MOD) -b ".ds DT " $(SRC) > modification_date; tbl $(TEXT) | psfig -d | nroff -$(MACROS) | col > $(VIEW)

$(POSTSCRIPT): $(SRC)
	$(FILE_MOD) -b ".ds DT " $(SRC) > modification_date; ditroff -tbl -psfig -ps -$(MACROS) $(TEXT) > $(POSTSCRIPT);

proof: $(PROOF)
	xpreview $(PROOF)

print: $(POSTSCRIPT)
	lpr -P$(PRINTER) $(POSTSCRIPT)

view: $(VIEW)
	less $(VIEW)

clean::
	rm -f $(PROOF) $(VIEW) $(POSTSCRIPT)

release: $(POSTSCRIPT)
	cp $(POSTSCRIPT) $(PS_DIR)

ALWAYS:

