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

LEX = @LEX@

SHELL=sh.exe

MAKE=make

CFLAGS = -O2 -m486 -Zmt  -DHAVE_CONFIG_H -I. -I..

SHELL = sh.exe

.SUFFIXES: .C .o

MYOBJECTS =  oledecod.o

all: oledecod.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.
