#
# ********************************************
# ****        Makefile for xdrf.dll       ****
# **** (c) 2000-2020, Alessandro Pedretti ****
# ****  for Mingw32 - Pentium Pro target  ****
# ********************************************
#
#

CC         = gcc
CPU        = -march=pentiumpro
CFLAGS     = -O3 $(CPU) -malign-double -ffast-math -mrtd \
             -fomit-frame-pointer -funroll-loops -Winline -DXDRF_DLL \
             -DXDRF_HAVE_IO64 -I..\..\Io64Lib
LIBNAME    = xdrf
TEST       = xtc_test
TEST2      = xtc_test2


include Makefile.in

