summaryrefslogtreecommitdiff
path: root/Makefile
authorsandman <sandman>2002-05-31 03:58:18 (UTC)
committer sandman <sandman>2002-05-31 03:58:18 (UTC)
commitba2fed3f085f2b1878565d16b4c20d2b14b9fbfb (patch) (side-by-side diff)
tree1d809319da37af7d0e01564b7a9c8f34409e33e7 /Makefile
parentbf13813d8c277a0bb9baf121e1a6ddbaa1e1dd8e (diff)
downloadopie-ba2fed3f085f2b1878565d16b4c20d2b14b9fbfb.zip
opie-ba2fed3f085f2b1878565d16b4c20d2b14b9fbfb.tar.gz
opie-ba2fed3f085f2b1878565d16b4c20d2b14b9fbfb.tar.bz2
Initial commit of opiealarm/opieatd
Added to main Makefile Added link generation to mkipks Patch for mkipks to support Conflicts/Provides
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6f13a6..3db1766 100644
--- a/Makefile
+++ b/Makefile
@@ -24,49 +24,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
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 := noncore/nethack
+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
lupdate:
for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done