#
# COPYRIGHT NOTICE
# Copyright (c) 1993, 1992, 1991, 1990  
# Open Software Foundation, Inc. 
#  
# Permission is hereby granted to use, copy, modify and freely distribute 
# the software in this file and its documentation for any purpose without 
# fee, provided that the above copyright notice appears in all copies and 
# that both the copyright notice and this permission notice appear in 
# supporting documentation.  Further, provided that the name of Open 
# Software Foundation, Inc. ("OSF") not be used in advertising or 
# publicity pertaining to distribution of the software without prior 
# written permission from OSF.  OSF makes no representations about the 
# suitability of this software for any purpose.  It is provided "as is" 
# without express or implied warranty. 
#
# HISTORY
# $Log: Buildconf,v $
# Revision 1.1.2.1  1995/09/11  15:27:24  ezf
# 	initial revision
# 	[1995/09/11  15:26:44  ezf]
#
# $EndLog$
setenv target_machine not_used_set_in_makeconf
on alpha setenv context alpha_osf1
on mips setenv context pmax_ultrix
on mmax setenv context mmax_osf1
on i386 setenv context at386_osf1
on RIOS setenv context rios_aix
on sparc setenv context sparc_sunos
on mac2 setenv context mac2_osf1
on hp700 setenv context hp700_hpux
replace setenv OBJECTDIR ../obj/${context}
###build_list /project/projects/build_list
build_makeflags -r
setenv PROJECT_NAME GDB
setenv project_name gdb
setenv RULES_MK osf.rules.mk
replace tools_base ${sandbox_base}/tools/${context}
replace object_base ${sandbox_base}/obj/${context}
replace source_base ${sandbox_base}/src
replace export_base ${sandbox_base}/export/${context}
setenv SOURCEBASE ${source_base}
setenv EXPORTBASE ${export_base}
###replace setenv MAKESYSPATH ${source_base}/fsf/mk
replace setenv BACKED_SOURCEDIR ${source_base}
replace setenv SOURCEDIR ""
replace setenv INCDIRS "-I${export_base}/usr/include"
replace setenv LIBDIRS "-L${export_base}/usr/lib"
setenv USE_DASH_I_DASH 1
setenv IDL_GEN_AUX_FILES 1
