summaryrefslogtreecommitdiff
authorsandman <sandman>2002-12-07 20:02:29 (UTC)
committer sandman <sandman>2002-12-07 20:02:29 (UTC)
commitd560a811f80d718cf5db8deb57d1ebd4df5330f3 (patch) (side-by-side diff)
tree2b3a28b03ec47c6c044abaee0d92832c3009f654
parentd765470472c1ffd4fcb0466557ba7a5364ed6754 (diff)
downloadopie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.zip
opie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.tar.gz
opie-d560a811f80d718cf5db8deb57d1ebd4df5330f3.tar.bz2
Removed libpreload
Corrected the opiealarm path
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b4c86b..34a9cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,49 +25,48 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \
MAIL= noncore/mail/libmail noncore/mail/bend
PLAYER = core/multimedia/opieplayer/libmpeg3 \
core/multimedia/opieplayer/libmad \
core/multimedia/opieplayer/wavplugin \
core/multimedia/opieplayer/modplug
COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
PIMAPPS = core/pim/addressbook core/pim/datebook \
core/pim/today core/pim/todo
TODAYPLUGINS = core/pim/today/plugins/datebook \
core/pim/today/plugins/todolist \
core/pim/today/plugins/mail \
noncore/todayplugins/stockticker/stockticker noncore/todayplugins/stockticker/stocktickerlib \
noncore/todayplugins/fortune \
noncore/todayplugins/weather
COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
core/apps/textedit core/apps/embeddedkonsole \
core/launcher \
- core/launcher/libpreload \
core/opie-login \
core/apps/oipkg core/apps/qcop
COREMULTIMEDIA = core/multimedia/opieplayer
CORESETTINGS = core/settings/light-and-power core/settings/security \
noncore/settings/netsystemtime core/settings/citytime \
core/settings/launcher
NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
noncore/settings/appearance2 noncore/settings/sound \
noncore/settings/mediummount \
noncore/settings/tabmanager noncore/settings/appskey \
noncore/settings/sshkeys noncore/settings/usermanager \
noncore/settings/backup
NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm \
noncore/tools/formatter
NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
noncore/styles/flat noncore/styles/fresh
NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
@@ -87,49 +86,49 @@ NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
noncore/apps/opie-console noncore/apps/opie-write
NONNET = noncore/net/networksetup \
noncore/net/ftplib noncore/net/opieftp \
noncore/mail
NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
noncore/graphics/qpdf noncore/apps/confedit
NONCOMM = noncore/comm/keypebble
PLUGINS = freetype
APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
$(COREMULTIMEDIA) $(CORESETTINGS) \
$(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
$(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
$(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS)
-NONTMAKEAPPS := root/opiealarm
+NONTMAKEAPPS := core/opiealarm
DOCS = docs/src/opie-policy
dynamic: $(APPS) $(NONTMAKEAPPS)
docs: $(DOCS)
$(COMPONENTS): $(LIBS)
$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
$(MAKE) -C $@ -f Makefile
showcomponents:
@echo $(LIBS) $(APPS) $(COMPONENTS)
clean:
for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
lupdate:
for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
lrelease: