home *** CD-ROM | disk | FTP | other *** search
- # Make file for PPIPC Shared Library 89:4:17
- # -- assumes path and assigns for assembly and compilation are correct
-
- ppipc.library : LibTag.o LibTables.o LibFuncs.o IPCLib.o LoadIPCPort.o \
- UtilIPC.o
- blink with IPCLibrary.lnk
-
- .c.o:
- lc -b0 -v -d2 $*
-
- LibTag.o : LibTag.a
- asm -d -iAINCL: LibTag
-
- LibTables.o : LibTables.c
-
- LibFuncs.o : LibFuncs.c
-
- IPCLib.o : IPCLib.c IPCStruct.h
-
- LoadIPCPort.o : LoadIPCPort.c IPCStruct.h IPCAsmCalls.h
-
- UtilIPC.o :UtilIPC.c IPCStruct.h
-
-