diff kWnn/include/Makefile.in @ 19:e48bf9927b1c

added make rule for build_stamp.h to cWnn and kWnn so that they will be built correctly.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 14 Apr 2008 17:55:44 +0900
parents bbc77ca4def5
children
line wrap: on
line diff
--- a/kWnn/include/Makefile.in	Mon Apr 14 17:33:53 2008 +0900
+++ b/kWnn/include/Makefile.in	Mon Apr 14 17:55:44 2008 +0900
@@ -34,7 +34,7 @@
 
 INSTALL      = @INSTALL@
 
-HEADERS = jllib.h jslib.h msg.h rk_spclval.h wnnerror.h commonhd.h cplib.h
+HEADERS = jllib.h jslib.h msg.h rk_spclval.h wnnerror.h commonhd.h cplib.h build_stamp.h
 LINKS = wnn_config.h copyright.h demcom.h hinsi_file.h jd_sock.h jdata.h \
 	jh.h jlib.h wnn_string.h wnn_os.h hinsi.h ansidecl.h
 LINKS2 = getopt.h
@@ -257,6 +257,14 @@
 
 depend:: getopt.h
 
+build_stamp.h:  $(WNNINCLUDESRC)/build_stamp.h
+	$(RM) $@
+	$(LN) $? $@
+
+includes:: build_stamp.h
+
+depend:: build_stamp.h
+
 # 'clean' entry is not added because last 
 # 'clean' entry (action = '$(RM) $(LINKS)') does same thing. (aono)