summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-10-09 21:23:36 (UTC)
committer harlekin <harlekin>2002-10-09 21:23:36 (UTC)
commit4e533484087f024b59f7534169d2ff604851a88f (patch) (unidiff)
treedb846c2b2f1cd2a35f0cf7e296425caa1fe67cc9
parent091480d5d5fbe22e2f8f9814af3767cc08913236 (diff)
downloadopie-4e533484087f024b59f7534169d2ff604851a88f.zip
opie-4e533484087f024b59f7534169d2ff604851a88f.tar.gz
opie-4e533484087f024b59f7534169d2ff604851a88f.tar.bz2
op2 out, not ready yet
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e37f928..b45bcc1 100644
--- a/Makefile
+++ b/Makefile
@@ -52,65 +52,64 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \
52 core/settings/launcher 52 core/settings/launcher
53 53
54NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 54NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
55 noncore/settings/appearance2 noncore/settings/sound \ 55 noncore/settings/appearance2 noncore/settings/sound \
56 noncore/settings/mediummount \ 56 noncore/settings/mediummount \
57 noncore/settings/tabmanager noncore/settings/appskey \ 57 noncore/settings/tabmanager noncore/settings/appskey \
58 noncore/settings/netsystemtime noncore/settings/wlansetup \ 58 noncore/settings/netsystemtime noncore/settings/wlansetup \
59 noncore/settings/sshkeys noncore/settings/usermanager \ 59 noncore/settings/sshkeys noncore/settings/usermanager \
60 noncore/apps/backup 60 noncore/apps/backup
61 61
62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
64 64
65NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 65NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
66 noncore/styles/flat noncore/styles/fresh 66 noncore/styles/flat noncore/styles/fresh
67 67
68NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 68NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
69 noncore/decorations/polished 69 noncore/decorations/polished
70 70
71GAMES = noncore/games/minesweep noncore/games/solitaire \ 71GAMES = noncore/games/minesweep noncore/games/solitaire \
72 noncore/games/tetrix noncore/games/wordgame \ 72 noncore/games/tetrix noncore/games/wordgame \
73 noncore/games/parashoot noncore/games/snake \ 73 noncore/games/parashoot noncore/games/snake \
74 noncore/games/mindbreaker \ 74 noncore/games/mindbreaker \
75 noncore/games/go noncore/games/qasteroids \ 75 noncore/games/go noncore/games/qasteroids \
76 noncore/games/fifteen noncore/games/tictac \ 76 noncore/games/fifteen noncore/games/tictac \
77 noncore/games/kcheckers noncore/games/kpacman \ 77 noncore/games/kcheckers noncore/games/kpacman \
78 noncore/games/kbill noncore/games/buzzword \ 78 noncore/games/kbill noncore/games/buzzword \
79 noncore/games/bounce 79 noncore/games/bounce
80 80
81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
84 noncore/multimedia/opieplayer2
85 84
86NONNET = noncore/net/netsetup noncore/net/opieftp \ 85NONNET = noncore/net/netsetup noncore/net/opieftp \
87 noncore/mail 86 noncore/mail
88 87
89NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 88NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
90 noncore/graphics/qpdf noncore/apps/confedit 89 noncore/graphics/qpdf noncore/apps/confedit
91 90
92 91
93NONCOMM = noncore/comm/keypebble 92NONCOMM = noncore/comm/keypebble
94 93
95APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 94APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
96 $(COREMULTIMEDIA) $(CORESETTINGS) \ 95 $(COREMULTIMEDIA) $(CORESETTINGS) \
97 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 96 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
98 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 97 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
99 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) 98 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
100 99
101 100
102 101
103NONTMAKEAPPS := ipaq/opiealarm 102NONTMAKEAPPS := ipaq/opiealarm
104 103
105DOCS = docs/src/opie-policy 104DOCS = docs/src/opie-policy
106single: mpegplayer/libmpeg3 105single: mpegplayer/libmpeg3
107 106
108dynamic: $(APPS) $(NONTMAKEAPPS) 107dynamic: $(APPS) $(NONTMAKEAPPS)
109 108
110docs: $(DOCS) 109docs: $(DOCS)
111 110
112$(COMPONENTS): $(LIBS) 111$(COMPONENTS): $(LIBS)
113 112
114$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 113$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
115 114
116$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 115$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: