2013-08-21 16:26:34 +02:00
|
|
|
--- FreeWnn-1.1.1-a022.bak/Wnn/pubdicplus/Makefile.in 2013-08-07 06:08:05.039178998 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/Wnn/pubdicplus/Makefile.in 2013-08-07 00:37:02.866652685 +0900
|
2010-03-26 01:19:40 +01:00
|
|
|
@@ -421,7 +421,7 @@
|
|
|
|
$(LN) $? $@
|
|
|
|
|
|
|
|
std.fzk: fzk.master-.c $(FZK_SRC)
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) $(FZK_FLAG) fzk.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp $(FZK_FLAG) fzk.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
full.fzk: $(FZK_SRC)
|
|
|
|
$(MAKE) FZK_FLAG=-DKANSAI std.fzk
|
2013-08-21 16:26:34 +02:00
|
|
|
diff -ur FreeWnn-1.1.1-a022.bak/cWnn/cdic/Makefile.in FreeWnn-1.1.1-a022/cWnn/cdic/Makefile.in
|
|
|
|
--- FreeWnn-1.1.1-a022.bak/cWnn/cdic/Makefile.in 2013-08-07 06:08:05.110178385 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/cWnn/cdic/Makefile.in 2013-08-07 00:39:21.716718581 +0900
|
|
|
|
@@ -64,10 +64,10 @@
|
2010-03-26 01:19:40 +01:00
|
|
|
$(DICS): $(HINSI)
|
|
|
|
|
|
|
|
$(FULL):: $(FZK_SRCS) con.master-.c
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
$(FULLR):: $(FZK_SRCS) con.masterR-.c
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
# To avoid circular dependency, we don't use 'con.master?.c'
|
|
|
|
con.master-.c: con.master
|
2013-08-21 16:26:34 +02:00
|
|
|
--- FreeWnn-1.1.1-a022.bak/cWnn/tdic/Makefile.in 2013-08-07 06:08:05.139178134 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/cWnn/tdic/Makefile.in 2013-08-07 00:43:26.207005663 +0900
|
|
|
|
@@ -64,10 +64,10 @@
|
2010-03-26 01:19:40 +01:00
|
|
|
$(DICS): $(HINSI)
|
|
|
|
|
|
|
|
$(FULL):: $(FZK_SRCS) con.master-.c
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
$(FULLR):: $(FZK_SRCS) con.masterR-.c
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
# To avoid circular dependency, we don't use 'con.master?.c'
|
|
|
|
con.master-.c: con.master
|
2013-08-21 16:26:34 +02:00
|
|
|
--- FreeWnn-1.1.1-a022.bak/kWnn/kdic/Makefile.in 2013-08-07 06:08:05.151178030 +0900
|
|
|
|
+++ FreeWnn-1.1.1-a022/kWnn/kdic/Makefile.in 2013-08-07 00:44:57.500267277 +0900
|
|
|
|
@@ -62,7 +62,7 @@
|
2010-03-26 01:19:40 +01:00
|
|
|
$(DICS): $(HINSI)
|
|
|
|
|
|
|
|
$(FULL):: $(FZK_SRCS) fzk.master-.c
|
2013-08-21 16:26:34 +02:00
|
|
|
- $(FZK_PP) -I$(srcdir) $(FZK_FLAG) fzk.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
2010-03-26 01:19:40 +01:00
|
|
|
+ $(CPP) -traditional-cpp -I$(srcdir) $(FZK_FLAG) fzk.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
|
|
|
|
|
|
|
|
# To avoid circular dependency, we don't use 'fzk.master.c'
|
|
|
|
fzk.master-.c: fzk.master
|