dslinux/user/dict-words Makefile american-english british-english

stsp stsp at user.in-berlin.de
Sun Oct 29 16:15:46 CET 2006


Update of /cvsroot/dslinux/dslinux/user/dict-words
In directory antilope:/tmp/cvs-serv10508/user/dict-words

Added Files:
	Makefile american-english british-english 
Log Message:
Add dictionary files.

Patch by Bradley Remedios:

  Here is a patch that will add dictionary support to DSLinux.  You can
  also select which type of dictionary you want, american english or
  british english.

  This will take up approx 900KB of storage, and is required to run BSD
  Games::Hangman.


--- NEW FILE: british-english ---

A
A's
AOL
AOL's
Aachen
Aachen's
Aaliyah
Aaliyah's
Aaron
Aaron's
Abbas
Abbasid
Abbasid's
Abbott
Abbott's
Abby
Abby's
Abdul
[...98287 lines suppressed...]
zwieback
zwieback's
zygote
zygote's
zygotes
Ångström
éclair
éclair's
éclairs
éclat
éclat's
élan
élan's
émigré
émigrés
épée
épées
étude
étude's
études

--- NEW FILE: Makefile ---
# Makefile for dict-words

# declare these targets as phony, so make will not try to look
# for files named like them:
.PHONY: all romfs clean

# 'all' is a phony target. It is called when the build process
# enters this directory and wants to build the program.
all:
	@echo "Dictionary Ready"

# The romfs target is also phony. It is used to copy your app
# into the DSLinux filesystem image.
romfs:
	$(ROMFSINST) -d -e CONFIG_USER_DICTIONARY_AMERICAN \
		/usr/share/dict/american-english
	$(ROMFSINST) -e CONFIG_USER_DICTIONARY_AMERICAN \
	    -l /usr/share/dict/american-english /usr/share/dict/words
	$(ROMFSINST) -d -e CONFIG_USER_DICTIONARY_BRITISH \
		/usr/share/dict/british-english
	$(ROMFSINST) -e CONFIG_USER_DICTIONARY_BRITISH \
	    -l /usr/share/dict/british-english /usr/share/dict/words


# clean is another phony target that removes every file generated
# during the build.
clean:
	rm -f words

--- NEW FILE: american-english ---

A
A's
AOL
AOL's
Aachen
Aachen's
Aaliyah
Aaliyah's
Aaron
Aaron's
Abbas
Abbasid
Abbasid's
Abbott
Abbott's
Abby
Abby's
Abdul
[...98530 lines suppressed...]
zwieback
zwieback's
zygote
zygote's
zygotes
Ångström
éclair
éclair's
éclairs
éclat
éclat's
élan
élan's
émigré
émigrés
épée
épées
étude
étude's
études




More information about the dslinux-commit mailing list