home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
Workbench
/
RexxArpLib3p6
/
src
/
makefile
< prev
next >
Wrap
Makefile
|
1998-06-21
|
2KB
|
96 lines
### makefile
#
# DESCRIPTION:
# ===========
#
# This is the makefile for an AmigaREXX ARP support library.
# This version is written for Aztec C. It is based on the example
# library by Jim Mackraz who got some stuff from Neil Katin, and
# rxexample.library by Bill Hawes.
# All changes and additions by me.
#
# AUTHOR/DATE: W.G.J. Langeveld, November 1987.
# ============
#
# Modified for SAS C 6.5
#
# AUTHOR/DATE: Joanne Dow, Jun 1998.
# ============
#
###
All: rexxarplib.library
rexxarplib.library: disp.o dispatch.o filreq.o simp.o env.o screens.o \
createhost.o util.o rxhtable.o syswbscr.o \
message.o whfunctions.o whhtable.o areapolydraw.o \
filelist.o drawiff.o allocrastport.o listreq.o memory.o \
libinit.o
Slink with ral.lnk verbose
slink from rexxarplib.library to libs:rexxarplib.library nodebug noicons
# rtag.o
# copy rexxarplib.library libs:
allocrastport.o: allocrastport.c
sc allocrastport.c
areapolydraw.o: areapolydraw.c areapolydraw.h
sc areapolydraw.c
createhost.o: createhost.c rexxarplib.h
sc createhost.c
dispatch.o: dispatch.c rexxarplib.h
sc dispatch.c
drawiff.o: drawiff.c
sc drawiff.c
env.o: env.c rexxarplib.h
sc env.c
filelist.o: filelist.c rexxarplib.h
sc filelist.c
filreq.o: filreq.c rexxarplib.h
sc filreq.c
listreq.o: listreq.c rexxarplib.h
sc listreq.c
memory.o: memory.c
sc memory.c
message.o: message.c
sc message.c
rxhtable.o: rxhtable.c
sc rxhtable.c
screens.o: screens.c rexxarplib.h
sc screens.c
simp.o: simp.c rexxarplib.h
sc simp.c
syswbscr.o: syswbscr.c
sc syswbscr.c
util.o: util.c
sc util.c
whfunctions.o: whfunctions.c rexxarplib.h
sc whfunctions.c
whhtable.o: whhtable.c
sc whhtable.c
disp.o: disp.asm
asm disp.asm
#rtag.o: rtag.asm
# as rtag.asm
libinit.o: libinit.c
sc define=ONE_GLOBAL_SECTION libinit