home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
Amiga
/
Workbench
/
Archivers
/
PPCUnARJ241.lha
/
PPCUnARJ
/
source.lha
/
source
/
smakefile
< prev
next >
Wrap
Makefile
|
1998-02-07
|
440b
|
22 lines
# Makefile for UnARj for SAS/C 6.58 (for options see file SCOPTIONS)
# powerUP (TM) version
UnArj.elf: UnArj.o decode.o environ.o
ppc-amigaos-ld -r lib:c_ppc.o UnArj.o decode.o environ.o LIB:scppc.a lib:end.o -o UnArj.elf
Copy UnArj.elf /
UnArj.o: UnArj.c
SCPPC UnArj.c
decode.o: decode.c unarj.h
SCPPC decode.c
environ.o: environ.c unarj.h
SCPPC environ.c
# end of makefile