summaryrefslogtreecommitdiff
path: root/Makefile
authorharlekin <harlekin>2002-09-15 21:51:51 (UTC)
committer harlekin <harlekin>2002-09-15 21:51:51 (UTC)
commit06dc621befb0dc8d0899a9cf80352ffc7fbb9443 (patch) (unidiff)
treec939d7d3e7e598e0d762b8810485175ccb2e1d82 /Makefile
parent0b644b439bb8512de36384011dc6a275c0c7540c (diff)
downloadopie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.zip
opie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.tar.gz
opie-06dc621befb0dc8d0899a9cf80352ffc7fbb9443.tar.bz2
new today
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8e94bb..d69364e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,32 +19,37 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \
19 noncore/net/netsetup/lan \ 19 noncore/net/netsetup/lan \
20 noncore/applets/wirelessapplet 20 noncore/applets/wirelessapplet
21 21
22MAIL= noncore/mail/libmail noncore/mail/bend 22MAIL= noncore/mail/libmail noncore/mail/bend
23 23
24PLAYER = core/multimedia/opieplayer/libmpeg3 \ 24PLAYER = core/multimedia/opieplayer/libmpeg3 \
25 core/multimedia/opieplayer/libmad \ 25 core/multimedia/opieplayer/libmad \
26 core/multimedia/opieplayer/wavplugin \ 26 core/multimedia/opieplayer/wavplugin \
27 core/multimedia/opieplayer/modplug 27 core/multimedia/opieplayer/modplug
28 28
29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 29 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
30 30
31 31
32PIMAPPS = core/pim/addressbook core/pim/datebook \ 32PIMAPPS = core/pim/addressbook core/pim/datebook \
33 core/pim/today core/pim/todo 33 core/pim/today core/pim/todo
34 34
35TODAYPLUGINS = core/pim/today/plugins/datebook \
36 core/pim/today/plugins/todolist \
37 core/pim/today/plugins/mail \
38
39
35COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 40COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
36 core/apps/textedit core/apps/embeddedkonsole \ 41 core/apps/textedit core/apps/embeddedkonsole \
37 core/launcher \ 42 core/launcher \
38 core/opie-login \ 43 core/opie-login \
39 core/apps/oipkg core/apps/qcop 44 core/apps/oipkg core/apps/qcop
40 45
41COREMULTIMEDIA = core/multimedia/opieplayer 46COREMULTIMEDIA = core/multimedia/opieplayer
42 47
43CORESETTINGS = core/settings/light-and-power core/settings/security \ 48CORESETTINGS = core/settings/light-and-power core/settings/security \
44 core/settings/systemtime core/settings/citytime \ 49 core/settings/systemtime core/settings/citytime \
45 50
46NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 51NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
47 noncore/settings/appearance noncore/settings/sound \ 52 noncore/settings/appearance noncore/settings/sound \
48 noncore/settings/mediummount \ 53 noncore/settings/mediummount \
49 noncore/settings/tabmanager noncore/settings/appskey \ 54 noncore/settings/tabmanager noncore/settings/appskey \
50 noncore/settings/netsystemtime \ 55 noncore/settings/netsystemtime \
@@ -69,33 +74,33 @@ NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
69 noncore/apps/opie-reader noncore/apps/checkbook \ 74 noncore/apps/opie-reader noncore/apps/checkbook \
70 noncore/apps/sysinfo \ 75 noncore/apps/sysinfo \
71 76
72NONNET = noncore/net/netsetup noncore/net/opieftp \ 77NONNET = noncore/net/netsetup noncore/net/opieftp \
73 noncore/mail 78 noncore/mail
74 79
75NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 80NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
76 noncore/graphics/qpdf noncore/apps/confedit 81 noncore/graphics/qpdf noncore/apps/confedit
77 82
78 83
79NONCOMM = noncore/comm/keypebble 84NONCOMM = noncore/comm/keypebble
80 85
81APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 86APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
82 $(COREMULTIMEDIA) $(CORESETTINGS) \ 87 $(COREMULTIMEDIA) $(CORESETTINGS) \
83 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 88 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
84 $(NONAPPS) $(NONNET) $(NONMULT) \ 89 $(NONAPPS) $(NONNET) $(NONMULT) \
85 $(NONCOMM) $(GAMES) 90 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
86 91
87 92
88 93
89NONTMAKEAPPS := ipaq/opiealarm 94NONTMAKEAPPS := ipaq/opiealarm
90 95
91DOCS = docs/src/opie-policy 96DOCS = docs/src/opie-policy
92single: mpegplayer/libmpeg3 97single: mpegplayer/libmpeg3
93 98
94dynamic: $(APPS) $(NONTMAKEAPPS) 99dynamic: $(APPS) $(NONTMAKEAPPS)
95 100
96docs: $(DOCS) 101docs: $(DOCS)
97 102
98$(COMPONENTS): $(LIBS) 103$(COMPONENTS): $(LIBS)
99 104
100$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 105$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
101 106