home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / Dial / source / Makefile < prev    next >
Makefile  |  2000-01-23  |  2KB  |  98 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 Dial
  16. #CPU: 0
  17. #VER: 1.3
  18. #FPU: 0
  19. #OLV: 0
  20. #LNK: 1
  21. #PRJ: GUI.c main.c listhooks.c 
  22. #PRJ: dialtone.c DialModem.c cat.c 
  23. #PRJ: Extern.c Hook_Utility.o 
  24. #OPT: /0000/0000/00/000000000000000000/0000000/00000000000000000000000000000000000
  25.  
  26. .PHONY : all
  27. .PHONY : clean
  28.  
  29. # System configuration
  30. SHELL = gnu:bin/sh
  31.  
  32. # System environment
  33. CC = gcc
  34.  
  35. CODEGEN = -m68000  -noixemul
  36.  
  37. OPTIMIZATION = -O0
  38.  
  39. OPTIONS = 
  40.  
  41. CFLAGS = $(CODEGEN) $(OPTIMIZATION) $(OPTIONS)
  42.  
  43.  
  44.  
  45. LIB = 
  46.  
  47. OBJ = GUI.o main.o listhooks.o \
  48.     dialtone.o DialModem.o cat.o \
  49.     Extern.o 
  50.  
  51. ARCHIVE = Hook_Utility.o 
  52.  
  53. Dial: $(OBJ)
  54.     $(CC) $(CFLAGS) -o $@ $^ $(ARCHIVE) $(LIB)
  55.  
  56. all: clean Dial
  57.  
  58. clean:
  59.     rm -f GUI.o main.o listhooks.o dialtone.o \
  60.     DialModem.o cat.o Extern.o Dial
  61.  
  62.  
  63. GUI.o: GUI.c GUI.h cat.h   \
  64.     Hook_utility.h listhooks.h Extern.h 
  65.  
  66.     $(CC) $(CFLAGS) $(INCL) -c GUI.c
  67.  
  68. main.o: main.c GUI.h cat.h   \
  69.     dialtone.h dialmodem.h listhooks.h   \
  70.     OwnDevUnit.h 
  71.  
  72.     $(CC) $(CFLAGS) $(INCL) -c main.c
  73.  
  74. listhooks.o: listhooks.c cat.h 
  75.  
  76.     $(CC) $(CFLAGS) $(INCL) -c listhooks.c
  77.  
  78. dialtone.o: dialtone.c GUI.h cat.h   \
  79.     listhooks.h extern.h 
  80.  
  81.     $(CC) $(CFLAGS) $(INCL) -c dialtone.c
  82.  
  83. DialModem.o: DialModem.c GUI.h cat.h   \
  84.     listhooks.h extern.h OwnDevUnit.h 
  85.  
  86.     $(CC) $(CFLAGS) $(INCL) -c DialModem.c
  87.  
  88. cat.o: cat.c cat.h 
  89.  
  90.     $(CC) $(CFLAGS) $(INCL) -c cat.c
  91.  
  92. Extern.o: Extern.c GUI.h cat.h   \
  93.     listhooks.h extern.h main.h 
  94.  
  95.     $(CC) $(CFLAGS) $(INCL) -c Extern.c
  96.  
  97. #END OF FILE#
  98.