author | llornkcor <llornkcor> | 2002-04-18 03:04:03 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-18 03:04:03 (UTC) |
commit | af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2 (patch) (unidiff) | |
tree | 35365e11fbc63462c190416bde75f7f434e6dda8 | |
parent | 65748a36a621a19078789cc277a89c8a1f341351 (diff) | |
download | opie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.zip opie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.tar.gz opie-af5cbe64780d5e99eff6c1e34e3bcd38d40aa6a2.tar.bz2 |
added advancedfm
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,65 +11,65 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | |||
11 | inputmethods/jumpx \ | 11 | inputmethods/jumpx \ |
12 | inputmethods/dvorak \ | 12 | inputmethods/dvorak \ |
13 | launcher/batteryapplet \ | 13 | launcher/batteryapplet \ |
14 | launcher/irdaapplet \ | 14 | launcher/irdaapplet \ |
15 | launcher/volumeapplet \ | 15 | launcher/volumeapplet \ |
16 | launcher/clockapplet \ | 16 | launcher/clockapplet \ |
17 | launcher/netmonapplet \ | 17 | launcher/netmonapplet \ |
18 | launcher/screenshotapplet \ | 18 | launcher/screenshotapplet \ |
19 | launcher/vmemo \ | 19 | launcher/vmemo \ |
20 | netsetup/dialup \ | 20 | netsetup/dialup \ |
21 | netsetup/lan \ | 21 | netsetup/lan \ |
22 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ | 22 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
23 | mpegplayer/libmpeg3 \ | 23 | mpegplayer/libmpeg3 \ |
24 | mpegplayer/libmad \ | 24 | mpegplayer/libmad \ |
25 | mpegplayer/wavplugin \ | 25 | mpegplayer/wavplugin \ |
26 | cardmon \ | 26 | cardmon \ |
27 | sdmon | 27 | sdmon |
28 | 28 | ||
29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 29 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
30 | filebrowser helpbrowser minesweep mpegplayer \ | 30 | filebrowser helpbrowser minesweep mpegplayer \ |
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 | solitaire spreadsheet tetrix textedit \ | 38 | solitaire spreadsheet tetrix textedit \ |
39 | todo wordgame embeddedkonsole launcher sysinfo \ | 39 | todo wordgame embeddedkonsole launcher sysinfo \ |
40 | parashoot snake citytime showimg netsetup tableviewer \ | 40 | parashoot snake citytime showimg netsetup tableviewer \ |
41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 41 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ | 42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
43 | noncore/kpacman | 43 | noncore/kpacman noncore/advancedfm |
44 | 44 | ||
45 | NONTMAKEAPPS := noncore/nethack | 45 | NONTMAKEAPPS := noncore/nethack |
46 | 46 | ||
47 | DOCS = docs/src/opie-policy | 47 | DOCS = docs/src/opie-policy |
48 | single: mpegplayer/libmpeg3 | 48 | single: mpegplayer/libmpeg3 |
49 | 49 | ||
50 | dynamic: $(APPS) $(NONTMAKEAPPS) | 50 | dynamic: $(APPS) $(NONTMAKEAPPS) |
51 | 51 | ||
52 | docs: $(DOCS) | 52 | docs: $(DOCS) |
53 | 53 | ||
54 | $(COMPONENTS): $(LIBS) | 54 | $(COMPONENTS): $(LIBS) |
55 | 55 | ||
56 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 56 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
57 | 57 | ||
58 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 58 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
59 | $(MAKE) -C $@ -f Makefile | 59 | $(MAKE) -C $@ -f Makefile |
60 | 60 | ||
61 | showcomponents: | 61 | showcomponents: |
62 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 62 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
63 | 63 | ||
64 | clean: | 64 | clean: |
65 | $(MAKE) -C single -f Makefile $@ | 65 | $(MAKE) -C single -f Makefile $@ |
66 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 66 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
67 | 67 | ||
68 | lupdate: | 68 | lupdate: |
69 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 69 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
70 | 70 | ||
71 | lrelease: | 71 | lrelease: |
72 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 72 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
73 | 73 | ||
74 | 74 | ||
75 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 75 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |