fix to build dicts, wince/android format by default

This commit is contained in:
Eric House 2010-12-09 21:22:14 -08:00
parent 6b58c9031f
commit 98456dd652
6 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# -*- mode: makefile; compile-command: "make -f Makefile.COSD"; -*- # -*- mode: makefile; compile-command: "make -f Makefile.CSW"; -*-
# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. # Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
XWLANG=CO XWLANG=CSW
LANGCODE=en_US LANGCODE=en_US
TARGET_TYPE=WINCE TARGET_TYPE=WINCE
@ -23,7 +23,7 @@ include ../Makefile.2to8
include ../Makefile.langcommon include ../Makefile.langcommon
SOURCEDICT ?= $(XWDICTPATH)/English/COSD.dict.gz SOURCEDICT ?= $(XWDICTPATH)/English/CSW.dict.gz
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile $(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \ zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \

View file

@ -15,9 +15,9 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
XWLANG=OWL2 XWLANG = OWL2
LANGCODE=en_US LANGCODE = en_US
TARGET_TYPE?=PALM TARGET_TYPE ?= WINCE
include ../Makefile.2to8 include ../Makefile.2to8

View file

@ -15,9 +15,9 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
XWLANG=SOWPODS XWLANG = SOWPODS
LANGCODE=en_US LANGCODE = en_US
TARGET_TYPE=FRANK TARGET_TYPE = WINCE
include ../Makefile.2to8 include ../Makefile.2to8

View file

@ -18,7 +18,7 @@
XWLANG=Italian XWLANG=Italian
LANGCODE=it_IT LANGCODE=it_IT
TARGET_TYPE ?= PALM TARGET_TYPE ?= WINCE
include ../Makefile.2to8 include ../Makefile.2to8

View file

@ -29,7 +29,7 @@ include ../Makefile.2to8
include ../Makefile.langcommon include ../Makefile.langcommon
SOURCEDICT ?= $(XWDICTPATH)/Polish/slowa.txt.gz SOURCEDICT ?= $(XWDICTPATH)/Polish/slowa-utf8.txt.gz
$(XWLANG)Main.dict.gz: $(SOURCEDICT) $(XWLANG)Main.dict.gz: $(SOURCEDICT)
zcat $< | tr -d '\r' \ zcat $< | tr -d '\r' \

View file

@ -25,7 +25,7 @@ include ../Makefile.2to8
include ../Makefile.langcommon include ../Makefile.langcommon
SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovnik_scrabble.dict.gz SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovak.dict.gz
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile $(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
zcat $< | tr -d '\r' | \ zcat $< | tr -d '\r' | \