author | llornkcor <llornkcor> | 2002-04-04 12:37:15 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-04 12:37:15 (UTC) |
commit | 351f962d07ad32ab3cc3442f85b9fd20fe621b4c (patch) (unidiff) | |
tree | 313dfb9539b095c28a4125b1528c13be6d6c0ebb | |
parent | bc0b907f0dcd79ef153501520d570f0500c7f20d (diff) | |
download | opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.zip opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.tar.gz opie-351f962d07ad32ab3cc3442f85b9fd20fe621b4c.tar.bz2 |
added noncore/appskey
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,33 +26,33 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | |||
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 | 42 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey |
43 | 43 | ||
44 | DOCS = docs/src/opie-policy | 44 | DOCS = docs/src/opie-policy |
45 | single: mpegplayer/libmpeg3 | 45 | single: mpegplayer/libmpeg3 |
46 | 46 | ||
47 | dynamic: $(APPS) | 47 | dynamic: $(APPS) |
48 | 48 | ||
49 | docs: $(DOCS) | 49 | docs: $(DOCS) |
50 | 50 | ||
51 | $(COMPONENTS): $(LIBS) | 51 | $(COMPONENTS): $(LIBS) |
52 | 52 | ||
53 | $(APPS): $(LIBS) $(COMPONENTS) | 53 | $(APPS): $(LIBS) $(COMPONENTS) |
54 | 54 | ||
55 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: | 55 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
56 | $(MAKE) -C $@ -f Makefile | 56 | $(MAKE) -C $@ -f Makefile |
57 | 57 | ||
58 | showcomponents: | 58 | showcomponents: |