From 454bd2b0a503b2e177911de7963ea46f5c5fd42d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 26 Feb 2004 21:59:33 +0000 Subject: [PATCH] Added various product definitions. --- .../os/CONFIG_SITE.darwin-ppc.darwin-ppc | 72 ++++++++++++++++--- 1 file changed, 64 insertions(+), 8 deletions(-) diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc index 2f88c11d4..576818100 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc @@ -11,15 +11,71 @@ -include $(TOP)/configure/os/CONFIG_SITE.Common.Common -X11_LIB=/usr/X11R6/lib -X11_INC=/usr/X11R6/include -MOTIF_LIB=/usr/X11R6/lib -MOTIF_INC=/usr/X11R6/Xm/include - -TK_TCL = /sw/lib - PYTHON_DIR=/usr/lib/python2.2 PYTHON_INCLUDE=/usr/include/python2.2 -JAVA_DIR=/System/Library/Frameworks/JavaVM.framework/Home +# Following 3 for SDDS +#USE_GD_LIBRARY=1 +#USE_RUNCONTROL=1 +#USE_LOGDAEMON=1 +# Where to find utilities/libraries +# If you do not have a certain product, +# leave the line empty. +# + +# +# XDarwin +# +X11_LIB=/usr/X11R6/lib +X11_INC=/usr/X11R6/include +XPM_INC=/usr/X11R6/include +XPM_LIB=/usr/X11R6/lib + +# +# Fink-installed OpenMotif +# +MOTIF_LIB=/sw/lib +MOTIF_INC=/sw/include + +# +# Interviews +# +IV_INC= +IV-2_6_INC= +IV_BIN= +IV_LIB= + +OPENWIN = +WINGZ_INC = +WINGZ_LIB = +MATHEMATICA = + +# Define XRTGRAPH_EXTENSIONS = YES only if using XRT/graph 3.x +# and you want the extensions for MEDM +#XRTGRAPH_EXTENSIONS = YES +#XRTGRAPH = /opt/local/xrtgraph + +SCIPLOT = YES +QUESTWIN = + +TK_LIB = /sw/lib +TK_INC = /sw/include +TCL_LIB = /sw/lib +TCL_INC = /sw/include +DP_LIB = /sw/lib +DP_INC = /sw/include +BLT_LIB = /sw/lib +BLT_INC = /sw/include + +# +# Preliminary JAVA support +# +JAVA_DIR=/System/Library/Frameworks/JavaVM.framework/Home +JAVA_INC=/System/Library/Frameworks/JavaVM.framework/Headers +JAVA_INCLUDES = -I$(JAVA_INC) + +# +# Temporary definition to get things to at least compile +# +USR_CFLAGS+=-DFLDNAME_SZ=4