「ぎょーむ日誌」目次に戻る | KuboWeb top に戻る | twilog | atom

ぎょーむ日誌 2000-12-18

苦情・お叱りは, たいへんお手数かけて恐縮ですが, 久保 (kubo@ees.hokudai.ac.jp) までお知らせください.

2000 年 12 月 18 日 (月)

	#if !defined(___Class_Forest)
	#define ___Class_Forest
	……(本文)……
	#endif
	MLFITTING := $(shell find $$HOME/bin -type f -name 'mlfitting' -print )
	...
	mlfitting:
	ifeq ($(MLFITTING),)
		@echo -e "ERROR: Install $(HOME)/bin/mlfitting first"
		@exit 1
	else
		...
	endif
lib_evision

KuboLog | KuboWeb