# 	Index: OSLib/!OsLib/Source/User/oslib/Makefile,fe1		20031228
#

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:	user libs libs32

user:       all
      	    @echo

libs:	    ${LIBS}
      	    @echo

libs32:     ${LIBS32}
      	    @echo


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