# P-dic Makefile
P-DIC-1=6 8 tag-japan 20-others ajp ajwp bat fmw fuji indy jwp-llpw kakuto michi njp other-woman pan rings uwfi war
P-DIC-2=9 10 11 12 14 16 21 22 23
P-DIC-3=1 2 4
P-DIC-F=gaijin tag-abroad
P-DIC-T=theme1 theme2 theme3 theme4 theme5 theme6 theme7

all: p-dic-1 p-dic-2 p-dic-3 p-dic-f p-dic-t
p-dic-1: $(P-DIC-1)
	cat $(P-DIC-1) |grep -v "^กใ" |sort |uniq > p-dic-1
p-dic-2: $(P-DIC-2)
	cat $(P-DIC-2) |grep -v "^กใ" |sort |uniq > p-dic-2
p-dic-3: $(P-DIC-3)
	cat $(P-DIC-3) |grep -v "^กใ" |sort |uniq > p-dic-3
p-dic-f: $(P-DIC-F)
	cat $(P-DIC-F) |grep -v "^กใ" |sort |uniq > p-dic-f
p-dic-t: $(P-DIC-T)
	cat $(P-DIC-T) |grep -v "^กใ" |sort |uniq > p-dic-t
