home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / polski_aminet / piotr_pawlow / convpl / makefile < prev   
Makefile  |  1996-12-21  |  852b  |  63 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 convpl
  16. #CPU: 0
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 0
  20. #LNK: 0
  21. #PRJ: convpl.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 
  34.  
  35. OPTIMIZATION = -O0
  36.  
  37. OPTIONS = -s 
  38.  
  39. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  40.  
  41.  
  42.  
  43. LIB = 
  44.  
  45. OBJ = convpl.o 
  46.  
  47. ARCHIVE = 
  48.  
  49. convpl: $(OBJ)
  50.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  51.  
  52. all: clean convpl
  53.  
  54. clean:
  55.     rm -f convpl.o convpl
  56.  
  57.  
  58. convpl.o: convpl.c 
  59.  
  60.     $(CC) $(CFLAGS) $(INCL) -c convpl.c
  61.  
  62. #END OF FILE#
  63.