# # Copyright (c) 1994,1998,1999,2000 University of Utah and the Flux Group. # All rights reserved. # # This file is part of the Flux OSKit. The OSKit is free software, also known # as "open source;" you can redistribute it and/or modify it under the terms # of the GNU General Public License (GPL), version 2, as published by the Free # Software Foundation (FSF). To explore alternate licensing terms, contact # the University of Utah at csl-dist@cs.utah.edu or +1-801-585-3271. # # The OSKit is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GPL for more details. You should have # received a copy of the GPL along with the OSKit; see the file COPYING. If # not, write to the FSF, 59 Temple Place #330, Boston, MA 02111-1307, USA. # # 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. HOST_CPU = i386 HOST_ARCH = x86 unix_host = NONE export CC = gcc295 export LD = ld export STRIP = strip export AR = ar export RANLIB = ranlib export OBJCOPY = true export NM = nm AWK = gawk YACC = bison -y M4 = gm4 INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_PROGRAM = install -o root -g wheel -m 555 INSTALL_DATA = install -o root -g wheel -m 444 DEFINES = -DHAVE_CONFIG_H -DOSKIT_X86 -DOSKIT_X86_PC -DINDIRECT_OSENV=1 CFLAGS = -O2 M4FLAGS = -s INSTALL_INCDIR = $(prefix)/include INSTALL_BINDIR = $(exec_prefix)/bin INSTALL_LIBDIR = $(exec_prefix)/lib OSKIT_OPTIONS = indirect_osenv OSKIT_FFLAGS = -fno-strict-aliasing