summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
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 53a97d7..8213892 100644
--- a/Makefile
+++ b/Makefile
@@ -21,49 +21,49 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
21 netsetup/lan \ 21 netsetup/lan \
22 opiemail/ifaces/pop3 opiemail/ifaces/smtp \ 22 opiemail/ifaces/pop3 opiemail/ifaces/smtp \
23 core/opieplayer/libmpeg3 \ 23 core/opieplayer/libmpeg3 \
24 core/opieplayer/libmad \ 24 core/opieplayer/libmad \
25 core/opieplayer/wavplugin \ 25 core/opieplayer/wavplugin \
26 cardmon \ 26 cardmon \
27 sdmon 27 sdmon
28 28
29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ 29APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \
30 filebrowser helpbrowser minesweep core/opieplayer \ 30 filebrowser helpbrowser minesweep core/opieplayer \
31 settings/light-and-power \ 31 settings/light-and-power \
32 settings/language \ 32 settings/language \
33 settings/rotation \ 33 settings/rotation \
34 settings/appearance \ 34 settings/appearance \
35 settings/security \ 35 settings/security \
36 settings/sound \ 36 settings/sound \
37 settings/systemtime \ 37 settings/systemtime \
38 settings/mediummount \ 38 settings/mediummount \
39 settings/tabmanager \ 39 settings/tabmanager \
40 solitaire spreadsheet tetrix textedit \ 40 solitaire spreadsheet tetrix textedit \
41 todo wordgame embeddedkonsole launcher sysinfo \ 41 todo wordgame embeddedkonsole launcher sysinfo \
42 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ 42 parashoot snake citytime showimg netsetup core/wlansetup tableviewer \
43 core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ 43 core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \
44 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ 44 noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \
45 noncore/kpacman noncore/advancedfm noncore/kbill 45 noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote
46 46
47NONTMAKEAPPS := noncore/nethack 47NONTMAKEAPPS := noncore/nethack
48 48
49DOCS = docs/src/opie-policy 49DOCS = docs/src/opie-policy
50single: mpegplayer/libmpeg3 50single: mpegplayer/libmpeg3
51 51
52dynamic: $(APPS) $(NONTMAKEAPPS) 52dynamic: $(APPS) $(NONTMAKEAPPS)
53 53
54docs: $(DOCS) 54docs: $(DOCS)
55 55
56$(COMPONENTS): $(LIBS) 56$(COMPONENTS): $(LIBS)
57 57
58$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 58$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
59 59
60$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 60$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
61 $(MAKE) -C $@ -f Makefile 61 $(MAKE) -C $@ -f Makefile
62 62
63showcomponents: 63showcomponents:
64 @echo $(LIBS) $(APPS) $(COMPONENTS) single 64 @echo $(LIBS) $(APPS) $(COMPONENTS) single
65 65
66clean: 66clean:
67 $(MAKE) -C single -f Makefile $@ 67 $(MAKE) -C single -f Makefile $@
68 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 68 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
69 69