home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / mswv052.zip / os2 / oledecod / Makefile
Makefile  |  1999-03-27  |  480b  |  30 lines

  1. # Generated automatically from Makefile.in by configure.
  2. CC = gcc.exe
  3.  
  4. LEX = @LEX@
  5.  
  6. SHELL=sh.exe
  7.  
  8. MAKE=make
  9.  
  10. CFLAGS = -O2 -m486 -Zmt  -DHAVE_CONFIG_H -I. -I..
  11.  
  12. SHELL = sh.exe
  13.  
  14. .SUFFIXES: .C .o
  15.  
  16. MYOBJECTS =  oledecod.o
  17.  
  18. all: oledecod.o
  19.  
  20. %.o: %.c 
  21.     $(CC) $(CFLAGS) -c $*.c 
  22.  
  23. clean:    
  24.     rm -rf $(MYOBJECTS) core 
  25.  
  26. realclean:  
  27.     rm -rf config.cache config.status config.log Makefile *.o core demo
  28.  
  29. #  DO  NOT  DELETE THIS LINE -- make depend depends on it.
  30.