author | llornkcor <llornkcor> | 2002-07-10 16:50:05 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-10 16:50:05 (UTC) |
commit | 46110a78dd0646d972f238e295ee016f3e78fb85 (patch) (unidiff) | |
tree | 3f92308774755c7e1c0b9bf1566cc191a8fc3d24 /Makefile | |
parent | 87bf0526d7ffb19de8381bf953b74e8bbee96d28 (diff) | |
download | opie-46110a78dd0646d972f238e295ee016f3e78fb85.zip opie-46110a78dd0646d972f238e295ee016f3e78fb85.tar.gz opie-46110a78dd0646d972f238e295ee016f3e78fb85.tar.bz2 |
added checkbook
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,33 +49,33 @@ NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | |||
49 | 49 | ||
50 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 50 | NONCORETOOLS = 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 | ||
53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal | 53 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
54 | 54 | ||
55 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 55 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
56 | noncore/games/tetrix noncore/games/wordgame \ | 56 | noncore/games/tetrix noncore/games/wordgame \ |
57 | noncore/games/parashoot noncore/games/snake \ | 57 | noncore/games/parashoot noncore/games/snake \ |
58 | noncore/games/mindbreaker \ | 58 | noncore/games/mindbreaker \ |
59 | noncore/games/go noncore/games/qasteroids \ | 59 | noncore/games/go noncore/games/qasteroids \ |
60 | noncore/games/fifteen noncore/games/tictac \ | 60 | noncore/games/fifteen noncore/games/tictac \ |
61 | noncore/games/kcheckers noncore/games/kpacman \ | 61 | noncore/games/kcheckers noncore/games/kpacman \ |
62 | noncore/games/kbill | 62 | noncore/games/kbill |
63 | 63 | ||
64 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 64 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
65 | noncore/apps/opie-reader | 65 | noncore/apps/opie-reader noncore/apps/checkbook |
66 | 66 | ||
67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 67 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
68 | noncore/mail | 68 | noncore/mail |
69 | 69 | ||
70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 70 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
71 | noncore/graphics/qpdf noncore/apps/confedit | 71 | noncore/graphics/qpdf noncore/apps/confedit |
72 | 72 | ||
73 | 73 | ||
74 | NONCOMM = noncore/comm/keypebble | 74 | NONCOMM = noncore/comm/keypebble |
75 | 75 | ||
76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 76 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 77 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 78 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
79 | $(NONAPPS) $(NONNET) $(NONMULT) \ | 79 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
80 | $(NONCOMM) $(GAMES) | 80 | $(NONCOMM) $(GAMES) |
81 | 81 | ||