home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / docs / makefile.wnt < prev    next >
Encoding:
Makefile  |  1994-12-19  |  808 b   |  38 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.wnt
  10.  
  11. all:    irit.tex irit.doc irit.hlp
  12.  
  13. irit.tex:
  14.     .\irithlp -l -o irit.tex irit.src
  15.  
  16. irit.doc:
  17.     .\irithlp -t -o irit.doc irit.src
  18.  
  19. irit.hlp:
  20.     .\irithlp -h -o irit.hlp irit.src
  21.  
  22. HELP_OBJS = irithlp.obj
  23.  
  24. irithlp.exe: $(HELP_OBJS)
  25.     $(IRITCONLINK) -out:irithlp.exe $(HELP_OBJS) $(LIBS) $(W32CONLIBS)
  26.  
  27. install: irit.hlp
  28.     copy irit.hlp $(BIN_DIR)
  29.     del irit.hlp
  30.  
  31. irit.tex: irithlp.exe irit.src
  32. irit.doc: irithlp.exe irit.src
  33. irit.hlp: irithlp.exe irit.src
  34.  
  35. # Dependencies starts here - do not touch, generated automatically.
  36. irithlp.obj:    ../include/irit_sm.h
  37. progman.obj:    ../include/irit_sm.h ../include/imalloc.h
  38.