#
# **********************************************
# ****        Makefile for libz32.a         ****
# ****  (c) 2000-2020, Alessandro Pedretti  ****
# **** for Linux x86-32, Pentium Pro target ****
# **********************************************
#


CC         = gcc
CPU        = -march=pentiumpro
CFLAGS     = -O3 $(CPU) -malign-double -fomit-frame-pointer -funroll-loops
VER        =
DLL32      =
DLL64      =
LIBRARY    = z32
TEST       = test

O          = .o
EXTRAOBJ   =
RM         = rm -f


include ../Makefile.in
