Add configuration files for Mac OS X (Darwin).
This commit is contained in:
20
config/CONFIG.Host.Darwin
Normal file
20
config/CONFIG.Host.Darwin
Normal 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
|
||||
3
config/CONFIG.Host.darwin-ppc
Normal file
3
config/CONFIG.Host.darwin-ppc
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
|
||||
-include $(EPICS_BASE)/config/CONFIG.Host.Darwin
|
||||
6
config/CONFIG_HOST_ARCH.Darwin
Normal file
6
config/CONFIG_HOST_ARCH.Darwin
Normal 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
|
||||
3
config/CONFIG_HOST_ARCH.darwin-ppc
Normal file
3
config/CONFIG_HOST_ARCH.darwin-ppc
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
|
||||
-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin
|
||||
5
config/CONFIG_SITE.Host.darwin-ppc
Normal file
5
config/CONFIG_SITE.Host.darwin-ppc
Normal file
@@ -0,0 +1,5 @@
|
||||
# $Id$
|
||||
|
||||
-include $(EPICS_BASE)/config/CONFIG_SITE.Host.Darwin
|
||||
|
||||
SHARED_LIBRARY=NO
|
||||
Reference in New Issue
Block a user