author | llornkcor <llornkcor> | 2002-09-29 00:59:26 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-29 00:59:26 (UTC) |
commit | d6ac648c6f0f504f2f9c3b21d62524d3167682ae (patch) (unidiff) | |
tree | d48a58b18fc4d3b32f79aa3ff540ac57a57fd146 /Makefile | |
parent | 7246c39d9fbf207b005a0a8a7e7d98cdea01613e (diff) | |
download | opie-d6ac648c6f0f504f2f9c3b21d62524d3167682ae.zip opie-d6ac648c6f0f504f2f9c3b21d62524d3167682ae.tar.gz opie-d6ac648c6f0f504f2f9c3b21d62524d3167682ae.tar.bz2 |
add aqpkg
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,49 +52,49 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \ | |||
52 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ | 52 | NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ |
53 | noncore/settings/appearance2 noncore/settings/sound \ | 53 | noncore/settings/appearance2 noncore/settings/sound \ |
54 | noncore/settings/mediummount \ | 54 | noncore/settings/mediummount \ |
55 | noncore/settings/tabmanager noncore/settings/appskey \ | 55 | noncore/settings/tabmanager noncore/settings/appskey \ |
56 | noncore/settings/netsystemtime noncore/settings/wlansetup \ | 56 | noncore/settings/netsystemtime noncore/settings/wlansetup \ |
57 | noncore/settings/sshkeys noncore/settings/usermanager | 57 | noncore/settings/sshkeys noncore/settings/usermanager |
58 | 58 | ||
59 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ | 59 | NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ |
60 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm | 60 | noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm |
61 | 61 | ||
62 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal | 62 | NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal |
63 | 63 | ||
64 | GAMES = noncore/games/minesweep noncore/games/solitaire \ | 64 | GAMES = noncore/games/minesweep noncore/games/solitaire \ |
65 | noncore/games/tetrix noncore/games/wordgame \ | 65 | noncore/games/tetrix noncore/games/wordgame \ |
66 | noncore/games/parashoot noncore/games/snake \ | 66 | noncore/games/parashoot noncore/games/snake \ |
67 | noncore/games/mindbreaker \ | 67 | noncore/games/mindbreaker \ |
68 | noncore/games/go noncore/games/qasteroids \ | 68 | noncore/games/go noncore/games/qasteroids \ |
69 | noncore/games/fifteen noncore/games/tictac \ | 69 | noncore/games/fifteen noncore/games/tictac \ |
70 | noncore/games/kcheckers noncore/games/kpacman \ | 70 | noncore/games/kcheckers noncore/games/kpacman \ |
71 | noncore/games/kbill noncore/games/buzzword \ | 71 | noncore/games/kbill noncore/games/buzzword \ |
72 | noncore/games/bounce | 72 | noncore/games/bounce |
73 | 73 | ||
74 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 74 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ |
75 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ | 75 | noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ |
76 | noncore/apps/sysinfo \ noncore/net/opieirc \ | 76 | noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\ |
77 | 77 | ||
78 | NONNET = noncore/net/netsetup noncore/net/opieftp \ | 78 | NONNET = noncore/net/netsetup noncore/net/opieftp \ |
79 | noncore/mail | 79 | noncore/mail |
80 | 80 | ||
81 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 81 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
82 | noncore/graphics/qpdf noncore/apps/confedit | 82 | noncore/graphics/qpdf noncore/apps/confedit |
83 | 83 | ||
84 | 84 | ||
85 | NONCOMM = noncore/comm/keypebble | 85 | NONCOMM = noncore/comm/keypebble |
86 | 86 | ||
87 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 87 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
88 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 88 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
89 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 89 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
90 | $(NONAPPS) $(NONNET) $(NONMULT) \ | 90 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
91 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 91 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) |
92 | 92 | ||
93 | 93 | ||
94 | 94 | ||
95 | NONTMAKEAPPS := ipaq/opiealarm | 95 | NONTMAKEAPPS := ipaq/opiealarm |
96 | 96 | ||
97 | DOCS = docs/src/opie-policy | 97 | DOCS = docs/src/opie-policy |
98 | single: mpegplayer/libmpeg3 | 98 | single: mpegplayer/libmpeg3 |
99 | 99 | ||
100 | dynamic: $(APPS) $(NONTMAKEAPPS) | 100 | dynamic: $(APPS) $(NONTMAKEAPPS) |