home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / lmkfile < prev    next >
Encoding:
Text File  |  1990-11-21  |  501 b   |  17 lines

  1. OPTS   =
  2. POBJS  = postnews.o system.o
  3. SOBJS  = sendbatch.o
  4. BOBJS  = batch.o
  5. CFLAGS = -cs -v -iwork:unixlib -itmp:uucpsrc/src/include $(OPTS)
  6. PLIBS  = lib lib:lc.lib work:unixlib/unix.lib ltmp:uucp/lib/uucp.lib \
  7.          lib:lcr.lib lib:amiga.lib SC SD ND
  8.  
  9. postnews:  $(POBJS)
  10.            blink from lib:c.o $(POBJS) to postnews $(PLIBS)
  11.  
  12. batch:     $(BOBJS)
  13.            blink from lib:cres.o $(BOBJS) to batch $(LIBS)
  14.  
  15. sendbatch: $(SOBJS)
  16.            blink from lib:cres.o $(SOBJS) to sendbatch $(LIBS)
  17.