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

all:
	make -f Makefile.dcmodel-thum $@

help: all


dcmodel-thum-sample:
	make -f Makefile.dcmodel-thum $@

dcmodel-thum-rdoc:
	make -f Makefile.dcmodel-thum $@

dcmodel-thum:
	make -f Makefile.dcmodel-thum $@

