home *** CD-ROM | disk | FTP | other *** search
-
- #
- # Makefile for the IRIT solid modeler.
- #
- #
- # This makefile is for Turbo C++ 1.0 and up (Using Ansi C though).
- #
-
- # Works only on TC++ 1.0 make and up - swap out make before invoking command.
- .SWAP
-
- # Includes generic definitions.
- !include "..\makeflag.dos"
-
- OBJS = adjacncy.obj allocate.obj attribute.obj \
- bool-hi.obj bool1low.obj bool2low.obj \
- convex.obj ctrl-brk.obj dataprsr.obj dosintr.obj \
- freeform.obj geomat3d.obj geomvals.obj inpteval.obj inptprsr.obj \
- intrnrml.obj irit.obj matherr.obj objects.obj \
- overload.obj primitiv.obj windows.obj viewobj.obj
-
- irit.exe: $(OBJS)
- $(LNK) @&&!
- $(TC_LIB_DIR)\c0l+
- $(OBJS)
- irit.exe
- irit.map
- $(LIBS)
- !$(LFLAGS)
-
- install: irit.exe
- copy irit.exe $(BIN_DIR)
- del irit.exe
- copy iritinit.irt $(BIN_DIR)
- copy irit-dos.cfg $(BIN_DIR)\irit.cfg
-
- # Dependencies starts here - do not touch, generated automatically.
- adjacncy.obj: program.h adjacncy.h allocate.h
- allocate.obj: program.h allocate.h attribut.h ctrl-brk.h windows.h
- attribut.obj: program.h allocate.h attribut.h windows.h
- bool-hi.obj: program.h allocate.h attribut.h booleang.h booleanl.h convex.h ctrl-brk.h matherr.h objects.h windows.h
- bool1low.obj: program.h adjacncy.h allocate.h booleang.h booleanl.h geomat3d.h objects.h
- bool2low.obj: program.h allocate.h booleang.h booleanl.h convex.h geomat3d.h intrnrml.h objects.h
- convex.obj: program.h allocate.h booleang.h convex.h geomat3d.h intrnrml.h objects.h windows.h
- ctrl-brk.obj: program.h ctrl-brk.h
- dataprsr.obj: program.h allocate.h attribut.h dataprsr.h geomat3d.h objects.h windows.h
- dosintr.obj: program.h dosintr.h ctrl-brk.h windows.h
- freeform.obj: program.h allocate.h attribut.h objects.h primitiv.h windows.h freeform.h
- geomat3d.obj: program.h allocate.h convex.h geomat3d.h objects.h primitiv.h windows.h
- geomvals.obj: program.h allocate.h convex.h geomat3d.h geomvals.h objects.h windows.h
- 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
- inptprsr.obj: program.h allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h windows.h
- intrnrml.obj: program.h geomat3d.h intrnrml.h
- iprsrtst.obj: program.h inptprsg.h dosintr.h matherr.h
- irit.obj: program.h ctrl-brk.h dataprsr.h dosintr.h inptprsg.h matherr.h objects.h windows.h
- matherr.obj: program.h windows.h
- objects.obj: program.h allocate.h dataprsr.h attribut.h geomat3d.h objects.h windows.h
- overload.obj: program.h allocate.h booleang.h freeform.h geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
- primitiv.obj: program.h allocate.h attribut.h convex.h geomat3d.h objects.h primitiv.h windows.h
- viewobj.obj: program.h attribut.h objects.h freeform.h geomat3d.h primitiv.h windows.h viewobj.h
- windows.obj: program.h viewobj.h windows.h
-