summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-07-01 23:26:13 (UTC)
committer llornkcor <llornkcor>2002-07-01 23:26:13 (UTC)
commit667202e7e7a39ed6cbe09857c567c4acd246ab0e (patch) (unidiff)
tree6a6a7f6d9ad8b883a5ee4267567e501dad66f2dd
parent05cd09fcc508de70141120a9fb99a040433cae38 (diff)
downloadopie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.zip
opie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.tar.gz
opie-667202e7e7a39ed6cbe09857c567c4acd246ab0e.tar.bz2
added opie-reader
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a22d79..be61253 100644
--- a/Makefile
+++ b/Makefile
@@ -50,32 +50,33 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 50NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
51 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 51 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
52 52
53NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \ 53NONCORESTYLES = noncore/styles/liquid noncore/styles/liquid/settings \
54 noncore/styles/theme noncore/styles/theme/settings 54 noncore/styles/theme noncore/styles/theme/settings
55 55
56GAMES = noncore/games/minesweep noncore/games/solitaire \ 56GAMES = noncore/games/minesweep noncore/games/solitaire \
57 noncore/games/tetrix noncore/games/wordgame \ 57 noncore/games/tetrix noncore/games/wordgame \
58 noncore/games/parashoot noncore/games/snake \ 58 noncore/games/parashoot noncore/games/snake \
59 noncore/games/mindbreaker \ 59 noncore/games/mindbreaker \
60 noncore/games/go noncore/games/qasteroids \ 60 noncore/games/go noncore/games/qasteroids \
61 noncore/games/fifteen noncore/games/tictac \ 61 noncore/games/fifteen noncore/games/tictac \
62 noncore/games/kcheckers noncore/games/kpacman \ 62 noncore/games/kcheckers noncore/games/kpacman \
63 noncore/games/kbill 63 noncore/games/kbill
64 64
65NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \ 65NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
66 noncore/apps/opie-reader
66 67
67NONNET = noncore/net/netsetup noncore/net/opieftp \ 68NONNET = noncore/net/netsetup noncore/net/opieftp \
68 noncore/mail 69 noncore/mail
69 70
70NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 71NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
71 noncore/graphics/qpdf 72 noncore/graphics/qpdf
72 73
73 74
74NONCOMM = noncore/comm/keypebble 75NONCOMM = noncore/comm/keypebble
75 76
76APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 77APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
77 $(COREMULTIMEDIA) $(CORESETTINGS) \ 78 $(COREMULTIMEDIA) $(CORESETTINGS) \
78 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 79 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
79 $(NONAPPS) $(NONNET) $(NONMULT) \ 80 $(NONAPPS) $(NONNET) $(NONMULT) \
80 $(NONCOMM) $(GAMES) 81 $(NONCOMM) $(GAMES)
81 82