summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-13 20:53:56 (UTC)
committer harlekin <harlekin>2002-06-13 20:53:56 (UTC)
commit8764c71b50fab1e4dcbc61f23dbd4fd3969e4090 (patch) (side-by-side diff)
tree8606af468f8f597b3bbba01b53ba3a3d68c6c681
parent21ad567831e0be83156d5023d93aac42a60a2af3 (diff)
downloadopie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.zip
opie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.tar.gz
opie-8764c71b50fab1e4dcbc61f23dbd4fd3969e4090.tar.bz2
added launcher/obex
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3db1766..cdfdc36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,69 +1,70 @@
default: dynamic
all: default docs
LIBS=library libopie
COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
inputmethods/pickboard \
inputmethods/handwriting \
inputmethods/unikeyboard \
inputmethods/jumpx \
inputmethods/kjumpx \
inputmethods/dvorak \
launcher/batteryapplet \
launcher/irdaapplet \
launcher/volumeapplet \
launcher/clockapplet \
launcher/netmonapplet \
launcher/screenshotapplet \
launcher/clipboardapplet \
launcher/cardmon \
+ launcher/obex \
launcher/vmemo \
netsetup/dialup \
netsetup/lan \
opiemail/ifaces/pop3 opiemail/ifaces/smtp \
core/opieplayer/libmpeg3 \
core/opieplayer/libmad \
core/opieplayer/wavplugin \
APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
filebrowser helpbrowser minesweep core/opieplayer \
settings/light-and-power \
settings/language \
settings/rotation \
settings/appearance \
settings/security \
settings/sound \
settings/systemtime \
settings/mediummount \
settings/tabmanager \
solitaire spreadsheet tetrix textedit \
todo wordgame embeddedkonsole launcher sysinfo \
parashoot snake citytime showimg netsetup core/wlansetup tableviewer \
core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \
noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh
NONTMAKEAPPS := ipaq/opiealarm noncore/nethack
DOCS = docs/src/opie-policy
single: mpegplayer/libmpeg3
dynamic: $(APPS) $(NONTMAKEAPPS)
docs: $(DOCS)
$(COMPONENTS): $(LIBS)
$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
$(MAKE) -C $@ -f Makefile
showcomponents:
@echo $(LIBS) $(APPS) $(COMPONENTS) single
clean:
$(MAKE) -C single -f Makefile $@
for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done