# Generated automatically from Makefile.in by configure.
############################################### Compiler 

# do not change anything in this section

srcdir       = .
top_srcdir   = ../..

CC           = gcc
MAKEDEPEND   = /usr/X11R6/bin/makedepend
INSTALL      = /bin/install -c

DEFS         = -DHAVE_CONFIG_H 
LDFLAGS      = -g -L/usr/local/ssl/lib
SYS_INCLUDES =  -I/usr/local/ssl/include
INCLUDE      = -I. -I./include -I$(top_srcdir)/include
CFLAGS       = -w -g -O2 $(INCLUDE) $(SYS_INCLUDES) $(DEFS)

MV           = /bin/mv
RM           = /bin/rm
SHELL        = /bin/sh

############################################### Custom

# Objects to compile in this folder on `make all'
OBJS  = hmac.o md5.o sha.o haval.o rand.o 

############################################### Rules

# no need to change anything below

noargs: all

all: $(OBJS)

clean:
	$(RM) -f *.o

distclean: clean
	$(RM) -f Makefile
