home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / copperfade / makefile < prev   
Encoding:
Makefile  |  1998-02-01  |  921 b   |  64 lines

  1. # This Makefile has been generated automatically
  2. # by GccOpts 1.3 (Rodrigo Reyes 1995) and is designed
  3. # to be used with GCC
  4. #
  5. # GccOpts is free software for Amiga.
  6. #
  7. # To compile, just type 'make' in your shell environment.
  8. #
  9.  
  10.  
  11. ##
  12. ## Please do NOT edit this file
  13. ##
  14.  
  15. #OUTP setcop
  16. #CPU: 0
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 2
  20. #LNK: 1
  21. #PRJ: copperfade.c
  22. #OPT: /0000/0001/00/000000000000000000/0000000/00000000000000000000000000000000000
  23.  
  24. .PHONY : all
  25. .PHONY : clean
  26.  
  27. # System configuration
  28. SHELL = gnu:bin/sh
  29.  
  30. # System environment
  31. CC = gcc
  32.  
  33. CODEGEN = -m68000  -noixemul
  34.  
  35. OPTIMIZATION = -O2
  36.  
  37. OPTIONS = -s 
  38.  
  39. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  40.  
  41.  
  42.  
  43. LIB = -lm
  44.  
  45. OBJ = copperfade.o
  46.  
  47. ARCHIVE = 
  48.  
  49. copperfade: $(OBJ)
  50.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  51.     protect copperfade +e
  52.  
  53. all: clean copperfade
  54.  
  55. clean:
  56.     rm -f copperfade.o copperfade
  57.  
  58.  
  59. copperfade.o: copperfade.c
  60.  
  61.     $(CC) $(CFLAGS) $(INCL) -c copperfade.c
  62.  
  63. #END OF FILE#
  64.