# OSLib.Source.Computer.oslib.Makefile	TV	20031228
# Makefile for Computer/oslib under RISC OS
#

#include the module list
include ${MAKEFILEDIR}.modules

#include the global definitions afther the local ones
# to allow the latter to be recognised
include <OSLib$SourceDir>.AMUmakefile/inc

# local targets
.PHONY:	computer libs libs32

computer:   all
      	    @echo

libs:	    ${LIBS}
      	    @echo

libs32:     ${LIBS32}
      	    @echo


#------------------------------------------------------------------------
# Dynamic dependencies:
