summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-10-08 03:34:25 (UTC)
committer llornkcor <llornkcor>2002-10-08 03:34:25 (UTC)
commit4b3c7367dcea416b0d89059dd221a0eef4ceeff4 (patch) (unidiff)
tree9699b575cd7c93d1f5831c5fdecd9f01998e8066
parent9cd4c400325149d8a37c8677b8e119ebabaa8fea (diff)
downloadopie-4b3c7367dcea416b0d89059dd221a0eef4ceeff4.zip
opie-4b3c7367dcea416b0d89059dd221a0eef4ceeff4.tar.gz
opie-4b3c7367dcea416b0d89059dd221a0eef4ceeff4.tar.bz2
add backup app
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e407450..e37f928 100644
--- a/Makefile
+++ b/Makefile
@@ -27,88 +27,90 @@ PLAYER = core/multimedia/opieplayer/libmpeg3 \
27 core/multimedia/opieplayer/libmad \ 27 core/multimedia/opieplayer/libmad \
28 core/multimedia/opieplayer/wavplugin \ 28 core/multimedia/opieplayer/wavplugin \
29 core/multimedia/opieplayer/modplug 29 core/multimedia/opieplayer/modplug
30 30
31 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER) 31 COMPONENTS=$(LOCALCOMPONENTS) $(INPUTCOMPONENTS) $(APPLETS) $(MAIL) $(PLAYER)
32 32
33 33
34PIMAPPS = core/pim/addressbook core/pim/datebook \ 34PIMAPPS = core/pim/addressbook core/pim/datebook \
35 core/pim/today core/pim/todo 35 core/pim/today core/pim/todo
36 36
37TODAYPLUGINS = core/pim/today/plugins/datebook \ 37TODAYPLUGINS = core/pim/today/plugins/datebook \
38 core/pim/today/plugins/todolist \ 38 core/pim/today/plugins/todolist \
39 core/pim/today/plugins/mail \ 39 core/pim/today/plugins/mail \
40 40
41 41
42COREAPPS = core/apps/filebrowser core/apps/helpbrowser \ 42COREAPPS = core/apps/filebrowser core/apps/helpbrowser \
43 core/apps/textedit core/apps/embeddedkonsole \ 43 core/apps/textedit core/apps/embeddedkonsole \
44 core/launcher \ 44 core/launcher \
45 core/opie-login \ 45 core/opie-login \
46 core/apps/oipkg core/apps/qcop 46 core/apps/oipkg core/apps/qcop
47 47
48COREMULTIMEDIA = core/multimedia/opieplayer 48COREMULTIMEDIA = core/multimedia/opieplayer
49 49
50CORESETTINGS = core/settings/light-and-power core/settings/security \ 50CORESETTINGS = core/settings/light-and-power core/settings/security \
51 core/settings/systemtime core/settings/citytime \ 51 core/settings/systemtime core/settings/citytime \
52 core/settings/launcher 52 core/settings/launcher
53 53
54NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \ 54NONCORESETTINGS =noncore/settings/language noncore/settings/rotation \
55 noncore/settings/appearance2 noncore/settings/sound \ 55 noncore/settings/appearance2 noncore/settings/sound \
56 noncore/settings/mediummount \ 56 noncore/settings/mediummount \
57 noncore/settings/tabmanager noncore/settings/appskey \ 57 noncore/settings/tabmanager noncore/settings/appskey \
58 noncore/settings/netsystemtime noncore/settings/wlansetup \ 58 noncore/settings/netsystemtime noncore/settings/wlansetup \
59 noncore/settings/sshkeys noncore/settings/usermanager 59 noncore/settings/sshkeys noncore/settings/usermanager \
60 noncore/apps/backup
60 61
61NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
62 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
63 64
64NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 65NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
65 noncore/styles/flat noncore/styles/fresh 66 noncore/styles/flat noncore/styles/fresh
66 67
67NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 68NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
68 noncore/decorations/polished 69 noncore/decorations/polished
69 70
70GAMES = noncore/games/minesweep noncore/games/solitaire \ 71GAMES = noncore/games/minesweep noncore/games/solitaire \
71 noncore/games/tetrix noncore/games/wordgame \ 72 noncore/games/tetrix noncore/games/wordgame \
72 noncore/games/parashoot noncore/games/snake \ 73 noncore/games/parashoot noncore/games/snake \
73 noncore/games/mindbreaker \ 74 noncore/games/mindbreaker \
74 noncore/games/go noncore/games/qasteroids \ 75 noncore/games/go noncore/games/qasteroids \
75 noncore/games/fifteen noncore/games/tictac \ 76 noncore/games/fifteen noncore/games/tictac \
76 noncore/games/kcheckers noncore/games/kpacman \ 77 noncore/games/kcheckers noncore/games/kpacman \
77 noncore/games/kbill noncore/games/buzzword \ 78 noncore/games/kbill noncore/games/buzzword \
78 noncore/games/bounce 79 noncore/games/bounce
79 80
80NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
81 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
82 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg\ 83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
84 noncore/multimedia/opieplayer2
83 85
84NONNET = noncore/net/netsetup noncore/net/opieftp \ 86NONNET = noncore/net/netsetup noncore/net/opieftp \
85 noncore/mail 87 noncore/mail
86 88
87NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 89NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
88 noncore/graphics/qpdf noncore/apps/confedit 90 noncore/graphics/qpdf noncore/apps/confedit
89 91
90 92
91NONCOMM = noncore/comm/keypebble 93NONCOMM = noncore/comm/keypebble
92 94
93APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 95APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
94 $(COREMULTIMEDIA) $(CORESETTINGS) \ 96 $(COREMULTIMEDIA) $(CORESETTINGS) \
95 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 97 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
96 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 98 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
97 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) 99 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
98 100
99 101
100 102
101NONTMAKEAPPS := ipaq/opiealarm 103NONTMAKEAPPS := ipaq/opiealarm
102 104
103DOCS = docs/src/opie-policy 105DOCS = docs/src/opie-policy
104single: mpegplayer/libmpeg3 106single: mpegplayer/libmpeg3
105 107
106dynamic: $(APPS) $(NONTMAKEAPPS) 108dynamic: $(APPS) $(NONTMAKEAPPS)
107 109
108docs: $(DOCS) 110docs: $(DOCS)
109 111
110$(COMPONENTS): $(LIBS) 112$(COMPONENTS): $(LIBS)
111 113
112$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 114$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
113 115
114$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 116$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: