home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-02 | 495 b | 22 lines |
- # this file contains the common part of the Makefiles for the object
- # (O.*) directories.
-
- LIBS= -L${GEOM}/lib/${MACHTYPE} -lgeomutil -lstubdraw ${ALLOOGLLIBS} -lm
-
- INCDIRS = -I${GEOM}/include -I/usr/local/include -I..
-
- COPTS = -g
- CFLAGS = ${COPTS} ${INCDIRS}
-
- polymerge: $$@.o
- rm -f $@ ../$@
- ${CC} ${CFLAGS} -o $@ $@.o -L${GEOM}/lib/${MACHTYPE} -loogl -lm
- ln $@ ..
-
- anytooff offconsol bdy: $$@.main.o
- rm -f $@ ../$@
- ${CC} ${CFLAGS} -o $@ $@.main.o ${LIBS}
- ln $@ ..
-
- install: installbin
-