author | kergoth <kergoth> | 2002-02-08 18:12:54 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-02-08 18:12:54 (UTC) |
commit | 941a06d1cb1b26db91955ef98b4ffa447399e21f (patch) (side-by-side diff) | |
tree | 5dd2649107c462725a5422d705d83122e7a89928 | |
parent | d5714ac7fe62676ee1a63be2f965cb567ef7ae3e (diff) | |
download | opie-941a06d1cb1b26db91955ef98b4ffa447399e21f.zip opie-941a06d1cb1b26db91955ef98b4ffa447399e21f.tar.gz opie-941a06d1cb1b26db91955ef98b4ffa447399e21f.tar.bz2 |
Merged in sdmon from Charles-Edouard Ruault.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | pics/sdmon/sdcard.png | bin | 0 -> 643 bytes | |||
-rwxr-xr-x | plugins/applets/libsdmonapplet.so | bin | 0 -> 23236 bytes | |||
-rwxr-xr-x | plugins/applets/libsdmonapplet.so.1 | bin | 0 -> 23236 bytes | |||
-rwxr-xr-x | plugins/applets/libsdmonapplet.so.1.0 | bin | 0 -> 23236 bytes | |||
-rwxr-xr-x | plugins/applets/libsdmonapplet.so.1.0.0 | bin | 0 -> 23236 bytes |
6 files changed, 2 insertions, 1 deletions
@@ -1,65 +1,66 @@ default: dynamic all: default docs LIBS=library COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ inputmethods/pickboard \ inputmethods/handwriting \ inputmethods/unikeyboard \ inputmethods/jumpx \ taskbar/batteryapplet \ taskbar/volumeapplet \ taskbar/clockapplet \ taskbar/netmonapplet \ netsetup/dialup \ netsetup/lan \ mpegplayer/libmpeg3 \ mpegplayer/libmad \ mpegplayer/wavplugin \ - cardmon + cardmon \ + sdmon APPS=$(LOCALAPPS) addressbook calculator clock datebook \ filebrowser helpbrowser minesweep mpegplayer \ settings/light-and-power \ settings/language \ settings/rotation \ settings/appearance \ settings/security \ settings/sound \ settings/systemtime \ solitaire spreadsheet tetrix textedit \ todo tux wordgame embeddedkonsole taskbar sysinfo \ parashoot snake citytime showimg netsetup \ qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/lib opiemail DOCS = docs/src/opie-policy single: mpegplayer/libmpeg3 dynamic: $(APPS) docs: $(DOCS) $(COMPONENTS): $(LIBS) $(APPS): $(LIBS) $(COMPONENTS) $(LIBS) $(COMPONENTS) $(APPS) $(DOCS) single: $(MAKE) -C $@ -f Makefile showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single clean: $(MAKE) -C single -f Makefile $@ for dir in $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean diff --git a/pics/sdmon/sdcard.png b/pics/sdmon/sdcard.png Binary files differnew file mode 100644 index 0000000..014113f --- a/dev/null +++ b/pics/sdmon/sdcard.png diff --git a/plugins/applets/libsdmonapplet.so b/plugins/applets/libsdmonapplet.so Binary files differnew file mode 100755 index 0000000..aa48b69 --- a/dev/null +++ b/plugins/applets/libsdmonapplet.so diff --git a/plugins/applets/libsdmonapplet.so.1 b/plugins/applets/libsdmonapplet.so.1 Binary files differnew file mode 100755 index 0000000..aa48b69 --- a/dev/null +++ b/plugins/applets/libsdmonapplet.so.1 diff --git a/plugins/applets/libsdmonapplet.so.1.0 b/plugins/applets/libsdmonapplet.so.1.0 Binary files differnew file mode 100755 index 0000000..aa48b69 --- a/dev/null +++ b/plugins/applets/libsdmonapplet.so.1.0 diff --git a/plugins/applets/libsdmonapplet.so.1.0.0 b/plugins/applets/libsdmonapplet.so.1.0.0 Binary files differnew file mode 100755 index 0000000..aa48b69 --- a/dev/null +++ b/plugins/applets/libsdmonapplet.so.1.0.0 |