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.djg < prev    next >
Makefile  |  1992-02-23  |  560b  |  26 lines

  1. #
  2. # This is the make file for the misc. library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS = config.o genmat.o getarg.o iritprsr.o priorque.o xgeneral.o $(MOREOBJS)
  10.  
  11. libmisc.a: $(OBJS)
  12.     ar rc libmisc.a $(OBJS)
  13.  
  14. install: libmisc.a
  15.     copy libmisc.a $(LIB_DIR_DOS)
  16.     ar s $(LIB_DIR_DOS)\libmisc.a
  17.     copy *.h $(INC_DIR_DOS)
  18.  
  19. # Dependencies starts here - do not touch, generated automatically.
  20. config.o:    config.h
  21. dosgraph.o:    graphgen.h
  22. genmat.o:    genmat.h
  23. getarg.o:    getarg.h
  24. iritprsr.o:    iritprsr.h
  25. priorque.o:    priorque.h
  26.