summaryrefslogtreecommitdiff
path: root/Makefile.x11
Unidiff
Diffstat (limited to 'Makefile.x11') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.x112
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.x11 b/Makefile.x11
index 4733e10..9aa96da 100644
--- a/Makefile.x11
+++ b/Makefile.x11
@@ -54,79 +54,79 @@ CORESETTINGS = core/settings/light-and-power core/settings/security \
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/wlansetup \ 58 noncore/settings/wlansetup \
59 noncore/settings/sshkeys noncore/settings/usermanager \ 59 noncore/settings/sshkeys noncore/settings/usermanager \
60 noncore/apps/backup 60 noncore/apps/backup
61 61
62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \ 62NONCORETOOLS = noncore/tools/calculator noncore/tools/clock \
63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm 63 noncore/tools/remote noncore/tools/opie-sh noncore/apps/advancedfm
64 64
65NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \ 65NONCORESTYLES = noncore/styles/liquid noncore/styles/theme noncore/styles/metal \
66 noncore/styles/flat noncore/styles/fresh 66 noncore/styles/flat noncore/styles/fresh
67 67
68NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \ 68NONCOREDECOS = noncore/decorations/liquid noncore/decorations/flat \
69 noncore/decorations/polished 69 noncore/decorations/polished
70 70
71GAMES = noncore/games/minesweep noncore/games/solitaire \ 71GAMES = noncore/games/minesweep noncore/games/solitaire \
72 noncore/games/tetrix noncore/games/wordgame \ 72 noncore/games/tetrix noncore/games/wordgame \
73 noncore/games/parashoot noncore/games/snake \ 73 noncore/games/parashoot noncore/games/snake \
74 noncore/games/mindbreaker \ 74 noncore/games/mindbreaker \
75 noncore/games/go noncore/games/qasteroids \ 75 noncore/games/go noncore/games/qasteroids \
76 noncore/games/fifteen noncore/games/tictac \ 76 noncore/games/fifteen noncore/games/tictac \
77 noncore/games/kcheckers noncore/games/kpacman \ 77 noncore/games/kcheckers noncore/games/kpacman \
78 noncore/games/kbill noncore/games/buzzword \ 78 noncore/games/kbill noncore/games/buzzword \
79 noncore/games/bounce 79 noncore/games/bounce
80 80
81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ 81NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \
82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \ 82 noncore/apps/opie-reader noncore/apps/checkbook noncore/apps/oxygen \
83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ 83 noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \
84 84
85NONNET = noncore/net/netsetup noncore/net/opieftp \ 85NONNET = noncore/net/netsetup noncore/net/opieftp \
86 noncore/mail 86 noncore/mail
87 87
88NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 88NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
89 noncore/graphics/qpdf noncore/apps/confedit 89 noncore/graphics/qpdf noncore/apps/confedit
90 90
91 91
92NONCOMM = noncore/comm/keypebble 92NONCOMM = noncore/comm/keypebble
93 93
94APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 94APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \
95 $(CORESETTINGS) \ 95 $(CORESETTINGS) \
96 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ 96 $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \
97 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ 97 $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \
98 $(NONCOMM) $(GAMES) $(TODAYPLUGINS) 98 $(NONCOMM) $(GAMES) $(TODAYPLUGINS)
99 99
100 100
101 101
102NONTMAKEAPPS := ipaq/opiealarm 102NONTMAKEAPPS := root/opiealarm
103 103
104DOCS = docs/src/opie-policy 104DOCS = docs/src/opie-policy
105single: mpegplayer/libmpeg3 105single: mpegplayer/libmpeg3
106 106
107dynamic: $(APPS) $(NONTMAKEAPPS) 107dynamic: $(APPS) $(NONTMAKEAPPS)
108 108
109docs: $(DOCS) 109docs: $(DOCS)
110 110
111$(COMPONENTS): $(LIBS) 111$(COMPONENTS): $(LIBS)
112 112
113$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) 113$(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
114 114
115$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: 115$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
116 $(MAKE) -C $@ -f Makefile 116 $(MAKE) -C $@ -f Makefile
117 117
118showcomponents: 118showcomponents:
119 @echo $(LIBS) $(APPS) $(COMPONENTS) single 119 @echo $(LIBS) $(APPS) $(COMPONENTS) single
120 120
121clean: 121clean:
122 $(MAKE) -C single -f Makefile $@ 122 $(MAKE) -C single -f Makefile $@
123 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 123 for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
124 124
125lupdate: 125lupdate:
126 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 126 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
127 127
128lrelease: 128lrelease:
129 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done 129 for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
130 130
131 131
132.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean 132.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean