author | llornkcor <llornkcor> | 2002-10-21 00:41:52 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-21 00:41:52 (UTC) |
commit | 10a7608882119da90d5c294f75cbbc09bba3ca4a (patch) (unidiff) | |
tree | dbfc3be2ebee9b594b00495e62275741b5a62578 | |
parent | 91171c4d5508ebf151dab551d5db3c1e87465d54 (diff) | |
download | opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.zip opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.gz opie-10a7608882119da90d5c294f75cbbc09bba3ca4a.tar.bz2 |
added freetype plugin
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,37 +80,39 @@ GAMES = noncore/games/minesweep noncore/games/solitaire \ | |||
80 | 80 | ||
81 | NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ | 81 | NONAPPS = 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 | noncore/apps/opie-console | 84 | noncore/apps/opie-console |
85 | 85 | ||
86 | NONNET = noncore/net/networksetup \ | 86 | NONNET = noncore/net/networksetup \ |
87 | noncore/net/opieftp \ | 87 | noncore/net/opieftp \ |
88 | noncore/mail | 88 | noncore/mail |
89 | 89 | ||
90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ | 90 | NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ |
91 | noncore/graphics/qpdf noncore/apps/confedit | 91 | noncore/graphics/qpdf noncore/apps/confedit |
92 | 92 | ||
93 | 93 | ||
94 | NONCOMM = noncore/comm/keypebble | 94 | NONCOMM = noncore/comm/keypebble |
95 | 95 | ||
96 | PLUGINS = freetype | ||
97 | |||
96 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | 98 | APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ |
97 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 99 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
98 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ | 100 | $(NONCORESETTINGS) $(NONCORETOOLS) $(NONCORESTYLES) \ |
99 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ | 101 | $(NONCOREDECOS) $(NONAPPS) $(NONNET) $(NONMULT) \ |
100 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) | 102 | $(NONCOMM) $(GAMES) $(TODAYPLUGINS) $(PLUGINS) |
101 | 103 | ||
102 | 104 | ||
103 | 105 | ||
104 | NONTMAKEAPPS := ipaq/opiealarm | 106 | NONTMAKEAPPS := ipaq/opiealarm |
105 | 107 | ||
106 | DOCS = docs/src/opie-policy | 108 | DOCS = docs/src/opie-policy |
107 | single: mpegplayer/libmpeg3 | 109 | single: mpegplayer/libmpeg3 |
108 | 110 | ||
109 | dynamic: $(APPS) $(NONTMAKEAPPS) | 111 | dynamic: $(APPS) $(NONTMAKEAPPS) |
110 | 112 | ||
111 | docs: $(DOCS) | 113 | docs: $(DOCS) |
112 | 114 | ||
113 | $(COMPONENTS): $(LIBS) | 115 | $(COMPONENTS): $(LIBS) |
114 | 116 | ||
115 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) | 117 | $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS) |
116 | 118 | ||