author | sandman <sandman> | 2002-12-07 20:02:29 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-07 20:02:29 (UTC) |
commit | d560a811f80d718cf5db8deb57d1ebd4df5330f3 (patch) (unidiff) | |
tree | 2b3a28b03ec47c6c044abaee0d92832c3009f654 | |
parent | d765470472c1ffd4fcb0466557ba7a5364ed6754 (diff) | |
download | opie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.zip opie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.tar.gz opie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.tar.bz2 |
Removed libpreload
Corrected the opiealarm path
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -41,17 +41,16 @@ TODAYPLUGINS = core/pim/today/plugins/datebook \ | |||
41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ | 41 | noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \ |
42 | noncore/todayplugins/fortune \ | 42 | noncore/todayplugins/fortune \ |
43 | noncore/todayplugins/weather | 43 | noncore/todayplugins/weather |
44 | 44 | ||
45 | 45 | ||
46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ | 46 | COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ |
47 | core/apps/textedit core/apps/embeddedkonsole \ | 47 | core/apps/textedit core/apps/embeddedkonsole \ |
48 | core/launcher \ | 48 | core/launcher \ |
49 | core/launcher/libpreload \ | ||
50 | core/opie-login \ | 49 | core/opie-login \ |
51 | core/apps/oipkg core/apps/qcop | 50 | core/apps/oipkg core/apps/qcop |
52 | 51 | ||
53 | COREMULTIMEDIA = core/multimedia/opieplayer | 52 | COREMULTIMEDIA = core/multimedia/opieplayer |
54 | 53 | ||
55 | CORESETTINGS = core/settings/light-and-power core/settings/security \ | 54 | CORESETTINGS = core/settings/light-and-power core/settings/security \ |
56 | noncore/settings/netsystemtime core/settings/citytime \ | 55 | noncore/settings/netsystemtime core/settings/citytime \ |
57 | core/settings/launcher | 56 | core/settings/launcher |
@@ -103,17 +102,17 @@ PLUGINS = freetype | |||
103 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 102 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
104 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 103 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
105 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 104 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
106 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 105 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
107 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) | 106 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
108 | 107 | ||
109 | 108 | ||
110 | 109 | ||
111 | NONTMAKEAPPS := root/opiealarm | 110 | NONTMAKEAPPS := core/opiealarm |
112 | 111 | ||
113 | DOCS = docs/src/opie-policy | 112 | DOCS = docs/src/opie-policy |
114 | 113 | ||
115 | dynamic: $(APPS) $(NONTMAKEAPPS) | 114 | dynamic: $(APPS) $(NONTMAKEAPPS) |
116 | 115 | ||
117 | docs: $(DOCS) | 116 | docs: $(DOCS) |
118 | 117 | ||
119 | $(COMPONENTS): $(LIBS) | 118 | $(COMPONENTS): $(LIBS) |