home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #4
/
amigaacscoverdisc1998-041998.iso
/
utilities
/
shareware
/
dev
/
ppcsmalleiffel
/
source.lha
/
bin_c
/
smake_compile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-02-27
|
370 b
|
14 lines
#SAS/C smakefile for powerUP (TM) PPC Amiga systems
#(for 68k Amigas, it should suffice to change "CC" and "STARTUP" below)
#written by Andreas R. Kleinert in 1998
CC = SCPPC
STARTUP = LIB:c_ppc.o
PROG = /bin/compile
PROG2 = ../bin/compile
OBJS = compile.o
$(PROG): $(OBJS)
ppc-amigaos-ld -r $(STARTUP) $(OBJS) LIB:scppc.a lib:end.o -o $(PROG2)