author | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
commit | 8f11eb1712eb8f9d83f0ace551e72e74cce57d6b (patch) (unidiff) | |
tree | 3d5a5d297fa93388ff06501ef2ec40fe552d0dd4 /Makefile | |
parent | ea4e55183b22dc7fd0556db3f52170a3c97ca303 (diff) | |
download | opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.zip opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.gz opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.bz2 |
ipaq->root, ipaq/opiealarm->core/opiealarm
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,33 +94,33 @@ NONNET = noncore/net/networksetup \ | |||
94 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 94 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
95 | noncore/graphics/qpdf noncore/apps/confedit | 95 | noncore/graphics/qpdf noncore/apps/confedit |
96 | 96 | ||
97 | 97 | ||
98 | NONCOMM = noncore/comm/keypebble | 98 | NONCOMM = noncore/comm/keypebble |
99 | 99 | ||
100 | PLUGINS = freetype | 100 | PLUGINS = freetype |
101 | 101 | ||
102 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 102 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
103 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 103 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
104 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 104 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
105 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 105 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
106 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) | 106 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
107 | 107 | ||
108 | 108 | ||
109 | 109 | ||
110 | NONTMAKEAPPS := ipaq/opiealarm | 110 | NONTMAKEAPPS := root/opiealarm |
111 | 111 | ||
112 | DOCS = docs/src/opie-policy | 112 | DOCS = docs/src/opie-policy |
113 | 113 | ||
114 | dynamic: $(APPS) $(NONTMAKEAPPS) | 114 | dynamic: $(APPS) $(NONTMAKEAPPS) |
115 | 115 | ||
116 | docs: $(DOCS) | 116 | docs: $(DOCS) |
117 | 117 | ||
118 | $(COMPONENTS): $(LIBS) | 118 | $(COMPONENTS): $(LIBS) |
119 | 119 | ||
120 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 120 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
121 | 121 | ||
122 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): | 122 | $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS): |
123 | $(MAKE) -C $@ -f Makefile | 123 | $(MAKE) -C $@ -f Makefile |
124 | 124 | ||
125 | showcomponents: | 125 | showcomponents: |
126 | @echo $(LIBS) $(APPS) $(COMPONENTS) | 126 | @echo $(LIBS) $(APPS) $(COMPONENTS) |