home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v1.2
/
amidev_cd_12.iso
/
devcon
/
sanfrancisco_1989
/
sf-devcon89.1
/
commodities
/
aztec
/
cxsupp
/
makefile
< prev
Wrap
Makefile
|
1992-08-27
|
293b
|
12 lines
# cxsupp -- support scanned library for Commodities Exchange
OBJ=argarray.o hotkey.o ixusr.o invert.o freeie.o cxlink.o
SRC=argarray.c hotkey.c ixusr.c invert.c freeie.c
ASRC=cxlink.asm
CFLAGS=-I//include/ +I//include/cx/cxusr.pre
cx_support.lib: $(OBJ) makefile
lb cx_support.lib $(OBJ)