home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / xtra_lib / makefile.os2 < prev    next >
Encoding:
Makefile  |  1995-02-27  |  471 b   |  24 lines

  1. #
  2. # This is the make file for the xtra lib subdirectory (OS2, gcc, gnumake).
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS = nure_svd.o bzrintrp.o
  10.  
  11. libxtra.a: $(OBJS)
  12.     -$(RM) libxtra.a
  13.     ar rc libxtra.a $(OBJS)
  14.  
  15. install: libxtra.a
  16.     $(CP) libxtra.a $(LIB_DIR)
  17.     ar s $(LIB_DIR)/libxtra.a
  18.  
  19.  
  20. # DO NOT DELETE THIS LINE -- make depend depends on it.
  21.  
  22. bzrintrp.o: ../include/irit_sm.h ../include/extra_fn.h
  23. nure_svd.o: ../include/irit_sm.h ../include/imalloc.h
  24.