#
# LiDIA Configuration File
# Created `Wed Aug 16 15:35:33 MET DST 1995' By `lidiaadm' using configure.
# Copyright (c) 1995 By The LiDIA Group -- All Rights Reserved.
#
# Authors -- Stefan Neis (SN), Andreas Monstadt (AMO),
#            Thomas Papanikolaou (TP)
#
 
#
# The Directory Where LiDIA Resides.
#
 
           LIDIA_HOME = /tmp/LiDIA
 
#
# The Directory Where LiDIA Is To Be Installed.
#
 
    LIDIA_INSTALL_DIR = /tmp
 
#
# The Architecture Which Is To Be Compiled
#
 
           LIDIA_ARCH = sparc8
               TARGET = sparc8

#
# The Kernel And The Interface To Be compiled
#

               BIGINT = libI
                  GMM = 


#
# The Compiler/Assembler/Linker Settings
#
# CC       -- is the C compiler
# CPP      -- is the C++ compiler
# CFLAGS   -- are the flags for the C compiler
# CPPFLAGS -- are the flags for the C++ compiler
# LDFLAGS  -- are the flags for the C++ loader
# AS       -- is the assembler name
# ASFLAGS  -- -DHAVE_ELF enables ELF assmbly format
#
 
                   CC = gcc
                  CPP = c++
               CFLAGS = -g -O
             CPPFLAGS = -g -O
              LDFLAGS = 
                   AS = as
              ASFLAGS = -DUMMY
 
#
# Use 'ranlib' On Bsd Systems, 'echo' Otherwise
#
 
               RANLIB = ranlib
 
#
# Kernel Settings
#
 
         KERNEL_FLAGS = -DDOUBLES_HIGH_LOW  -DBASE32
           HAS_RANDOM = 
 
#
# Home And Installation Locations
#

              INSTALL = /usr/bin/install -c
      INSTALL_PROGRAM = ${INSTALL}
         INSTALL_DATA = ${INSTALL} -m 644

         LIDIA_PRIMES = ${LIDIA_HOME}/lib

         LIDIA_INC    = ${LIDIA_HOME}/include
         LIDIA_BIN    = ${LIDIA_HOME}/bin/LiDIA/${LIDIA_ARCH}/${CPP}
         LIDIA_LIB    = ${LIDIA_HOME}/lib/LiDIA/${LIDIA_ARCH}/${CPP}
 
 LIDIA_INSTALL_PRIMES = ${LIDIA_INSTALL_DIR}/lib/LiDIA

 LIDIA_INSTALL_INC    = ${LIDIA_INSTALL_DIR}/include
 LIDIA_INSTALL_BIN    = ${LIDIA_INSTALL_DIR}/bin/LiDIA/${LIDIA_ARCH}/${CPP}
 LIDIA_INSTALL_LIB    = ${LIDIA_INSTALL_DIR}/lib/LiDIA/${LIDIA_ARCH}/${CPP}
 
#
# Settings For Make
#
 
              CPP-off =
                C_LIB = -lm
                  LIB = -lLiDIA $(C_LIB)
                  EXE =
                 libp = lib

                  SEP = ;
               DIRSEP = /

                AR    = ar ru 
                RM    = rm -f
                RMR   = rm -rf
                LN    = ln -s
                CPR   = cp -rp
                CP    = cp -p
                MV    = mv -f
                CHMOD = chmod


#
# End Of File
#
