#SAS/C smakefile for powerUP (TM) PPC Amiga systems
#(for 68k Amigas, it should suffice to change "CC"
# and "STARTUP" within the single makefiles below)
#written by Andreas R. Kleinert in 1998

all:
     smake -f smake_clean
     smake -f smake_pretty
     smake -f smake_short
     smake -f smake_compile_to_jvm
     smake -f smake_compile_to_c
     smake -f smake_print_jvm_class
     smake -f smake_finder
     smake -f smake_compile
