######################################################################
#
#                       ** WARNING **
#    !!!!! MAKEFILE FOR NET+Works ENIRONMENT ONLY !!!!!
#           *** This is not an NDS makefile *** 
#
#    Makefile used to build treck library.
#
######################################################################

# Root directory for netos.
BASEDIR=../..

# Include the parent makefile.
all: 
	make -f Makefile.fv DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)
#	make -f Makefile.no_ppp DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)
	make -f Makefile.no_ipsec DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)
#	make -f Makefile.no_ipv6_ipsec DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)
#	make -f Makefile.no_ipv6_ppp_ipsec DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)
#	make -f Makefile.no_ppp_ipsec DEBUG=$(DEBUG) PLATFORM=$(PLATFORM)

-include $(BASEDIR)/Makefile.inc
-include Makefile.src

# This is called to clean things up.
localclean:
	make -f Makefile.fv localclean
#	make -f Makefile.no_ppp localclean
	make -f Makefile.no_ipsec localclean
#	make -f Makefile.no_ipv6_ipsec localclean
#	make -f Makefile.no_ipv6_ppp_ipsec localclean
#	make -f Makefile.no_ppp_ipsec localclean

component_clobber: clean_my_libs


