- lfs-test: generalize or kill
- transactions: Unit tests
- libucw.pc: do not use -l if shared
-- compile cstocs
-- retros.c: sherlock.h
-- remove excess inlines
$(o)/charset/.include-stamp: IDST=charset
run/lib/pkgconfig/libcharset.pc: $(o)/charset/libcharset.pc
+ifdef CONFIG_CHARSET_UTILS
+PROGS+=$(o)/charset/cs2cs
+endif
+
+$(o)/charset/cs2cs: $(o)/charset/cs2cs.o $(LIBUCW) $(o)/charset/libcharset.pc
+
build_charsets:
cd $(s)/charset && sh misc/generate
* of the GNU General Public License.
*/
-#include "sherlock/sherlock.h"
+#include <ucw/lib.h>
#include <charset/charconv.h>
#include <stdlib.h>
# Libcharset
Set("CONFIG_CHARSET");
+Set("CONFIG_CHARSET_UTILS");
# Libshxml
Set("CONFIG_SHXML");