Changeset 68 in JEM-EUSO for esaf_lal


Ignore:
Timestamp:
Apr 15, 2013, 6:25:51 PM (11 years ago)
Author:
barrand
Message:

G.Barrand : Darwin : displace UNAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • esaf_lal/trunk/esaf/packages/config.gmk

    r59 r68  
    1212
    1313include $(ESAFINSTALL)/Rules
    14 
    15 # G.Barrand : kind of OS :
    16 UNAME=$(shell uname)
    1714
    1815# architecture
     
    116113ESAFDOC := $(ESAFINSTALL)/doc
    117114
     115# G.Barrand : kind of OS :
     116UNAME := $(shell uname)
     117
     118# G.Barrand : options to build shared libs :
     119ifeq ($(UNAME),Darwin)
     120  SO_OPTS := -dynamiclib -twolevel_namespace -undefined dynamic_lookup -dynamic -single_module
     121else
     122  SO_OPTS := -shared
     123endif
     124
    118125#library prefix
    119126# G.Barrand : Darwin : the file system is case insensitive, and then
Note: See TracChangeset for help on using the changeset viewer.