# Generated automatically from Makefile.in by configure.
CC = gcc

LEX = flex

SHELL=/bin/sh



CFLAGS = -O2   -I/usr/X11R6/include -DHAVE_CONFIG_H -I. -I..

SHELL = /bin/sh

.SUFFIXES: .C .o

MYOBJECTS =  rc4.o md5.o

all: rc4.o md5.o

%.o: %.c 
	$(CC) $(CFLAGS) -c $*.c 

clean:	
	rm -rf $(MYOBJECTS) core 

realclean:  
	rm -rf config.cache config.status config.log Makefile *.o core demo

#  DO  NOT  DELETE THIS LINE -- make depend depends on it.
