home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #7
/
amigamamagazinepolishissue1998.iso
/
archiwizery
/
unarj
/
source
/
smakefile
< prev
next >
Wrap
Makefile
|
1997-11-17
|
437b
|
24 lines
# Makefile for UnARj for SAS/C 6.51 (for options see file SCOPTIONS)
# 68000 version
UnArj: unarj.o decode.o environ.o
SLINK LIB:c.o,UnArj.o,Decode.o,Environ.o TO UnArj LIB LIB:sc.lib LIB:amiga.lib SC SD ND
smake -f smakefile030
unarj.o: unarj.c unarj.h
SC UnARJ.c
decode.o: decode.c unarj.h
SC decode.c
environ.o: environ.c unarj.h
SC environ.c
# end of makefile