home *** CD-ROM | disk | FTP | other *** search
- #
- # This is the make file for the misc. lib subdirectory.
- #
- # Gershon Elber, Aug 1991
- #
-
- include ../makeflag.unx
-
- OBJS = config.o genmat.o getarg.o iritprsr.o priorque.o xgeneral.o
-
- libmisc.a: $(OBJS) $(MOREOBJS)
- rm -f libmisc.a
- ar rcv libmisc.a *.o
- -ranlib libmisc.a
-
- install: libmisc.a
- mv -f libmisc.a $(LIB_DIR)
- cp *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.o: config.h
- dosgraph.o: graphgen.h
- genmat.o: genmat.h
- getarg.o: getarg.h
- iritprsr.o: iritprsr.h
- priorque.o: priorque.h
- x11graph.o: graphgen.h
- xglgraph.o: genmat.h graphgen.h
-