home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-05 | 391 b | 17 lines |
- GEOM = ../../..
- include ${GEOM}/makefiles/Makedefs.global
- -include Makedefs
-
- NAME = animate
-
- CFLAGS= -I${GEOM}/include
-
- L = ${GEOM}/lib/next
-
- OOGL_LIBS = -L${L} -lmg -lcamera -lwindow \
- -lgeom -lquad -lpolylist -lvect -lbezier -lmesh -lvect \
- -lsphere -linst -ltlist -llist -ldg -lbbox -lstub -lgeom \
- -lshade -loogl -l3d -lcolor
-
- OTHER_LIBS = ${OOGL_LIBS}
-