home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-01-29 | 457 b | 21 lines |
- GEOM = ../../../..
- include ${GEOM}/makefiles/Makedefs.global
- include ../Makedefs
- include ${GEOM}/makefiles/Makerules.obj
-
- FORMSLIBS = -lforms -lfm_s
- ALLLIBS = ${ALLOOGLLIBS} ${FORMSLIBS} -lgl_s -lm
-
- example: ${OBJS}
- rm -f example ../example
- cc ${CFLAGS} ${OBJS} ${ALLLIBS} -o example
- ln example ..
-
- tutorial.dvi: tutorial.tex
- latex tutorial
-
- install: install_module
-
- install_module: example
- ${INSTALLMODULE} example ../.geomview-example ${MODULEDIR}
-