home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / misc_lib / makefile.unx < prev    next >
Makefile  |  1992-02-14  |  591b  |  29 lines

  1. #
  2. # This is the make file for the misc. lib subdirectory.
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ../makeflag.unx
  8.  
  9. OBJS = config.o genmat.o getarg.o iritprsr.o priorque.o xgeneral.o
  10.  
  11. libmisc.a: $(OBJS) $(MOREOBJS)
  12.     rm -f libmisc.a
  13.     ar rcv libmisc.a *.o
  14.     -ranlib libmisc.a
  15.  
  16. install: libmisc.a
  17.     mv -f libmisc.a $(LIB_DIR)
  18.     cp *.h $(INC_DIR)
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. config.o:    config.h
  22. dosgraph.o:    graphgen.h
  23. genmat.o:    genmat.h
  24. getarg.o:    getarg.h
  25. iritprsr.o:    iritprsr.h
  26. priorque.o:    priorque.h
  27. x11graph.o:    graphgen.h
  28. xglgraph.o:    genmat.h graphgen.h
  29.