summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_lion.GNU
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-03-17 05:00:25 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-03-17 05:00:25 +0000
commit22bc26dd9ca39deed4547c251f522aa151556d51 (patch)
treeb29b6d237785c08dd1440bb0ebe0611ec57ad4c2 /ACE/include/makeinclude/platform_macosx_lion.GNU
parent098270fc7685ff7fb8ec2380338f04a19bbb257c (diff)
downloadATCD-22bc26dd9ca39deed4547c251f522aa151556d51.tar.gz
Thu Mar 17 04:58:19 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* ace/config-macosx-lion.h: * include/makeinclude/platform_macosx_lion.GNU: * include/makeinclude/platform_macosx_snowleopard.GNU: Updated to Mac config/platform files.
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_lion.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_lion.GNU21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_lion.GNU b/ACE/include/makeinclude/platform_macosx_lion.GNU
new file mode 100644
index 00000000000..c9d83ef83a4
--- /dev/null
+++ b/ACE/include/makeinclude/platform_macosx_lion.GNU
@@ -0,0 +1,21 @@
+
+ssl=0
+
+INSLIB?=$(ACE_ROOT)/lib
+
+ifeq ($(buildbits),32)
+ FLAGS_C_CC += -m32
+ LDFLAGS += -m32
+endif
+ifeq ($(buildbits),64)
+ FLAGS_C_CC += -m64
+ LDFLAGS += -m64
+endif
+ifeq ($(buildbits),universal)
+ FLAGS_C_CC += -arch i386 -arch x86_64
+ LDFLAGS += -arch i386 -arch x86_64
+endif
+
+PLATFORM_NDDS_FLAGS=-ppPath cpp-4.2 -I.
+
+include $(ACE_ROOT)/include/makeinclude/platform_macosx_common.GNU