From 0811e1d433809f3955ba2c39a40400212a78ac3d Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 26 Mar 2002 14:52:41 +0000 Subject: [PATCH] Add configuration files for Mac OS X (Darwin). --- config/CONFIG.Host.Darwin | 20 ++++++++++++++++++++ config/CONFIG.Host.darwin-ppc | 3 +++ config/CONFIG_HOST_ARCH.Darwin | 6 ++++++ config/CONFIG_HOST_ARCH.darwin-ppc | 3 +++ config/CONFIG_SITE.Host.darwin-ppc | 5 +++++ 5 files changed, 37 insertions(+) create mode 100644 config/CONFIG.Host.Darwin create mode 100644 config/CONFIG.Host.darwin-ppc create mode 100644 config/CONFIG_HOST_ARCH.Darwin create mode 100644 config/CONFIG_HOST_ARCH.darwin-ppc create mode 100644 config/CONFIG_SITE.Host.darwin-ppc diff --git a/config/CONFIG.Host.Darwin b/config/CONFIG.Host.Darwin new file mode 100644 index 000000000..89d326f10 --- /dev/null +++ b/config/CONFIG.Host.Darwin @@ -0,0 +1,20 @@ +# CONFIG.Host.Darwin +# +# This file is maintained by the EPICS community. +# Sites may override these definitions in CONFIG_SITE.Host.Darwin + +ARCH_CLASS = Darwin + +# Include definitions common to all Unix archs +include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon + +#AR = ar -rc +#ARCMD = $(AR) $@ +#RANLIB = ranlib -t + +CC=cc +CXX=c++ + +OP_SYS_CFLAGS += -no-cpp-precomp +OP_SYS_INCLUDES = -I/sw/include -I/usr/X11R6/include +OP_SYS_LDFLAGS += -L/sw/lib -L/usr/X11R6/lib diff --git a/config/CONFIG.Host.darwin-ppc b/config/CONFIG.Host.darwin-ppc new file mode 100644 index 000000000..77212a92a --- /dev/null +++ b/config/CONFIG.Host.darwin-ppc @@ -0,0 +1,3 @@ +# $Id$ + +-include $(EPICS_BASE)/config/CONFIG.Host.Darwin diff --git a/config/CONFIG_HOST_ARCH.Darwin b/config/CONFIG_HOST_ARCH.Darwin new file mode 100644 index 000000000..2a2dcc30e --- /dev/null +++ b/config/CONFIG_HOST_ARCH.Darwin @@ -0,0 +1,6 @@ +# CONFIG_HOST_ARCH.Darwin +# +# Override values in CONFIG.Vx + +# Include definitions common to all Unix archs +include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.UnixCommon diff --git a/config/CONFIG_HOST_ARCH.darwin-ppc b/config/CONFIG_HOST_ARCH.darwin-ppc new file mode 100644 index 000000000..ec7332b05 --- /dev/null +++ b/config/CONFIG_HOST_ARCH.darwin-ppc @@ -0,0 +1,3 @@ +# $Id$ + +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin diff --git a/config/CONFIG_SITE.Host.darwin-ppc b/config/CONFIG_SITE.Host.darwin-ppc new file mode 100644 index 000000000..6c46b8cff --- /dev/null +++ b/config/CONFIG_SITE.Host.darwin-ppc @@ -0,0 +1,5 @@ +# $Id$ + +-include $(EPICS_BASE)/config/CONFIG_SITE.Host.Darwin + +SHARED_LIBRARY=NO