2 include $(top_builddir
)/Makefile.config
4 # Reverse a CONFIG_* string
5 # Usage $(call not,$(CONFIG_FOO))
6 not
= $(if
$(findstring yes
,$(1)),no
,yes
)
8 OBJS-
$(CONFIG_DEBUG
) += memdebug.o
9 OBJS-
$(CONFIG_MD5
) += md5.o
10 OBJS-
$(CONFIG_SCANNER
) += scanner.o
11 OBJS-
$(CONFIG_SHA1
) += sha1.o
12 OBJS-
$(call not
,$(CONFIG_SMALL
)) += fastfind.o
29 include $(top_srcdir
)/Makefile.lib