author | kergoth <kergoth> | 2002-02-28 17:23:07 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-02-28 17:23:07 (UTC) |
commit | a70cd563f9b72cf2bd77fb3c9eaab0e8adef72f9 (patch) (unidiff) | |
tree | 530df1f7784057d3a719e0b16463591fc0628ccb | |
parent | f51f6ebd56f5fd0382498f104272cf062cc8aa7b (diff) | |
download | opie-a70cd563f9b72cf2bd77fb3c9eaab0e8adef72f9.zip opie-a70cd563f9b72cf2bd77fb3c9eaab0e8adef72f9.tar.gz opie-a70cd563f9b72cf2bd77fb3c9eaab0e8adef72f9.tar.bz2 |
Bye, tux.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | apps/Games/tux.desktop | 6 | ||||
-rw-r--r-- | pics/tux-logo.png | bin | 2272 -> 0 bytes | |||
-rw-r--r-- | pics/tux.png | bin | 10741 -> 0 bytes |
4 files changed, 3 insertions, 7 deletions
@@ -1,67 +1,69 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library | 5 | LIBS=library |
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/dvorak \ | ||
12 | taskbar/batteryapplet \ | 13 | taskbar/batteryapplet \ |
13 | taskbar/volumeapplet \ | 14 | taskbar/volumeapplet \ |
14 | taskbar/clockapplet \ | 15 | taskbar/clockapplet \ |
15 | taskbar/netmonapplet \ | 16 | taskbar/netmonapplet \ |
16 | taskbar/screenshotapplet \ | 17 | taskbar/screenshotapplet \ |
18 | taskbar/vmemo \ | ||
17 | netsetup/dialup \ | 19 | netsetup/dialup \ |
18 | netsetup/lan \ | 20 | netsetup/lan \ |
19 | mpegplayer/libmpeg3 \ | 21 | mpegplayer/libmpeg3 \ |
20 | mpegplayer/libmad \ | 22 | mpegplayer/libmad \ |
21 | mpegplayer/wavplugin \ | 23 | mpegplayer/wavplugin \ |
22 | cardmon \ | 24 | cardmon \ |
23 | sdmon | 25 | sdmon |
24 | 26 | ||
25 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ | 27 | APPS=$(LOCALAPPS) addressbook calculator clock datebook \ |
26 | filebrowser helpbrowser minesweep mpegplayer \ | 28 | filebrowser helpbrowser minesweep mpegplayer \ |
27 | settings/light-and-power \ | 29 | settings/light-and-power \ |
28 | settings/language \ | 30 | settings/language \ |
29 | settings/rotation \ | 31 | settings/rotation \ |
30 | settings/appearance \ | 32 | settings/appearance \ |
31 | settings/security \ | 33 | settings/security \ |
32 | settings/sound \ | 34 | settings/sound \ |
33 | settings/systemtime \ | 35 | settings/systemtime \ |
34 | solitaire spreadsheet tetrix textedit \ | 36 | solitaire spreadsheet tetrix textedit \ |
35 | todo tux wordgame embeddedkonsole taskbar sysinfo \ | 37 | todo wordgame embeddedkonsole taskbar sysinfo \ |
36 | parashoot snake citytime showimg netsetup \ | 38 | parashoot snake citytime showimg netsetup \ |
37 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today | 39 | qipkg mindbreaker go qasteroids qcop fifteen keypebble today |
38 | 40 | ||
39 | DOCS = docs/src/opie-policy | 41 | DOCS = docs/src/opie-policy |
40 | single: mpegplayer/libmpeg3 | 42 | single: mpegplayer/libmpeg3 |
41 | 43 | ||
42 | dynamic: $(APPS) | 44 | dynamic: $(APPS) |
43 | 45 | ||
44 | docs: $(DOCS) | 46 | docs: $(DOCS) |
45 | 47 | ||
46 | $(COMPONENTS): $(LIBS) | 48 | $(COMPONENTS): $(LIBS) |
47 | 49 | ||
48 | $(APPS): $(LIBS) $(COMPONENTS) | 50 | $(APPS): $(LIBS) $(COMPONENTS) |
49 | 51 | ||
50 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: | 52 | $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: |
51 | $(MAKE) -C $@ -f Makefile | 53 | $(MAKE) -C $@ -f Makefile |
52 | 54 | ||
53 | showcomponents: | 55 | showcomponents: |
54 | @echo $(LIBS) $(APPS) $(COMPONENTS) single | 56 | @echo $(LIBS) $(APPS) $(COMPONENTS) single |
55 | 57 | ||
56 | clean: | 58 | clean: |
57 | $(MAKE) -C single -f Makefile $@ | 59 | $(MAKE) -C single -f Makefile $@ |
58 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 60 | for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
59 | 61 | ||
60 | lupdate: | 62 | lupdate: |
61 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 63 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
62 | 64 | ||
63 | lrelease: | 65 | lrelease: |
64 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done | 66 | for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done |
65 | 67 | ||
66 | 68 | ||
67 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean | 69 | .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean |
diff --git a/apps/Games/tux.desktop b/apps/Games/tux.desktop deleted file mode 100644 index 5b5b3d8..0000000 --- a/apps/Games/tux.desktop +++ b/dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Comment=A Simple Fluffy Plush Toy Simulation | ||
3 | Exec=tux | ||
4 | Icon=Tux | ||
5 | Type=Application | ||
6 | Name=Tux | ||
diff --git a/pics/tux-logo.png b/pics/tux-logo.png deleted file mode 100644 index ad7c579..0000000 --- a/pics/tux-logo.png +++ b/dev/null | |||
Binary files differ | |||
diff --git a/pics/tux.png b/pics/tux.png deleted file mode 100644 index ecaea7a..0000000 --- a/pics/tux.png +++ b/dev/null | |||
Binary files differ | |||