# # Copyright (c) 1994, The University of Utah and # the Computer Systems Laboratory at the University of Utah (CSL). # # Permission to use, copy, modify and distribute this software is hereby # granted provided that (1) source code retains these copyright, permission, # and disclaimer notices, and (2) redistributions including binaries # reproduce the notices in supporting documentation, and (3) all advertising # materials mentioning features or use of this software display the following # acknowledgement: ``This product includes software developed by the Computer # Systems Laboratory at the University of Utah.'' # # THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS # IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF # ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. # # CSL requests users of this software to return to csl-dist@cs.utah.edu any # improvements that they make and grant CSL redistribution rights. # # Author: Bryan Ford, University of Utah CSS # # HISTORY # $Log: Makeconf.in,v $ # Revision 1.2 1995/07/12 00:37:38 sclawson # fixed to be more sane about cross compiling. # # Revision 1.1.1.1 1995/03/02 21:49:26 mike # Initial Lites release from hut.fi # # # All the programs and other cruddy little definitions # are made in just one place, here. # The directory names still need to be defined # in their own Makefiles, since they have to vary # depending on what directory level they're at. SHELL = /bin/sh LITES_CONFIG = @LITES_CONFIG@ TARGET_MACHINE = @target_machine@ MACH_RELEASE_DIR = @MACH_RELEASE_DIR@ PROFILING = @PROFILING@ export CC = @CC@ export LD = @LD@ export STRIP = @STRIP@ export AR = @AR@ export RANLIB = @RANLIB@ export SIZE = @SIZE@ export CPP = @CPP@ HOST_CC = @BUILD_CC@ HOST_CPP = @BUILD_CPP@ AWK = @AWK@ INSTALL = @INSTALL@ DEFINES = @DEFS@ INSTALL_INCDIR = $(prefix)/include INSTALL_BINDIR = $(exec_prefix)/bin INSTALL_SBINDIR = $(exec_prefix)/sbin INSTALL_LIBDIR = $(exec_prefix)/lib INSTALL_LIBEXECDIR = $(exec_prefix)/libexec INSTALL_BOOTDIR = $(INSTALL_LIBDIR)/mach-boot