#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for dcpam/dcpam5
#
# * Yasuhiro MORIKAWA, Masaki ISHIWATARI
#   * 2007/07/31 (Yasuhiro MORIKAWA) Copy from ../dcpam3
#
######################################################################

all: help

#all:
#	make -f Makefile.export $@
#	make -C ../ -f Makefile.replace $@

help:
	@echo ""
	@echo "  Now, automation system for export of source "
	@echo "  is stopped. If you use it, edit Makefile"
	@echo ""


#help:
#	make -f Makefile.export $@

export:
	make -f Makefile.export $@

tgzlist:
	make -f Makefile.export $@

clean:
	make -f Makefile.export $@

clean.all:
	make -f Makefile.export $@
