forked from len0rd/rockbox
This brings puzzles up-to-date with Simon's tree, along with the rockbox-specific changes I made. Note that I also got rid of some of the ugly floating-point code in rbwrappers.c and replaced it with wrappers for our fixed-point library. Change-Id: Ibfb79acb15517116a26de1c3ea89e025146b9e2e
17 lines
506 B
Text
17 lines
506 B
Text
all: puzzles.chm puzzles.hlp puzzles.txt HACKING
|
|
|
|
preprocessed.but: puzzles.but
|
|
sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
|
|
|
|
puzzles.chm: preprocessed.but
|
|
halibut --chm=puzzles.chm preprocessed.but
|
|
puzzles.hlp: preprocessed.but
|
|
halibut --winhelp=puzzles.hlp preprocessed.but
|
|
puzzles.txt: preprocessed.but
|
|
halibut --text=puzzles.txt preprocessed.but
|
|
|
|
HACKING: devel.but
|
|
halibut --text=HACKING devel.but
|
|
|
|
clean:
|
|
rm -f puzzles.hlp puzzles.txt preprocessed.but HACKING *.html *.hh[pck]
|