#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for cc-env/dcppt/arch
#
# * Yasuhiro MORIKAWA
#   * 2005/10/05 (Yasuhiro MORIKAWA) update
#   * 2005/05/16 (Yasuhiro MORIKAWA) update
#   * 2005/04/21 (Yasuhiro MORIKAWA) create
#
######################################################################
#

all:
	make -f Makefile.debian help

help: all

debian:
	make -f Makefile.debian $@
	make -C ../

tgzlist:
	make -f Makefile.debian $@

