author | sandman <sandman> | 2002-05-31 03:58:18 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-05-31 03:58:18 (UTC) |
commit | ba2fed3f085f2b1878565d16b4c20d2b14b9fbfb (patch) (unidiff) | |
tree | 1d809319da37af7d0e01564b7a9c8f34409e33e7 /Makefile | |
parent | bf13813d8c277a0bb9baf121e1a6ddbaa1e1dd8e (diff) | |
download | opie-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,78 +1,78 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library libopie | 5 | LIBS=library libopie |
6 | 6 | ||
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | 7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
8 | inputmethods/pickboard \ | 8 | inputmethods/pickboard \ |
9 | inputmethods/handwriting \ | 9 | inputmethods/handwriting \ |
10 | inputmethods/unikeyboard \ | 10 | inputmethods/unikeyboard \ |
11 | inputmethods/jumpx \ | 11 | inputmethods/jumpx \ |
12 | inputmethods/kjumpx \ | 12 | inputmethods/kjumpx \ |
13 | inputmethods/dvorak \ | 13 | inputmethods/dvorak \ |
14 | launcher/batteryapplet \ | 14 | launcher/batteryapplet \ |
15 | launcher/irdaapplet \ | 15 | launcher/irdaapplet \ |
16 | launcher/volumeapplet \ | 16 | launcher/volumeapplet \ |
17 | launcher/clockapplet \ | 17 | launcher/clockapplet \ |
18 | launcher/netmonapplet \ | 18 | launcher/netmonapplet \ |
19 | launcher/screenshotapplet \ | 19 | launcher/screenshotapplet \ |
20 | launcher/clipboardapplet \ | 20 | launcher/clipboardapplet \ |
21 | launcher/cardmon \ | 21 | launcher/cardmon \ |
22 | launcher/vmemo \ | 22 | launcher/vmemo \ |
23 | netsetup/dialup \ | 23 | netsetup/dialup \ |
24 | netsetup/lan \ | 24 | netsetup/lan \ |
25 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ | 25 | opiemail/ifaces/pop3 opiemail/ifaces/smtp \ |
26 | core/opieplayer/libmpeg3 \ | 26 | core/opieplayer/libmpeg3 \ |
27 | core/opieplayer/libmad \ | 27 | core/opieplayer/libmad \ |
28 | core/opieplayer/wavplugin \ | 28 | core/opieplayer/wavplugin \ |
29 | 29 | ||
30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ | 30 | APPS=$(LOCALAPPS) core/addressbook calculator clock datebook \ |
31 | filebrowser helpbrowser minesweep core/opieplayer \ | 31 | filebrowser helpbrowser minesweep core/opieplayer \ |
32 | settings/light-and-power \ | 32 | settings/light-and-power \ |
33 | settings/language \ | 33 | settings/language \ |
34 | settings/rotation \ | 34 | settings/rotation \ |
35 | settings/appearance \ | 35 | settings/appearance \ |
36 | settings/security \ | 36 | settings/security \ |
37 | settings/sound \ | 37 | settings/sound \ |
38 | settings/systemtime \ | 38 | settings/systemtime \ |
39 | settings/mediummount \ | 39 | settings/mediummount \ |
40 | settings/tabmanager \ | 40 | settings/tabmanager \ |
41 | solitaire spreadsheet tetrix textedit \ | 41 | solitaire spreadsheet tetrix textedit \ |
42 | todo wordgame embeddedkonsole launcher sysinfo \ | 42 | todo wordgame embeddedkonsole launcher sysinfo \ |
43 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ | 43 | parashoot snake citytime showimg netsetup core/wlansetup tableviewer \ |
44 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ | 44 | core/oipkg mindbreaker go qasteroids qcop fifteen keypebble today opiemail/converter opiemail \ |
45 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ | 45 | noncore/tictac noncore/opieftp noncore/drawpad noncore/kcheckers noncore/appskey noncore/qpdf \ |
46 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh | 46 | noncore/kpacman noncore/advancedfm noncore/kbill noncore/remote noncore/opie-sh |
47 | 47 | ||
48 | NONTMAKEAPPS := noncore/nethack | 48 | NONTMAKEAPPS := ipaq/opiealarm noncore/nethack |
49 | 49 | ||
50 | DOCS = docs/src/opie-policy | 50 | DOCS = docs/src/opie-policy |
51 | single: mpegplayer/libmpeg3 | 51 | single: mpegplayer/libmpeg3 |
52 | 52 | ||
53 | dynamic: $(APPS) $(NONTMAKEAPPS) | 53 | dynamic: $(APPS) $(NONTMAKEAPPS) |
54 | 54 | ||
55 | docs: $(DOCS) | 55 | docs: $(DOCS) |
56 | 56 | ||
57 | $(COMPONENTS): $(LIBS) | 57 | $(COMPONENTS): $(LIBS) |
58 | 58 | ||
59 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 59 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
60 | 60 | ||
61 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: | 61 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: |
62 | $(MAKE) -C $@ -f Makefile | 62 | $(MAKE) -C $@ -f Makefile |
63 | 63 | ||
64 | showcomponents: | 64 | showcomponents: |
65 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 65 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
66 | 66 | ||
67 | clean: | 67 | clean: |
68 | $(MAKE) -C single -f Makefile $@ | 68 | $(MAKE) -C single -f Makefile $@ |
69 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 69 | for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
70 | 70 | ||
71 | lupdate: | 71 | lupdate: |
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 | lrelease: | 74 | lrelease: |
75 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 75 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
76 | 76 | ||
77 | 77 | ||
78 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 78 | .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |