#
# *******************************************
# ****         Makefile for VEGA         ****
# **** (c) 1996-2002 Alessandro Pedretti ****
# ****         Linux x86 version         ****
# *******************************************


CC         = gcc
CFLAGS     = -O3 -mpentium -ffast-math -D LINUX
LDFLAGS    = -s -L. -L../../LocaleLib/Linux -L../../XdrfLib/Linux -lm -lz -lbz2 -lZ32 -llocale -lxdrf
EXECUTABLE = vega

include ../Makefile.in
