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

  1. #
  2. # Makefile for the IRIT solid modeler documentation (TC).
  3. #
  4.  
  5. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  6. # .SWAP
  7.  
  8. # Includes generic definitions.
  9. !include "..\makeflag.tc"
  10.  
  11. all:    irit.tex irit.doc irit.hlp
  12.  
  13. .src.tex:
  14.     .\irithlp -l -o $*.tex $<
  15.  
  16. .src.doc:
  17.     .\irithlp -t -o $*.doc $<
  18.  
  19. .src.hlp:
  20.     .\irithlp -h -o $*.hlp $<
  21.  
  22. HELP_OBJS = irithlp.obj
  23.  
  24. irithlp.exe: $(HELP_OBJS)
  25.     $(LNK) @&&!
  26. $(TC_LIB_DIR)\c0l+
  27. $(HELP_OBJS)
  28. irithlp.exe
  29. irithlp.map
  30. $(LIBS)
  31. !$(LFLAGS)
  32.  
  33.  
  34. install: irit.hlp
  35.     copy irit.hlp $(BIN_DIR)
  36.     del irit.hlp
  37.  
  38.  
  39. irit.tex: irithlp.exe irit.src
  40. irit.doc: irithlp.exe irit.src
  41. irit.hlp: irithlp.exe irit.src
  42.  
  43. # Dependencies starts here - do not touch, generated automatically.
  44. irithlp.obj:    ../include/irit_sm.h
  45. progman.obj:    ../include/irit_sm.h ../include/imalloc.h
  46.