# 
# K.Banse       ESO - Garching          020212
# make options for 32/64bit Mac OSX
# 
# 
# 110525        last modif
#
 
CC=gcc
LDCC=gcc -force_flat_namespace

C_OPT=-DNO_VALUES_H -D__Darwin__
# 
# we're using Fink for getting missing Linux apps onto the Mac
# e.g. if we could not use the Mac C compiler:
# CC = /sw/bin/gcc-4
# LDCC = /sw/bin/gcc-4 -force_flat_namespace
# 
# in the ESO standard setup for Macs
# gfortran is provided via fink (i.e. /sw/bin/gfortran)
#
#
F_OPT=-fno-automatic -fno-second-underscore   -O2
#
EDITLIBS=-lzreadline -lncurses
# 
SH_OPT= -fPIC
SH_CMD=echo
# 
GUI_OPT=-D_NO_PROTO
EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA -DHAVE_ALLOCA_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_STDLIB_H            
# 
X11INC=-I/usr/X11R6/include
# 
X_LIBS=-lXm -lXp -lXext -lXt -lX11
X11_LIBPATH=-L/usr/X11R6/lib
# 
SLIB=
MLIB=
#
# assuming that motif came from Fink
MOTIF_LIBPATH=-L/sw/lib
