home *** CD-ROM | disk | FTP | other *** search
- OPTS =
- POBJS = postnews.o system.o
- SOBJS = sendbatch.o
- BOBJS = batch.o
- CFLAGS = -cs -v -iwork:unixlib -itmp:uucpsrc/src/include $(OPTS)
- PLIBS = lib lib:lc.lib work:unixlib/unix.lib ltmp:uucp/lib/uucp.lib \
- lib:lcr.lib lib:amiga.lib SC SD ND
-
- postnews: $(POBJS)
- blink from lib:c.o $(POBJS) to postnews $(PLIBS)
-
- batch: $(BOBJS)
- blink from lib:cres.o $(BOBJS) to batch $(LIBS)
-
- sendbatch: $(SOBJS)
- blink from lib:cres.o $(SOBJS) to sendbatch $(LIBS)
-