##############################################################################
#                                                                            #
# Copyright (C) 1996 ACTS-MoMuSys All Rights Reserved.                       #
#                                                                            #
# See COPYRIGHT file enclosed with this distribution.                        #
#                                                                            #
##############################################################################

##############################################################################
#                                                                            #
#  CREATED BY :  Bruno LORET -- FRANCE TELECOM / CNET --  22-Feb-96          # 
#                                                                            #
##############################################################################



##############################################################################
#                  LINUX                                                     #
##############################################################################
SYSTEM_SUFFIX= _os2

##############################################################################
# Adapt this to your own system                                              #
##############################################################################
SHELL= sh
MAKE= make


#
# CHECK IF YOU LOCATION OF PERL IN generate_doc.pl (1st line) suits you
#

##############################################################################
# It's probably better to put the exact locations by hand (quicker and safer)#
##############################################################################
CC=  	gcc
#CC=	/usr/local/bin/gcc

TAR= 		tar
#TAR=		/usr/sbin/tar

COMPRESS= 	gzip
#COMPRESS=	/opt/free/bin/gzip

# If you are not using SYSV Unix, uncomment the following line
#RANLIB= /usr/bin/ranlib

CPROTO_BIN=  	cproto
#CPROTO_BIN=	/usr/local/Module_server/Modules/libmgr/cproto

CI=	ci
#CI=	/opt/free/bin/ci


##############################################################################
# To use on Linux : LINUX_HOST is the hostname of your LINUX PC              #
##############################################################################
LINUX_HOST = kundji

#####################
# Compiling options #
#####################
OPTION_SUFFIX = 
CFLAGS=  -w -O2

