home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / mach / doc / netmemory / Makefile.Z / Makefile
Encoding:
Makefile  |  1992-09-02  |  288 b   |  17 lines

  1. all    : checkout master slave stats checkout
  2.  
  3. master    : master.o
  4.     @-rm master
  5.     cc -o master master.o ../../xp/.@sys/netmemoryUser.o -lmach
  6.  
  7. slave    : master
  8.     @-rm slave
  9.     ln -s master slave
  10.  
  11. stats    : master
  12.     @-rm stats
  13.     ln -s master stats
  14.  
  15. checkout: checkout.o
  16.     cc -o checkout checkout.o -lmach
  17.