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
@@ -78,49 +78,49 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \
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