home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / RCS / makefile,v < prev    next >
Encoding:
Text File  |  1993-10-27  |  838 b   |  59 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ediger:1.2;
  6. comment  @# @;
  7.  
  8.  
  9. 1.2
  10. date     93.10.27.23.45.06;  author ediger;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.10.25.18.00.42;  author ediger;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @dependency file
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @makefile that supports elaborate testing program
  28. @
  29. text
  30. @# $Id$
  31. # $Log$
  32.  
  33. LIBS = -lsys_s -lNeXT_s
  34.  
  35. MachO: MachO.o MachOFile.o LoadCommand.o SortedList.o
  36.     cc -g -o MachO MachO.o MachOFile.o LoadCommand.o SortedList.o $(LIBS)
  37.  
  38. MachOFile.o: MachOFile.m MachOFile.h
  39.     cc -Wall -g -c -I. MachOFile.m
  40.  
  41. LoadCommand.o:    LoadCommand.m LoadCommand.h
  42.     cc -Wall -g -c -I. LoadCommand.m
  43.  
  44. MachO.o: MachO.m MachOFile.h
  45.     cc -Wall -g -c -I. MachO.m
  46.  
  47. SortedList.o: SortedList.m SortedList.h
  48.     cc -Wall -g -c -I. SortedList.m
  49. @
  50.  
  51.  
  52. 1.1
  53. log
  54. @Initial revision
  55. @
  56. text
  57. @d1 3
  58. @
  59.