
info:
	@echo ""
	@echo "build for \`Terminal Emulator for MobileGear'"
	@echo "	make freebsd        FreeBSD"
	@echo "	make linux          Linux"
	@echo "	make arm-linux      Linux/7k"
	@echo ""
	@echo "\`make help' for more help."
	@echo ""
help:
	@echo ""
	@echo "you can use follow targets."
	@echo "	{plathome}                  for all build"
	@echo "	{plathome}-install          for all install"
	@echo "	{plathome}-package          for creat package"
	@echo ""

freebsd:
	@make -f Makefile.freebsd
freebsd-install:
	@make -f Makefile.freebsd install

linux:
	@make -f Makefile.linux
arm-linux linux7k psion5:
	@make -f Makefile.arm-linux
linux-install:
	@make -f Makefile.linux install

clean:
	rm -f *.o *.po *.so mgterm
