Add configuration files for Mac OS X (Darwin).

This commit is contained in:
W. Eric Norum
2002-03-26 14:52:41 +00:00
parent bfa5031de6
commit 0811e1d433
5 changed files with 37 additions and 0 deletions

20
config/CONFIG.Host.Darwin Normal file
View File

@@ -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

View File

@@ -0,0 +1,3 @@
# $Id$
-include $(EPICS_BASE)/config/CONFIG.Host.Darwin

View File

@@ -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

View File

@@ -0,0 +1,3 @@
# $Id$
-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin

View File

@@ -0,0 +1,5 @@
# $Id$
-include $(EPICS_BASE)/config/CONFIG_SITE.Host.Darwin
SHARED_LIBRARY=NO