]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/Makefile
Libucw: remove dmalloc support
[libucw.git] / ucw / Makefile
index 500922ca96545bb37a96a3c8e259e3d6cee8dbbf..68094263eb9e31976054ce8761d8fe6fe9adae08 100644 (file)
@@ -3,17 +3,13 @@
 DIRS+=ucw
 LIBUCW=$(o)/ucw/libucw.pc
 
-ifdef CONFIG_UCW_DBTOOL
-PROGS+=$(o)/ucw/db-tool
-endif
-
 PROGS+=$(o)/ucw/basecode
 
 LIBUCW_MODS= \
        threads \
        alloc alloc_str realloc bigalloc mempool mempool-str mempool-fmt eltpool \
-       mmap pagecache partmap hashfunc \
-       lists slists simple-lists bitsig \
+       mmap partmap hashfunc \
+       slists simple-lists bitsig \
        log log-file proctitle \
        conf-alloc conf-dump conf-input conf-intr conf-journal conf-parse conf-section \
        ipaccess \
@@ -21,10 +17,9 @@ LIBUCW_MODS= \
        fastbuf ff-binary ff-string ff-printf ff-unicode \
        fb-file carefulio fb-mem fb-temp fb-mmap fb-limfd fb-buffer fb-grow fb-pool fb-atomic fb-param fb-socket \
        char-cat char-upper char-lower unicode stkstring \
-       wildmatch ctmatch regex \
+       wildmatch regex \
        prime primetable random timer randomkey \
        bit-ffs bit-fls \
-       db \
        url \
        mainloop exitstatus runcmd sighandler \
        lizard lizard-safe adler32 \
@@ -38,9 +33,9 @@ LIBUCW_MODS= \
 
 LIBUCW_INCLUDES= \
        lib.h config.h threads.h \
-       mempool.h pagecache.h \
+       mempool.h \
        arraysort.h \
-       lists.h clists.h slists.h simple-lists.h \
+       clists.h slists.h simple-lists.h \
        string.h stkstring.h unicode.h chartype.h regex.h \
        wildmatch.h \
        unaligned.h prefetch.h \
@@ -53,7 +48,6 @@ LIBUCW_INCLUDES= \
        conf.h getopt.h ipaccess.h \
        profile.h \
        fastbuf.h lfs.h ff-unicode.h ff-binary.h \
-       db.h \
        url.h \
        mainloop.h \
        lizard.h \
@@ -83,8 +77,6 @@ $(o)/ucw/libucw.so: $(addsuffix .oo,$(LIBUCW_MOD_PATHS))
 $(o)/ucw/hashfunc.o $(o)/ucw/hashfunc.oo: CFLAGS += -funroll-loops
 $(o)/ucw/lizard.o: CFLAGS += $(COPT2) -funroll-loops
 
-$(o)/ucw/db-test: $(o)/ucw/db-test.o $(LIBUCW)
-$(o)/ucw/db-tool: $(o)/ucw/db-tool.o $(LIBUCW)
 $(o)/ucw/conf-test: $(o)/ucw/conf-test.o $(LIBUCW)
 $(o)/ucw/lfs-test: $(o)/ucw/lfs-test.o $(LIBUCW)
 $(o)/ucw/hash-test: $(o)/ucw/hash-test.o $(LIBUCW)