#--------------------------------------------------------------------- # Copyright (C) GFD Dennou Club, 2005. All rights reserved. #--------------------------------------------------------------------- #= Makefile for dcpam current cvs tag information # # * Yasuhiro MORIKAWA # * 2005/06/30 (Yasuhiro MORIKAWA) Comments added # #== Overviews # # Do not write rules. This file is included by other Makefile. # # [JAPANESE] # # このファイルは他の Makefile から include されることを # 想定しているため, ルールは記述しないで下さい. # ############################################################ ############################################################ #== Current CVS Tag # # Please modify "YOUR_PROJECT_NAME" and "YOUR_CURRENT_TAG" to # appropriate variable name only first. # # Usually, specify cvs project name to "YOUR_PROJECT_NAME" (tentative), # and specify latest tag name to "YOUR_CURRENT_NAME" (tentative) # # [JAPANESE] # # 最初の設定として, "YOUR_PROJECT_NAME" と "YOUR_CURRENT_TAG" # をあなたのモデルプロジェクトに合わせて適切な名前に変更してください. # # 普段は, "YOUR_PROJECT_NAME" (仮) を cvs のプロジェクト名に # 指定し, "YOUR_CURRENT_NAME" (仮) に最新版の cvs のタグを # 指定してください. # YOUR_PROJECT_NAME = project1 YOUR_CURRENT_TAG = $(YOUR_PROJECT_NAME)-20050630