comparison 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
comparison
equal deleted inserted replaced
18:e7e2aba67cb3 19:e48bf9927b1c
32 include @top_srcdir@/makerule.mk 32 include @top_srcdir@/makerule.mk
33 top_builddir = ../.. 33 top_builddir = ../..
34 34
35 INSTALL = @INSTALL@ 35 INSTALL = @INSTALL@
36 36
37 HEADERS = jllib.h jslib.h msg.h rk_spclval.h wnnerror.h commonhd.h cplib.h 37 HEADERS = jllib.h jslib.h msg.h rk_spclval.h wnnerror.h commonhd.h cplib.h build_stamp.h
38 LINKS = wnn_config.h copyright.h demcom.h hinsi_file.h jd_sock.h jdata.h \ 38 LINKS = wnn_config.h copyright.h demcom.h hinsi_file.h jd_sock.h jdata.h \
39 jh.h jlib.h wnn_string.h wnn_os.h hinsi.h ansidecl.h 39 jh.h jlib.h wnn_string.h wnn_os.h hinsi.h ansidecl.h
40 LINKS2 = getopt.h 40 LINKS2 = getopt.h
41 41
42 all:: $(HEADERS) $(LINKS) $(LINKS2) 42 all:: $(HEADERS) $(LINKS) $(LINKS2)
254 $(LN) $? $@ 254 $(LN) $? $@
255 255
256 includes:: getopt.h 256 includes:: getopt.h
257 257
258 depend:: getopt.h 258 depend:: getopt.h
259
260 build_stamp.h: $(WNNINCLUDESRC)/build_stamp.h
261 $(RM) $@
262 $(LN) $? $@
263
264 includes:: build_stamp.h
265
266 depend:: build_stamp.h
259 267
260 # 'clean' entry is not added because last 268 # 'clean' entry is not added because last
261 # 'clean' entry (action = '$(RM) $(LINKS)') does same thing. (aono) 269 # 'clean' entry (action = '$(RM) $(LINKS)') does same thing. (aono)
262 270
263 instlib:: install 271 instlib:: install