home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / docs / makefile.os2 < prev    next >
Encoding:
Makefile  |  1994-12-19  |  610 b   |  32 lines

  1. #
  2. # Makefile for the IRIT solid modeler documentation (OS2).
  3. #
  4.  
  5. # Includes generic definitions.
  6. include ..\makeflag.os2
  7.  
  8. all:    irit.tex irit.doc irit.hlp
  9.  
  10. HELP_OBJS = irithlp.o
  11.  
  12. irithlp.exe: $(HELP_OBJS)
  13.  
  14. install: irit.hlp
  15.     $(CP) irit.hlp $(BIN_DIR)
  16.     $(RM) irit.hlp
  17.  
  18. irit.tex: irithlp.exe irit.src
  19.     ./irithlp -l -o irit.tex irit.src
  20.  
  21. irit.doc: irithlp.exe irit.src
  22.     ./irithlp -t -o irit.doc irit.src
  23.  
  24. irit.hlp: irithlp.exe irit.src
  25.     ./irithlp -h -o irit.hlp irit.src
  26.  
  27.  
  28. # DO NOT DELETE THIS LINE -- make depend depends on it.
  29.  
  30. irithlp.o: ../include/irit_sm.h
  31. progman.o: ../include/irit_sm.h ../include/imalloc.h
  32.