##   -*-Makefile-*-
## 
##  IMS Open Corpus Workbench (CWB)
##  Copyright (C) 1993-2006 by IMS, University of Stuttgart
##  Copyright (C) 2007-     by the respective contributers (see file AUTHORS)
## 
##  This program is free software; you can redistribute it and/or modify it
##  under the terms of the GNU General Public License as published by the
##  Free Software Foundation; either version 2, or (at your option) any later
##  version.
## 
##  This program is distributed in the hope that it will be useful, but
##  WITHOUT ANY WARRANTY; without even the implied warranty of
##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
##  Public License for more details (in the file "COPYING", or available via
##  WWW at http://www.gnu.org/copyleft/gpl.html).

##
##  SITE-SPECIFIC CONFIGURATION FILE: Binary release for Mac OS X (Darwin), PowerPC or Intel
##

## Inherits from generic configuration for binary releases
include $(TOP)/config/site/binary-release

## Mac OS X doesn't support static linking, so we just have to ship dynamically linked binaries
SITE_LDFLAGS = 

## Don't store extended attributes in the created tar archive (which show up as additional files named "._*")
## (the first variable works in Tiger, the second works in Leopard -- Apple messed this one up real bad)
TAR = COPY_EXTENDED_ATTRIBUTES_DISABLE=true COPYFILE_DISABLE=true tar
