home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / makefile.tc < prev    next >
Makefile  |  1992-02-12  |  3KB  |  62 lines

  1.  
  2. #
  3. # Makefile for the IRIT solid modeler.
  4. #
  5. #
  6. # This makefile is for Turbo C++ 1.0 and up (Using Ansi C though).
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. .SWAP
  11.  
  12. # Includes generic definitions.
  13. !include "..\makeflag.dos"
  14.  
  15. OBJS = adjacncy.obj allocate.obj attribute.obj \
  16.     bool-hi.obj bool1low.obj bool2low.obj \
  17.     convex.obj ctrl-brk.obj dataprsr.obj dosintr.obj \
  18.     freeform.obj geomat3d.obj geomvals.obj inpteval.obj inptprsr.obj \
  19.     intrnrml.obj irit.obj matherr.obj objects.obj \
  20.         overload.obj primitiv.obj windows.obj viewobj.obj
  21.  
  22. irit.exe: $(OBJS)
  23.     $(LNK) @&&!
  24. $(TC_LIB_DIR)\c0l+
  25. $(OBJS)
  26. irit.exe
  27. irit.map
  28. $(LIBS)
  29. !$(LFLAGS)
  30.  
  31. install: irit.exe
  32.     copy irit.exe $(BIN_DIR)
  33.     del irit.exe 
  34.     copy iritinit.irt $(BIN_DIR)
  35.     copy irit-dos.cfg $(BIN_DIR)\irit.cfg
  36.  
  37. # Dependencies starts here - do not touch, generated automatically.
  38. adjacncy.obj:    program.h adjacncy.h allocate.h
  39. allocate.obj:    program.h allocate.h attribut.h ctrl-brk.h windows.h
  40. attribut.obj:    program.h allocate.h attribut.h windows.h
  41. bool-hi.obj:    program.h allocate.h attribut.h booleang.h booleanl.h convex.h ctrl-brk.h matherr.h objects.h windows.h
  42. bool1low.obj:    program.h adjacncy.h allocate.h booleang.h booleanl.h geomat3d.h objects.h
  43. bool2low.obj:    program.h allocate.h booleang.h booleanl.h convex.h geomat3d.h intrnrml.h objects.h
  44. convex.obj:    program.h allocate.h booleang.h convex.h geomat3d.h intrnrml.h objects.h windows.h
  45. ctrl-brk.obj:    program.h ctrl-brk.h
  46. dataprsr.obj:    program.h allocate.h attribut.h dataprsr.h geomat3d.h objects.h windows.h
  47. dosintr.obj:    program.h dosintr.h ctrl-brk.h windows.h
  48. freeform.obj:    program.h allocate.h attribut.h objects.h primitiv.h windows.h freeform.h
  49. geomat3d.obj:    program.h allocate.h convex.h geomat3d.h objects.h primitiv.h windows.h
  50. geomvals.obj:    program.h allocate.h convex.h geomat3d.h geomvals.h objects.h windows.h
  51. inpteval.obj:    program.h allocate.h attribut.h convex.h ctrl-brk.h dataprsr.h dosintr.h freeform.h geomat3d.h geomvals.h inptprsg.h inptprsl.h matherr.h objects.h overload.h primitiv.h viewobj.h windows.h
  52. inptprsr.obj:    program.h allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h windows.h
  53. intrnrml.obj:    program.h geomat3d.h intrnrml.h
  54. iprsrtst.obj:    program.h inptprsg.h dosintr.h matherr.h
  55. irit.obj:    program.h ctrl-brk.h dataprsr.h dosintr.h inptprsg.h matherr.h objects.h windows.h
  56. matherr.obj:    program.h windows.h
  57. objects.obj:    program.h allocate.h dataprsr.h attribut.h geomat3d.h objects.h windows.h
  58. overload.obj:    program.h allocate.h booleang.h freeform.h geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
  59. primitiv.obj:    program.h allocate.h attribut.h convex.h geomat3d.h objects.h primitiv.h windows.h
  60. viewobj.obj:    program.h attribut.h objects.h freeform.h geomat3d.h primitiv.h windows.h viewobj.h
  61. windows.obj:    program.h viewobj.h windows.h
  62.