# Copyright (c) 2003 by Stefan Kurtz and The Institute for
# Genomic Research.  This is OSI Certified Open Source Software.
# Please see the file LICENSE for licensing information and
# the file ACKNOWLEDGEMENTS for names of contributors to the
# code base.

# This files contains some basic definitions to be included in the
# makefiles.

CC=gcc
DEFINECFLAGS=-Wall -Werror -O3
DEFINELDFLAGS=
