#*********************************************************************
#
#  (C) 2005 - 2009 j3d-org Consortium
#    http://code.j3d.org/
#
# Author: Justin Couch
# Version: $Revision: 1.1 $
#
#*********************************************************************

# Names of packages to be compiled. These are declared in the order that
# they are to be compiled in. We create one at a time
BUILD_ORDER = navigation \

# 3rd party libraries that need including.
JARS_3RDPARTY=

# Names of JAR files we want to create
JARS = 

include $(PROJECT_ROOT)/make/Makefile.images
