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
@@ -27,33 +27,33 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | |||
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 |