#: 11369 S12/OS9/68000 (OSK)
14-Jul-91 07:31:10
Sb: #Reply to #11364
Fm: Keith H. March 70541,1413
To: 76257,562 (X)
This here is the makefile from the uucp package, written under level II OS9.
The makefiles for OSK looks a little different
ALSO: Does anyone have the source code (.a) for dEd, I miss it, as I used it
under level II almost dayly? * * File: makefile for the UUCP package * * First
define the global macros * * CC = the C compiler executive program * LIB
= library(s) to include in all links in addition to clib.l * GFXLIB = library
containing graphics commands * CC = cc2 LIB = -l=/dd/lib/sys.l -m=1k
GFXLIB = -l=/dd/lib/cgfx.l * *CC = cc *LIB = -l=/dd/lib/cgfx.l -t -m=1k
*GFXLIB = ODIR = /dd/cmds
* * Trick used to make everything. Type: make all *
all: uucico readnews rmail mail postnews expire \
rnews uuxqt uucp uuencode uudecode fixtext
@echo
@echo --done-
_FIXTEXT = fixtext.r getline.r fixline.r
fixtext: $(_FIXTEXT)
$(CC) -f=fixtext $(_FIXTEXT) $(LIB)
_UUDECODE = uudecode.r
uudecode: $(_UUDECODE)
$(CC) -f=uudecode $(_UUDECODE) $(LIB)
There is 1 Reply.
|