home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff290.lzh / IPC / IPC_Lib_Sources / lmkfile < prev    next >
Text File  |  1989-12-11  |  483b  |  24 lines

  1. # Make file for PPIPC Shared Library 89:4:17
  2. # -- assumes path and assigns for assembly and compilation are correct
  3.  
  4. ppipc.library : LibTag.o LibTables.o LibFuncs.o IPCLib.o LoadIPCPort.o \
  5. UtilIPC.o
  6.     blink with IPCLibrary.lnk
  7.  
  8. .c.o:
  9.     lc -b0 -v -d2 $*
  10.  
  11. LibTag.o : LibTag.a
  12.     asm -d -iAINCL: LibTag
  13.  
  14. LibTables.o : LibTables.c
  15.  
  16. LibFuncs.o : LibFuncs.c
  17.  
  18. IPCLib.o : IPCLib.c IPCStruct.h
  19.  
  20. LoadIPCPort.o : LoadIPCPort.c IPCStruct.h IPCAsmCalls.h
  21.  
  22. UtilIPC.o :UtilIPC.c IPCStruct.h
  23.  
  24.