2013-03-11 21:50:12 +04:00
|
|
|
# utils sources
|
|
|
|
|
2016-08-07 17:22:13 +03:00
|
|
|
S_UTILS := \
|
|
|
|
bloom.c \
|
|
|
|
corestrings.c \
|
|
|
|
file.c \
|
|
|
|
filename.c \
|
|
|
|
filepath.c \
|
2020-02-23 19:23:20 +03:00
|
|
|
hashmap.c \
|
2016-08-07 17:22:13 +03:00
|
|
|
hashtable.c \
|
|
|
|
idna.c \
|
|
|
|
libdom.c \
|
|
|
|
log.c \
|
|
|
|
messages.c \
|
2020-04-07 23:05:14 +03:00
|
|
|
nscolour.c \
|
2016-08-07 17:22:13 +03:00
|
|
|
nsoption.c \
|
|
|
|
punycode.c \
|
2020-02-23 19:06:52 +03:00
|
|
|
ssl_certs.c \
|
2016-08-07 17:22:13 +03:00
|
|
|
talloc.c \
|
|
|
|
time.c \
|
|
|
|
url.c \
|
|
|
|
useragent.c \
|
|
|
|
utf8.c \
|
|
|
|
utils.c
|
2013-03-11 21:50:12 +04:00
|
|
|
|
2013-05-17 14:40:43 +04:00
|
|
|
S_UTILS := $(addprefix utils/,$(S_UTILS))
|